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

From Slicer Wiki
Jump to: navigation, search
m (Text replacement - "https?:\/\/(?:www|wiki)\.?slicer\.org\/slicerWiki\/index\.php\/([^ ]+) " to "https://www.slicer.org/wiki/$1 ")
 
(One intermediate revision by one other user not shown)
Line 40: Line 40:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
 
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
* TractographyDICOMSave: https://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/TractographyDICOMSave
+
* TractographyDICOMSave: https://www.slicer.org/wiki/Documentation/Nightly/Modules/TractographyDICOMSave <!-- ---------------------------- -->
 
 
<!-- ---------------------------- -->
 
 
{{documentation/{{documentation/version}}/module-section|References}}
 
{{documentation/{{documentation/version}}/module-section|References}}
 
*  http://slicerdmri.github.io/
 
*  http://slicerdmri.github.io/
Line 49: Line 47:
 
{{documentation/{{documentation/version}}/module-section|Information for Developers}}
 
{{documentation/{{documentation/version}}/module-section|Information for Developers}}
 
* https://github.com/SlicerDMRI
 
* https://github.com/SlicerDMRI
 +
* The CLI module is called: DICOMTract_to_VTK
  
  

Latest revision as of 13:50, 27 November 2019

Home < Documentation < Nightly < Modules < TractographyDICOMLoad


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


Introduction and Acknowledgements


Title: Tractography DICOM Load
Author(s)/Contributor(s): Isaiah Norton (BWH)
License: 3D Slicer Contribution and Software License Agreement
Acknowledgements: This work is funded by the National Institutes of Health through the National Cancer Institute Information Technology for Cancer Research program, Grant CA199459

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

SlicerDMRI  
Surgical Planning Laboratory  
NAC  

Module Description

Utility for DICOM TrackSet conversion to Slicer-style VTK tractography.


Use Cases

Most frequently used for these scenarios:

  • Use Case 1: Load DICOM format tractography files into 3D Slicer.

Tutorials

Links to tutorials that use this module

Panels and their use

Parameters:

  • IO: Input/output parameters
    • DICOM Track File (input_track_dicom): Input path to DICOM tractography file
    • Output Fiber Bundle (output_vtk): Tractography result
  • ':


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

References

Information for Developers