Skip to content

Commit 7107970

Browse files
committed
SNT: Extend FAQs
1 parent 128d5c2 commit 7107970

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

_pages/plugins/snt/faq.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ See [Installation details](/plugins/snt/index#installation).
1818

1919
- {% include citation id='plugins/snt' %}
2020

21-
To reference specific modules/plugins that enhance SNT:
21+
**NB:** Similarly to the main [Fiji article](/software/fiji#publication), the first [Simple Neurite Tracer](#what-is-the-difference-between-snt-and-simple-neurite-tracer) publication **is no longer considered a primary citation**:
22+
23+
- {% include citation doi='10.1093/bioinformatics/btr390' %}
24+
25+
To reference specific modules that enhance SNT:
2226

2327
- **[Sholl Analysis](/plugins/sholl-analysis)**
2428
{% include citation id="plugins/sholl-analysis" %}
@@ -27,9 +31,6 @@ To reference specific modules/plugins that enhance SNT:
2731
- **[Tubular Geodesics](/plugins/snt/extending#tubular-geodesics)**
2832
{% include citation doi='10.1109/cvpr.2012.6247722' %}
2933

30-
**NB:** Similarly to the main [Fiji article](/software/fiji#publication), the first [Simple Neurite Tracer](#what-is-the-difference-between-snt-and-simple-neurite-tracer) publication **is no longer considered a primary citation**:
31-
32-
- {% include citation doi='10.1093/bioinformatics/btr390' %}
3334

3435
### What is the difference between SNT and Simple Neurite Tracer?
3536

@@ -47,7 +48,7 @@ It is the most widely adopted format for encoding neuronal reconstructions, in w
4748
<span id="file-format"></span>
4849
When tracing 4D or 5D images, TRACES is preferable because the channel and/or time frame associated with the data are stored. With simpler 2/3D images TRACES is also preferable to preserve [Path Manager tags](/plugins/snt/manual#tag) across restarts. Note that the {% include bc path='[Scripts](/plugins/snt/manual#scripts)| '%} menu provides a [batch converter](#convert) for TRACES → SWC conversion. The following table summarizes the differences between the two formats:
4950

50-
| | SWC | TRACES |
51+
| | **SWC** | **TRACES** |
5152
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
5253
| No. reconstructions per file | Formally only one. When multiple reconstructions exits, SNT splits them across multiple files appending unique suffixes to filenames | Multiple reconstructions per file allowed |
5354
| Image metadata | Formally none. SNT stores the spatial calibration of the image in the header | Rich. Including channel and frame of the traced structure. |
@@ -58,7 +59,10 @@ When tracing 4D or 5D images, TRACES is preferable because the channel and/or ti
5859
| Presence | Ubiquitous among reconstruction software. The *de facto* standard in data sharing | Exclusive to SNT. But [open and easily parsable](/plugins/snt/extending#traces-file-format) |
5960

6061
### Which file formats for neuronal reconstruction are supported by SNT?
61-
SNT can read TRACES, SWC, NDF (NeuronJ data format), and JSON files (as used by the [MouseLight](https://ml-neuronbrowser.janelia.org/) project).
62+
SNT can read TRACES, SWC, NDF (NeuronJ data format), and JSON files (as used by the [MouseLight](https://ml-neuronbrowser.janelia.org/) project). Other file formats can be converted to [SWC](#swc) using [xyz2swc](https://neuromorpho.org/xyz2swc/ui/).
63+
64+
### My neuronal reconstructions are saved under a format that is not supported. How can I open them?
65+
Unsupported and proprietary file formats can be converted to [SWC](#swc) using [xyz2swc](https://neuromorpho.org/xyz2swc/ui/).
6266

6367
### Which image file formats are supported by SNT?
6468
Any file format supported by ImageJ/bioformats with up to 5 dimensions. RGB images are strongly discouraged and are converted to multichannel before loading.
@@ -86,3 +90,20 @@ Yes. Have a look at these [instructions](https://forum.image.sc/t/simple-neurite
8690

8791
### How can I import an image sequence into SNT?
8892
Loading of images that require input options is handled by ImageJ directly. To load a directory of images (e.g., one file per Z-slice), run {% include bc path='File| Import|Image Sequence' color='white'%} and select the first file in the sequence, adjusting any needed parameters in the subsequent dialog prompt. Once the sequence is imported adjust voxel dimensions using {% include bc path='Image|Properties...' color='white'%}. To save yourself from having to go through these steps again, you should save the imported stack as a single TIFF file using {% include bc path='File|Save As|Tiff...' color='white'%}
93+
94+
## Spine Analysis
95+
96+
### Does SNT support spine analysis?
97+
Currently only [Spine densities](./step-by-step-instructions#spinevaricosity-analysis) are supported. In-depth quantification of spine morphology can be done using [Spot Spine](/plugins/spot-spine), after tracing dendrites in SNT.
98+
99+
100+
## Soma Analysis
101+
102+
### Can SNT reconstruct somata?
103+
Currently SNT favors the [single-point soma representation](https://neuromorpho.org/SomaFormat.html). The task of soma segmentation is better tackled with dedicated machine-learning tools, including:
104+
105+
| **Tools** | **Fiji Integration** | **Resources** |
106+
|-------------------------------------------------|---------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
107+
| [Labkit](../labkit) and [TWS](../tws) | Bundled with Fiji | [SNT › Machine Learning](./machine-learning), [Forum](https://forum.image.sc/tag/labkit) |
108+
| [Cellpose](https://www.cellpose.org/) | Via [PTBIOP](https://wiki-biop.epfl.ch/en/ipa/fiji/update-site) update site | [Documentation](https://github.com/BIOP/ijl-utilities-wrappers?tab=readme-ov-file#cellpose), [Forum](https://forum.image.sc/tag/cellpose)|
109+
| [StarDist](https://github.com/stardist/stardist)| Via [PTBIOP](https://wiki-biop.epfl.ch/en/ipa/fiji/update-site)/[CSBDeep](/plugins/csbdeep) update sites| [Documentation](https://github.com/BIOP/ijl-utilities-wrappers?tab=readme-ov-file#stardist), [Forum](https://forum.image.sc/tag/stardist)|

_pages/plugins/snt/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ SNT is currently distributed through [Fiji](/software/fiji)'s [Neuroanatomy upda
5353

5454
1. Run the Fiji [Updater](/plugins/updater) ({% include bc path='Help|Update...'%}, the penultimate entry in the {% include bc path='Help|'%} menu)
5555
2. Click *Manage update sites*
56-
3. Select the *Neuroanatomy* checkbox
57-
4. Click *Apply changes* and restart Fiji.
56+
3. Search for *Neuroanatomy* (or *SNT*) and activate the *Neuroanatomy* checkbox
57+
4. Click *Apply changes* and restart Fiji
5858

5959
**Optional**: For [sciview](/plugins/sciview) and [Cx3D](/plugins/snt/modeling) functionality, you need to install [sciview](/plugins/sciview). See the [official sciview documentation](https://docs.scenery.graphics/sciview) for details.
6060

0 commit comments

Comments
 (0)