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
The Curation Assistant a tab in the main dialog that monitors the _morphological plausibility_ of neuron reconstructions in real time.
25
+
The Curation Assistant a tab in the main dialog that monitors the _morphological plausibility_ of neuron reconstructions in real time (see [Curation vs Proofreading](./faq#what-is-proofreading-and-curation)).
26
26
It flags suspect tracing operations as they happen, e.g., near-parallel fork angles, abrupt radius changes, U-turns at branch points, and so on.
27
27
It also provides an on-demand "full scan" that detects whole-reconstruction issues such as path overlaps and radius inversions.
28
28
All parameters can be adjusted in the GUI, saved to reusable preset files, or calibrated automatically from reference reconstructions.
@@ -138,6 +138,7 @@ Selecting a preset loads its thresholds and enabled states into the panel. Prese
Copy file name to clipboardExpand all lines: _pages/plugins/snt/manual.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Allows saving of any measurements and plots generated by analysis commands. Tabl
107
107
108
108
{% capture workspace_tip %}
109
109
SNT organizes backups and sessions under a dedicated **workspace directory** (`~/SNT-workspace/` by default).
110
-
Using a workspace keeps all tracing-related files in one predictable location, makes it easy to recover from mistakes, and allows you to resume where you left off betwee sessions.
110
+
Using a workspace keeps all tracing-related files in one predictable location, makes it easy to recover from mistakes, and allows you to resume where you left off between sessions.
111
111
The workspace location can be set/revealed by clicking on the workspace icon in the [status bar](#status-bar).
112
112
{% endcapture %}
113
113
{% include notice icon="info" content=workspace_tip %}
@@ -133,10 +133,10 @@ Offers ways to manage and inspect backups, with options to delete older backups.
133
133
134
134
#### Save Session...
135
135
136
-
Saves the current tracing effort (paths, [bookmarks](#bookmarks-tab), [notes](#notes-tab), charts, tables, and any available ROIs (e.g., from [delineations](#delineations-tab)) as a named _session_ in the `sessions/` subfolder of the active workspace.
136
+
Saves the current tracing effort (paths, [bookmarks](#bookmarks-tab), [curation thresholds]((./curation#curation-assistant))[notes](#notes-tab), charts, tables, and any available ROIs (e.g., from [delineations](#delineations-tab)) as a named _session_ in the `sessions/` subfolder of the active workspace.
137
137
138
138
#### Restore Session...
139
-
Restores a selected section, reopening the associated tracings, [bookmarks](#bookmarks-tab), [notes](#notes-tab), and [ROIs](#delineations-tab).
139
+
Restores a selected section, reopening the associated tracings, [bookmarks](#bookmarks-tab), [curation thresholds]((./curation#curation-assistant), [notes](#notes-tab), and [ROIs](#delineations-tab).
140
140
141
141
#### Reveal Directory
142
142
Convenience shortcuts to open common directories (scripts, backups, folder of image being traced, etc.) in the native file explorer.
0 commit comments