This is an archive of the old MediaWiki-based ImageJ wiki. The current website can be found at imagej.net.

SNT: FAQ

Home Manual Walk-throughs Screencasts Shortcuts Rec. Viewer Analysis Scripting Modeling FAQ



General

  1. How do I install SNT?
  2. See Installation details.
  3. How do I cite SNT?
  4. SNT is based on multiple publications. To cite SNT:
    • Ferreira T, et al. (2019) (TBD)
    To reference specific modules/plugins that enhance SNT: The original Simple Neurite Tracer publication is:
  5. What is the difference between SNT and Simple Neurite Tracer?
  6. Simple Neurite Tracer was the first Fiji plugin dedicated to visualization and reconstruction of neurons, developed by Mark Longair and published in 2011, to become the single most cited open-source software for semi-automated 3D reconstructions. In the wake of ImageJ2 development, a new team of developers lead by Tiago Ferreira took on the effort of modernizing its code base. The project quickly snowballed beyond the re-write of the software, and focused on establishing a complete framework for reconstruction, visualization, quantification and modelling of neuronal morphology. Several name changes were proposed for this "next-gen" Simple Neurite Tracer (Not so Simple Neurite Tracer, Smart Neurite Tracer, Super Neurite Tracer to name a few), but in the end it was decided to adopt the acronym of the original software, as an homage to Mark's outstanding work. You can follow the entire history of the plugin on GitHub: Simple Neurite Tracer's historic and SNT's current repositories.
  7. How accurate is SNT?
  8. When SNT is compiled, a suite of tests is run to detect deficiencies in the code base. Morphometry results are benchmarked against values obtained in L-Measure and NeuroM. However, no test suite is ever perfect. If you detect inaccuracies, please report them!
  9. What is a SWC file?
  10. It is the most widely adopted format for encoding neuronal reconstructions, in which information is stored in plain text. It was first described by (Cannon et al., 1998) and since then became a somewhat loose lingua franca of a neuron's three dimensional structure. It is described in more detail here and here. SNT supports all known variants of the format including ESWC and SWC+. The extension stems from the last names of Stockley, Wheal, and Cole, who developed a neat computer system for reconstructing neuronal cells ( Stockley et al., 1993). Confusingly, it is also a deprecated file format used by Adobe.
  11. In which format should I save my tracings: TRACES or SWC?
  12. 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 across restarts. Note that the Scripts ›   menu provides a batch converter for TRACESSWC conversion. The following table summarizes the differences between the two formats:
    SWC TRACES
    No. reconstructions / file Formally only one. When multiple reconstructions exits, SNT splits them across multiple files appending unique suffixes to filenames Multiple reconstructions per file allowed
    Image metadata Formally none. SNT stores the spatial calibration of the image in the header Rich. Including channel and frame of the traced structure.
    Path Manager tags Not stored Stored
    Format Plain text XML or compressed XML (as per preferences)
    Presence Ubiquitous among reconstruction software. The de facto standard in data sharing Exlusive to SNT. But open and easily parsable
  13. How do I (batch) convert TRACES to SWC?
  14. In the Script Editor (File › New › Script...) look for Templates › Neuroanatomy › Batch › Convert Traces to SWC and run it. Note that all of SNT scripts are also listed in the main as regular GUI commands in the main interface. Don't see the scripts? Please ensure SNT is properly installed.
  15. How can I improve SNT documentation?
  16. Create an account on this wiki. Once you have created one, you can edit contents at will. Don't be shy. All changes are undoable!

Tracing

  1. Having to confirm indivual segments is too cumbersome for me. Is it possible to trace without interruption, by clicking in succession?
  2. Yes. Uncheck the Confirm temporary segments in the Options tab (Temporay Paths section).
  3. How can I browse voxel intensities around processes?
  4. Righ-click on the image canvas and select Pause SNT from the contextual menu. Voxel intensities will be reported in the ImageJ status bar.
  5. Is there a way to process one image after another in a fast way?
  6. Yes. Have a look at these detailed instructions.
  7. How can I import an image sequence into SNT?
  8. 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 File ▷ Import ▷ Image Sequence 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 Image ▷ Properties.... To save yourself from having to go through these steps again, you should save the imported stack as a single TIFF file using File ▷ Save As ▷ Tiff...


Home Manual Walk-throughs Screencasts Shortcuts Rec. Viewer Analysis Scripting Modeling FAQ