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/auto-tracing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ For technical implementation details and references, see the [SNT technical note
100
100
101
101
The {% include bc path='Auto-trace|Detect Soma...' %} command provides automated detection of cell bodies in neuronal images. This is a standalone tool that can be used before autotracing to identify soma locations, or independently to annotate soma positions and sizes.
Copy file name to clipboardExpand all lines: _pages/plugins/snt/comp-tools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ update-site: Neuroanatomy
12
12
13
13
| Tool | Description | Comments |
14
14
|------|-------------|----------|
15
-
|[Spot Spine](/plugins/spot-spine)| Detection and count dendritic spines, segmentation of spine heads, and quantitative morphological measurements of spines | Under active development |
15
+
|[Spot Spine](/plugins/spot-spine)| Detection and count of dendritic spines, segmentation of spine heads, and quantitative morphological measurements of spines | Under active development |
16
16
|[BigTrace](/plugins/bigtrace)| Semi-automated/automated tracing of unbranched structures using BigVolumeViewer | Under active development |
17
17
|[NeuronJ](/plugins/neuronj)| Semi-automated tracing in 2D only | No longer maintained. SNT reads NDF files |
Copy file name to clipboardExpand all lines: _pages/plugins/snt/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ This is a human-driven workflow: the reviewer examines paths one by one, applies
116
116
Thresholds can be tuned manually, calibrated from reference cells, or loaded from preset files. Warnings are generated algorithmically and displayed in a sortable table with one-click navigation to each issue.
117
117
The assistant does not make quality judgments; it surfaces statistical anomalies that may warrant a closer look.
118
118
119
-
In practice, the two tools serve different stages: the Curation Assistant catches potential errors *during* tracing (or shortly after), while the Proofreading toolbar supports structured *review* of traced strucures.
119
+
In practice, the two tools serve different stages: the Curation Assistant catches potential errors *during* tracing (or shortly after), while the Proofreading toolbar supports structured *review* of traced structures.
Copy file name to clipboardExpand all lines: _pages/plugins/snt/manual.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
@@ -122,7 +122,7 @@ Presents a list of previously created backups and replaces the current tracings
122
122
To use this feature:
123
123
{% include img src="/media/plugins/snt/snt-recover-from-snapshot.png" align="right" width="300px" %}
124
124
125
-
1. Trace one more paths
125
+
1. Trace one or more paths
126
126
2. Save them to a local file using {% include key key='ctlcmd|S' %} ({% include bc path='File|Save Tracings|Save' %})
127
127
3. Keep tracing paths. When pertinent, press {% include key key='ctlcmd|Shift|S' %} ({% include bc path='File|Backup Tracings' %}) to save current progress to a timestamped backup file
128
128
4. Reinstate progress from backed up data using {% include bc path='File|Revert to Backup...' %}, which allows you to go 'back in time'
@@ -643,7 +643,7 @@ Creates a fork point at the node closest to the mouse cursor. Once a fork point
643
643
Removes the last segment from the temporary path.
644
644
645
645
### Finish Path {% include key key='F' %}
646
-
Finishes the temporary path. Not that a path can always be finished by {% include key key='double click' %}
646
+
Finishes the temporary path. Note that a path can always be finished by {% include key key='double click' %}
647
647
648
648
## Edit Mode {% include key keys='Shift|E' %}
649
649
Pressing *Edit Mode*, selects the nearest path for editing, unlocking the edit options. When *Edit Mode* is active, moving the mouse cursor along the path will highlight the nearest node with a crosshair icon and synchronize the current Z-slice to the location of that node. Note that the ability to create new paths is temporarily disabled when in *Edit Mode*.
Copy file name to clipboardExpand all lines: _pages/plugins/snt/reconstruction-viewer.md
+60-34Lines changed: 60 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ forum-tag: snt
8
8
---
9
9
10
10
{% capture version%}
11
-
**This page was last revised for [version 5.0.0](https://github.com/morphonets/SNT/releases)**.<br>
11
+
**This page was last revised for [version 5.0.9](https://github.com/morphonets/SNT/releases)**.<br>
12
12
Please help us to keep up-to-date documentation by [editing](https://github.com/imagej/imagej.github.io/edit/main/_pages/plugins/snt/reconstruction-viewer.md) this page directly to fill in any documentation gap. Do [reach out](https://forum.image.sc/tag/snt) if you need assistance!
13
13
{% endcapture %}
14
14
{% include notice content=version %}
@@ -63,52 +63,58 @@ The RV Controls dialog is the Reconstruction Viewer equivalent to the [Path Mana
63
63
This menu provides control over the rendered scene.
Switches between dark and light theme. Shortcut: {% include key key='D' %}
68
-
69
66
### Fit to Visible Objects
70
67
Computes a bounding box containing all objects of the scene and adjusts the zoom level to ensure all objects are within the camera view. Shortcut: {% include key key='F' %}
71
68
72
69
### Fit to Selection
73
70
Zooms into the object(s) currently selected in the object list.
74
71
75
-
### Impose Isotropic Scale ›
76
-
Squares the aspect ratio of the selected dimensions, leaving the others unchanged. Default is _None_.
77
-
78
-
### Axes ›
79
-
Controls to label, toggle and change the orientation of the cartesian axes of the scene. The 'Flip axis' commands may be useful to mitigate mismatches between cartesian and anatomical orientations.
80
-
81
-
### Stretch-to-Fill
82
-
Stretches the projection on the whole viewport. NB: This may distort proportions in the scene.
83
-
84
72
### Viewer Size...
85
73
Allows fine-control over the viewer dimensions (useful for, e.g., resizing the viewer to known dimensions before recording an animation).
86
74
87
75
### Full Screen
88
76
Enters full screen mode ({% include key keys='Shift|F' %}). To exit full screen press {% include key key='ESC' %}
89
77
78
+
### Aspect Ratio/Scaling ›
79
+
Options to impose isotropic spacing by "squaring" the aspect ratio of the selected dimensions, leaving the others unchanged. Default is _None_ (No imposition).
80
+
This menu also includes a _Stretch-to-Fill_ option that stretches the projection on the whole viewport. NB: This may distort proportions in the scene.
81
+
82
+
### Axes ›
83
+
Controls for the Cartesian axes of the scene, including:
84
+
85
+
- {% include bc path='Anatomical Mapping...'%} Opens a dialog to assign anatomical labels and orientations to scene axes (e.g., Anterior–Posterior, Dorsal–Ventral, Left–Right), useful when working with registered data from reference atlases
86
+
- {% include bc path='Axes Labels...'%} Allows manual renaming of the X, Y, and Z axis labels
87
+
- {% include bc path='Display Frame'%} Toggles the full bounding frame (axis box) around the scene
88
+
- {% include bc path='Toggle Axes'%} Shows or hides the axis lines. Shortcut: {% include key key='A' %}
89
+
- {% include bc path='XY View: Flip Horizontal Axis / Flip Vertical Axis'%} Flips the specified axis in the XY constrained view, which can be useful to mitigate mismatches between Cartesian and anatomical orientations (e.g., when left–right or dorsal–ventral conventions differ from the default rendering)
90
+
91
+
### Scale Bar ›
92
+
Controls for an overlay scale bar rendered on the scene canvas:
93
+
94
+
- {% include bc path='Display Scale Bar'%} Toggles the scale bar overlay. When first enabled, a notification reminds the user of the assumed base unit
95
+
- {% include bc path='Set Base Unit...'%} Specifies the spatial unit of the scene coordinates (µm, nm, mm, or pixels). This determines how the scale bar length is computed and labeled
96
+
97
+
### Toggle Dark Mode
98
+
Switches between dark and light theme. Shortcut: {% include key key='D' %}
99
+
90
100
### Reset View
91
101
Resets the view point, view mode, and zoom level, fitting and centering all scene objects into the camera view. Shortcut: {% include key key='R' %}
92
102
93
103
### Reload Scene
94
104
Resets the view and checks if all the drawables in the scene are being rendered properly. If not, allows the scene to be rebuilt completely. Shortcut: {% include key keys='CTRL|R' %}
95
105
96
-
### Rebuild Scene
106
+
### Rebuild Scene...
97
107
Clears all objects from the scene then rebuilds them from scratch. Shortcut: {% include key keys='CTRL|SHIFT|R' %}
98
108
99
-
### Wipe Scene
109
+
### Wipe Scene...
100
110
Removes all objects from the scene (this action is undoable).
101
111
102
-
### Scene Shortcuts...
103
-
Displays the viewer's hotkeys. Shortcut: {% include key keys='F1' %}
104
-
105
112
### Duplicate Scene
106
113
Stores the current scene into a new non-interactive instance of the viewer to allow side-by-side rendering of detailed scenes.
107
114
108
115
### Sync Path Manager Changes
109
116
This option is only available when the viewer was initialized from SNT. It ensures any pending changes performed in the Path Manager percolate into the 3D scene. Shortcut: {% include key keys='CTRL|SHIFT|S' %}
110
117
111
-
112
118
## Neuronal Arbors
113
119
This menu relates to the import, customization and management of reconstructions and is organized into three sections.
@@ -163,7 +169,7 @@ This section of the menu includes commands for deleting reconstructions from the
163
169
This menu includes commands for loading, managing, and customizing 3D meshes commonly used to represent surface meshes of anatomical structures, neuropil labels, or brain compartments. Currently only Wavefront OBJ files are supported. It is also organized in three sections:
Includes commands for import and rendering of Wavefront OBJ files, or folders containing multiple files.
168
174
169
175
### Customize Meshes
@@ -172,33 +178,31 @@ Includes commands for adjustment of the color and transparency of the selected m
172
178
### Remove 3D Meshes
173
179
This section of the menu includes commands for deleting meshes from the scene. Note that you can also remove objects using the [contextual menu](#contextual-menu).
174
180
175
-
176
181
## Geometric Annotations
177
182
This menu includes commands for handling geometric annotations such as points, vectors, surface, and cross-section planes.
Commands for adding cross-section planes, surfaces, as well as simpler primitives (spheres, vectors, and planes). Annotations can be split in two categories:
187
+
Commands for adding cross-section planes, surfaces, as well as simpler primitives (spheres, vectors, and planes). Annotations can be split in three categories:
183
188
184
189
#### Cross-section planes
185
190
Cross-section planes can be cell-based or mesh-based:
186
191
187
-
-Cell-based: Cross-section planes can be rendered in either X,Y,Z axis along the centroid (mid-plane) of either dendrites, or axons, or at the center of cell soma
192
+
-Tree-based: Cross-section planes can be rendered in either X,Y,Z axis along the centroid (mid-plane) of either dendrites, or axons, or at the center of cell soma
188
193
- Mesh-based: Cross-section planes can be rendered in either X,Y,Z axis along the centroid (mid-plane) of the mesh
189
194
190
195
#### Surfaces
191
196
Similarly to [convex hulls](#convex-hull), surfaces reflect enclosing polyhedrons. Surfaces can also be of two types:
192
197
193
-
-Cell-based: Cell-based surfaces can be assembled from the point cloud defined by branch-points or tips of a neuronal arbor
198
+
-Tree-based: Cell-based surfaces can be assembled from the point cloud defined by branch-points or tips of a neuronal arbor
194
199
- Mesh-based: Mesh-based surfaces can be assembled from the point cloud of the mesh's vertices associated with either the left or the right hemisphere (bilaterians model organisms)
195
200
196
201
{% include img align="right" name="Geometric annotations" src="/media/plugins/snt/snt-recviewer-geometric-annot.png" caption="Geometric annotations: Surfaces and planes" %}
197
202
198
203
199
-
200
-
#### Misc ›
201
-
This menu includes controls for adding 3D primitives to the scene including, parallelograms, spheres, or vectors at specified coordinates.
204
+
#### Shapes
205
+
These are 3D primitives including, parallelograms, spheres, or vectors at specified coordinates.
202
206
203
207
204
208
### Customize Annotations
@@ -280,7 +284,7 @@ Conducts [Strahler Analysis](/plugins/snt/analysis#strahler-analysis) on single
280
284
"
281
285
%}
282
286
283
-
### Atlas-based Analysis
287
+
### Atlas-based Analyses
284
288
285
289
#### Annotation Graph
286
290
@@ -305,17 +309,16 @@ Adds a text label with options to customize font size, style, color, rotation an
305
309
#### Color Mapping Legends ›
306
310
Contains options to add, edit, or remove [Color Mapping](#color-mapping-) legends.
307
311
308
-
#### Create Figure...
309
-
Only available in standalone viewers. See [Manual › Create Figure...](/plugins/snt/manual#create-figure).
310
-
311
312
#### Light Controls...
312
313
Adjustments of light and shadows. Note these are currently experimental features.
313
314
314
-
#### Record Rotation
315
-
Animates a rotation of the current scene and saves each frame to disk. The save directory, rotation degree, duration and frames per second may be adjusted in [Preferences](#other).
315
+
#### Create Figure...
316
+
Only available in standalone viewers. See [Manual › Create Figure...](/plugins/snt/manual#create-figure).
316
317
318
+
#### Record Animation...
319
+
Animates a rotation of the current scene and saves each frame to disk. The save directory, rotation degree, duration and frames per second may be adjusted in [Preferences](#other).
317
320
318
-
### Screenshots
321
+
### Snapshots
319
322
Commands for handling scene snapshots, including:
320
323
321
324
- {% include bc path='Take Snapshot & Display'%} Takes a snapshot of the current scene and displays it in ImageJ
@@ -345,8 +348,31 @@ This section contains options for sensitivity of mouse and keyboard scene intera
345
348
- {% include bc path='Pan Accuracy| '%} Sets the responsiveness of panning. A lower step size is more responsive
346
349
- {% include bc path='Zoom Steps (+/- Keys)| '%} Sets the percentage of a single zoom step via {% include key key='+' %} {% include key key='-' %} keys
347
350
- {% include bc path='Rotation Steps (Arrow Keys)| '%} Sets the number of degrees of a single rotation step via {% include key key='left' %} {% include key key='right' %} keys
351
+
- {% include bc path='Animation Type | '%} Sets how the scene animates when a rotation is triggered (double-click or recorded animation). _Full Rotation_ performs a continuous 360° sweep, while _Ping-pong_ oscillates back and forth over a fixed arc (~60°). The preference persists across sessions
352
+
353
+
### Neurite Rendering
354
+
This section contains options that control how neuronal arbors are drawn:
355
+
356
+
- {% include bc path='Neurite Style'%} Selects the rendering mode for neurite paths (mutually exclusive):
357
+
-_Simple Lines_ Basic line rendering (default, fastest)
358
+
-_Pseudo-Lighting_ Modulates neurite brightness based on orientation relative to the camera, giving a sense of depth without full 3D geometry
359
+
-_Shaded Tubes_ Renders neurites as illuminated 3D tubes using per-fragment Phong lighting (requires OpenGL 3.2+)
360
+
-_Shaded Tubes (Wireframe)_ Same as Shaded Tubes but with a wireframe overlay showing mesh edges
361
+
362
+
An additional _Tube Sides..._ option sets the number of sides for tube cross-sections (higher values produce smoother tubes at the cost of performance)
363
+
364
+
- {% include bc path='Path Smoothing'%} Applies Catmull-Rom spline interpolation to reduce angular kinks at thick line joints. Options: _None_, _Low_, _Medium_, _High_ (corresponding to upsampling factors of 1, 2, 4, and 8, respectively)
365
+
366
+
- {% include bc path='Depth Perception'%} Fades distant neurites toward the background color to enhance depth cues. Intensity presets include _Subtle_, _Moderate_, _Strong_, and _Full_, or depth fog can be disabled entirely with _None_
367
+
368
+
### Mesh Rendering
369
+
Options controlling how surface meshes (OBJ files) are rendered:
348
370
371
+
- {% include bc path='Mesh Style'%} Selects the shading mode for meshes (mutually exclusive):
- {% include bc path='Backface Culling'%} Skips back-facing triangles during rendering. This improves performance for closed (watertight) meshes but may cause visual artifacts on open surfaces
Copy file name to clipboardExpand all lines: _pages/plugins/snt/scripting.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
@@ -155,7 +155,7 @@ def run():
155
155
156
156
# Fiji Scripting
157
157
158
-
Scripting in Fiji's script editor is perhaps best done using Groovy and python. The latter as quite good autocompletion for objects that are not script parameters. The best way to start a new script is by choosing a boilerplate {% include bc path='Scripts|New|From Template...'%} in SNT or {% include bc path='Neuroanatomy|Boilerplate|'%} in the script Editor. These templates hold boilerplate code in several programming languages (namely [BeanShell](/scripting/beanshell), [Groovy](/scripting/groovy) and [Jython](/scripting/jython)), and include the most essential imports and [script parameters](/scripting/parameters) to facilitate rapid development.
158
+
Scripting in Fiji's script editor is perhaps best done using Groovy and Python. The latter as quite good autocompletion for objects that are not script parameters. The best way to start a new script is by choosing a boilerplate {% include bc path='Scripts|New|From Template...'%} in SNT or {% include bc path='Neuroanatomy|Boilerplate|'%} in the script Editor. These templates hold boilerplate code in several programming languages (namely [BeanShell](/scripting/beanshell), [Groovy](/scripting/groovy) and [Jython](/scripting/jython)), and include the most essential imports and [script parameters](/scripting/parameters) to facilitate rapid development.
159
159
160
160
161
161
# Further Resources
@@ -245,7 +245,7 @@ def do_stuff(viewer):
245
245
# Enforce side perspective.
246
246
viewer.setViewMode('side')
247
247
248
-
# Next, we will applying a color mapping to the axon
248
+
# Next, we will apply a color mapping to the axon
249
249
# using branch order as the metric and the Ice Lut.
250
250
# Make an instance of TreeColorMapper using SciJava context.
0 commit comments