You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/media/plugins/snt/snt-4D-examples.png | [Semi-automated tracing](/plugins/snt/walkthroughs#semi-automated-tracing): Support for multi-channel and [timelapse](/plugins/snt/walkthroughs#time-lapse-analysis) images
Copy file name to clipboardExpand all lines: _pages/plugins/snt/seeds.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,12 @@ Seeded Tracing allows for anchoring/constraining tracing algorithms around key l
23
23
-**ROIs** e.g., generated from ImageJ routines (area and line ROIs are reduced to representative points)
24
24
-**Tabular data** (CSV) exported from external tools or scripts
25
25
26
+
26
27
# Seeded Tracing Assistant
28
+
{% include img src="/media/plugins/snt/snt-seeded-tracing-assistant.png" align="right" width="350px" %}
27
29
28
30
The _Seeded Tracing Assistant_ is one of the main tabs in the [Main Dialog](./manual#main-dialog) and manages seeds. It is organized into four sections: a display toolbar, a confidence filter, a table of all loaded seeds, and a bottom toolbar for [import](#importing-seeds), [export](#exporting-seeds), and [autotrace](#auto-tracing-from-seeds) actions.
Controls how seeds are rendered on the tracing canvas, and includes:
36
34
@@ -105,6 +103,8 @@ SNT will parse all the ROIs stored in the ROI Manager, using the following crite
105
103
**NB**: Channel and frame come from the ROI's hyperstack position when set, otherwise from the image's active C/T. When importing ROIs, it is possible to set their seeds _type_ and _confidence_ value (default 1.0).
106
104
107
105
## From Workspace
106
+
{% include bc path='Import|From Workspace...' %}
107
+
108
108
This option loads a previously-exported `seeds.csv` directly from the current [SNT session directory](./manual#save-session). Useful for quickly restoring seeds across SNT restarts.
109
109
110
110
# Exporting Seeds
@@ -135,7 +135,7 @@ The naming convention pairs the algorithmic role with its biological interpretat
135
135
Each filtered seed becomes the root of its own auto-trace; the soma-detection strategy of the autotraced is bypassed because the seed _is_ the root. The command iterates one tracer run per seed and aggregates the resulting trees into a forest: one tree per seed.
136
136
Failures (unreachable seeds, seeds in background, etc.) are logged to the Console but don't abort the run.
137
137
138
-
The seed source filter ("Visible / All / Selection only") and type filter allow you to restrict the per-seed loop to a subset.
138
+
The seed source filter (_Visible_/_All_/_Selection only_) and type filter allow you to restrict the per-seed loop to a subset.
139
139
When invoked from rows selected, the source filter is pre-targeted to _Selection only_.
0 commit comments