Difference between revisions of "Documentation/Nightly/Modules/TractographyInteractiveSeeding"
(Created page with "<noinclude>{{documentation/versioncheck}}</noinclude> <!-- ---------------------------- --> {{documentation/{{documentation/version}}/module-header}} <!-- --------------------...") |
Zhangfanmark (talk | contribs) |
||
Line 13: | Line 13: | ||
Contributor2: Steve Pieper, Isomics, SPL<br> | Contributor2: Steve Pieper, Isomics, SPL<br> | ||
Contact: Alex Yarmarkovich, <email>alexy@bwh.harvard.edu</email><br> | Contact: Alex Yarmarkovich, <email>alexy@bwh.harvard.edu</email><br> | ||
+ | |||
{{documentation/{{documentation/version}}/module-introduction-row}} | {{documentation/{{documentation/version}}/module-introduction-row}} | ||
{{documentation/{{documentation/version}}/module-introduction-logo-gallery | {{documentation/{{documentation/version}}/module-introduction-logo-gallery | ||
+ | |Image:SlicerDMRIScreenshot.jpg|SlicerDMRI | ||
|Image:Logo-splnew.jpg|Surgical Planning Laboratory | |Image:Logo-splnew.jpg|Surgical Planning Laboratory | ||
+ | |Image:NAC-logo.png|NAC | ||
+ | |Image:Fiducial Seeding.png| Tractography Fiducial Seeding | ||
+ | |Image:LabelMap Seeding.png| Tractography Label Map Seeding | ||
}} | }} | ||
{{documentation/{{documentation/version}}/module-introduction-end}} | {{documentation/{{documentation/version}}/module-introduction-end}} | ||
Line 35: | Line 40: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Tutorials}} | {{documentation/{{documentation/version}}/module-section|Tutorials}} | ||
− | + | Links to tutorials that use this module: | |
+ | * Slicer4 Diffusion Tensor Imaging Tutorial: https://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Training#Slicer4_Diffusion_Tensor_Imaging_Tutorial | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 58: | Line 64: | ||
** Maximum Number of Seeds: Used with models to specify the limit of the number of vertices to be used for seeding. | ** Maximum Number of Seeds: Used with models to specify the limit of the number of vertices to be used for seeding. | ||
| align="right" | | | align="right" | | ||
− | |||
|- | |- | ||
| | | | ||
Line 71: | Line 76: | ||
** File Prefix Name: name that would be used for each output bundle. | ** File Prefix Name: name that would be used for each output bundle. | ||
| align="right" | | | align="right" | | ||
− | |||
|} | |} | ||
Revision as of 15:41, 6 July 2016
Home < Documentation < Nightly < Modules < TractographyInteractiveSeeding
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the NA-MIC website. | |||||||||||
|
Module Description
This module is used for interactive seeding of DTI fiber tracts starting from a list of fiducial points or vertices of a model, or a label map volume.references giving more details on the algorithm.
Use Cases
Most frequently used for these scenarios:
- Use Case 1: Create DTI fiber tracts starting from a list of fiducial points. Tracks created from a small number of fiducial points are are highly interactive and can be used in exploration mode while moving fiducials with the help of transformations. This mode can be useful in pre-op planning or for tracking tools during the surgery.
- Use Case 2: Create DTI fiber tracts starting from vertices of a model. This mode can be useful for exploring tracts around a tumor model.
- Use Case 2: Create DTI fiber tracts starting from a label map volume. Tracks created from a label map ROI can be used in interactive mode while modifying the label map using Editor module.
Tutorials
Links to tutorials that use this module:
- Slicer4 Diffusion Tensor Imaging Tutorial: https://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Training#Slicer4_Diffusion_Tensor_Imaging_Tutorial
Panels and their use
A list of all the panels in the interface, their features, what they mean, and how to use them. For instance:
|
|
|
- Tractography Seeding Parameters panel:
- Minimum Path Length: Select only tracts that are longer than this value (mm).
- Maximum Path Length: Select only tracts that are shorter than this value (mm).
- Stopping Criteria: Select Linear Measure or FA to be used as stopping criteria.
- Stopping Value: Select Linear Measure or FA stopping value, tracking will stop when the value drops below this one.
- Stopping Track Curvature: Select the curvature stopping value in degree per mm, tracking will stop when the radius of curvature is smaller than this one.
- Enabling Options panel:
- Create Tracts Initially As: Select Tubes or Lines
Similar Modules
- Tractography Label Map Seeding
References
Publications related to this module go here. Links to pdfs would be useful. For extensions: link to the source code repository and additional documentation
Information for Developers
Section under construction. |