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
Copy file name to clipboardExpand all lines: _pages/plugins/snt/faq.md
+27-6Lines changed: 27 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,11 @@ See [Installation details](/plugins/snt/index#installation).
18
18
19
19
- {% include citation id='plugins/snt' %}
20
20
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:
22
26
23
27
-**[Sholl Analysis](/plugins/sholl-analysis)**
24
28
{% include citation id="plugins/sholl-analysis" %}
@@ -27,9 +31,6 @@ To reference specific modules/plugins that enhance SNT:
{% include citation doi='10.1109/cvpr.2012.6247722' %}
29
33
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' %}
33
34
34
35
### What is the difference between SNT and Simple Neurite Tracer?
35
36
@@ -47,7 +48,7 @@ It is the most widely adopted format for encoding neuronal reconstructions, in w
47
48
<spanid="file-format"></span>
48
49
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:
| 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 |
53
54
| 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
58
59
| 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)|
59
60
60
61
### 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/).
62
66
63
67
### Which image file formats are supported by SNT?
64
68
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
86
90
87
91
### How can I import an image sequence into SNT?
88
92
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:
|[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)|
Copy file name to clipboardExpand all lines: _pages/plugins/snt/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ SNT is currently distributed through [Fiji](/software/fiji)'s [Neuroanatomy upda
53
53
54
54
1. Run the Fiji [Updater](/plugins/updater) ({% include bc path='Help|Update...'%}, the penultimate entry in the {% include bc path='Help|'%} menu)
55
55
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
58
58
59
59
**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.
0 commit comments