Difference between revisions of "Documentation/Nightly/Modules/FiberTractMeasurements"

From Slicer Wiki
Jump to: navigation, search
Line 37: Line 37:
 
{{documentation/{{documentation/version}}/module-section|Tutorials}}
 
{{documentation/{{documentation/version}}/module-section|Tutorials}}
 
Links to tutorials that use this module
 
Links to tutorials that use this module
* Slicer4 Fiber Bundle Selection and Scalar Measurements Tutorial :https://www.slicer.org/slicerWiki/index.php/Documentation/4.5/Training#Fiber_Bundle_Selection_and_Scalar_Measurements
+
* Slicer4 Fiber Bundle Selection and Scalar Measurements Tutorial: https://www.slicer.org/slicerWiki/index.php/Documentation/4.5/Training#Fiber_Bundle_Selection_and_Scalar_Measurements
 +
* Tractography selection and measurements in command line interface (CLI) mode: http://slicerdmri.github.io/docs/tutorials/CLITutorial.pdf
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->

Revision as of 19:39, 6 July 2016

Home < Documentation < Nightly < Modules < FiberTractMeasurements


For the latest Slicer documentation, visit the read-the-docs.


Introduction and Acknowledgements


Title: Tractography Measurements
Author(s)/Contributor(s): Alex Yarmarkovich, Fan Zhang, Lauren O'Donnell (SPL, LMI, BWH, SlicerDMRI)
License: 3D Slicer Contribution and Software License Agreement
Acknowledgements: The SlicerDMRI developers gratefully acknowledge funding for this project provided by NIH NCI ITCR U01CA199459 (Open Source Diffusion MRI Technology For Brain Cancer Research), NIH P41EB015898 (National Center for Image-Guided Therapy) and NIH P41EB015902 (Neuroimaging Analysis Center), as well as 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.

Contact: <email>slicer-users@bwh.harvard.edu</email>
Website: http://slicerdmri.github.io/

SlicerDMRI  
Surgical Planning Laboratory  
NAC  
Multiple tracts from Corpus callosum (CC)  
Tensor measurements of the CC tracts  

Module Description

Compute whole-fiber scalar measurements from a directory of VTK fiber bundle files. Files must have tensors stored in as cell data Slicer tensor convention.


Use Cases

Most frequently used for these scenarios:

  • Use Case 1: Compute measurements from all tractography files in a directory.
  • Use Case 2: Compute measurements using a fiber tract hierarchy to select and combine tractography files in a directory (for example to define corpus callosum subregions).

Tutorials

Links to tutorials that use this module

Panels and their use

Parameters:

  • IO: Input/output parameters
    • Select Input Type (inputType): Type of input: MRML Hierarchy, or directory containing VTK polydata files.
    • Fibers Hierarchy (FiberHierarchyNode): Fibers top hierarchy node
    • Fibers File Folder (InputDirectory): Directory from which to read fibers
    • Output Text File (outputFile): Output measurement file
    • Select Output Format (outputFormat): Output format: print statistics along column vs. row.
    • Output Field Separator (outputSeparator): Output file field separator (Comma, Space, or Tab).
    • Print statistics for all clusters and children. (printAllStatistics): Print statistics for all clusters and children. In hierarchy mode, by default this module only prints statistics for specified cluster(s).
  • Advanced Settings: Advanced settings
    • Output more statistics (moreStatistics): Output additional statistics, including maximum, minimum, median, variance.


List of parameters generated transforming this XML file using this XSL file. To update the URL of the XML file, edit this page.


Similar Modules

  • DWIToDTIEstimation

References

Information for Developers