Skip to content

Commit 0870b07

Browse files
committed
snt: update curation presets
1 parent e7f3d6a commit 0870b07

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

_pages/plugins/snt/curation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tags: snt,tracing,neuroanatomy,qc,ground-truth
2222
# Curation Assistant
2323
<img align="right" width="350" src="/media/plugins/snt/snt-curation-assistant.png" alt="Assistant tab" title="Curation Assistant" />
2424

25-
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)).
2626
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.
2727
It also provides an on-demand "full scan" that detects whole-reconstruction issues such as path overlaps and radius inversions.
2828
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
138138
| CA1 Dendrites | CA1 pyramidal (basal + apical dendrites) | Mouse | [Mellström et al., 2016](https://pubmed.ncbi.nlm.nih.gov/26928278/) | [DeFelipe](https://neuromorpho.org/bylab.jsp?name=DeFelipe) |
139139
| CA3 Dendrites | CA3 pyramidal (basal + apical dendrites) | Rat | [Ishizuka et al., 1995](https://pubmed.ncbi.nlm.nih.gov/8576427/) | [Amaral](https://neuromorpho.org/bylab.jsp?name=Amaral) |
140140
| Eurydendroid Cells | Eurydendroid | Larval zebrafish | [Kunst et al., 2019](https://pubmed.ncbi.nlm.nih.gov/31147152/) | [Baier](https://neuromorpho.org/bylab.jsp?name=Baier) |
141+
| Kenyon Cells | Kenyon | Adult Drosophila | [Zheng et al., 2018](https://pubmed.ncbi.nlm.nih.gov/30033368/) | [Bock](https://neuromorpho.org/bylab.jsp?name=Bock) |
141142
| Martinotti Cells | Martinotti interneuron (axons/dendrites) | Mouse | [Goldberg et al., 2004](https://pubmed.ncbi.nlm.nih.gov/15146046/), [Trevelyan et al., 2006](https://pubmed.ncbi.nlm.nih.gov/17135406/), [Nikolenko et al., 2007](https://pubmed.ncbi.nlm.nih.gov/17965719/) | [Yuste](https://neuromorpho.org/bylab.jsp?name=Yuste) |
142143
| Purkinje Dendrites | Purkinje neuron (dendrites) | Mouse | [Chen et al., 2013](https://pubmed.ncbi.nlm.nih.gov/23719821/) | [Dusart](https://neuromorpho.org/bylab.jsp?name=Dusart) |
143144
| RGC Dendrites | Retinal ganglion cell (dendrites) | Mouse | [Werginz et al., 2020](https://pubmed.ncbi.nlm.nih.gov/32736374/) | [Fried](https://neuromorpho.org/bylab.jsp?name=Fried) |

_pages/plugins/snt/manual.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Allows saving of any measurements and plots generated by analysis commands. Tabl
107107

108108
{% capture workspace_tip %}
109109
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.
111111
The workspace location can be set/revealed by clicking on the workspace icon in the [status bar](#status-bar).
112112
{% endcapture %}
113113
{% include notice icon="info" content=workspace_tip %}
@@ -133,10 +133,10 @@ Offers ways to manage and inspect backups, with options to delete older backups.
133133

134134
#### Save Session...
135135

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.
137137

138138
#### 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).
140140

141141
#### Reveal Directory
142142
Convenience shortcuts to open common directories (scripts, backups, folder of image being traced, etc.) in the native file explorer.

0 commit comments

Comments
 (0)