Difference between revisions of "Documentation/4.2/Extensions/DTIProcess"

From Slicer Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-header}}
 
{{documentation/{{documentation/version}}/module-header}}
<!-- ---------------------------- -->
 
{{ambox
 
| type  = protection
 
| image = [[File:InProgress.png|40px|alt=Work in progress]]
 
| text  = WARNING: This page is Work in Progress, which means:
 
* the information is not complete
 
* some information refers to other modules/extensions
 
* the extension is not yet part of 3D Slicer
 
* testing and documentation is limited
 
}}
 
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}
 
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}
Line 48: Line 38:
 
[http://plastimatch.org/data_sources.html Sample data] to use with modules.
 
[http://plastimatch.org/data_sources.html Sample data] to use with modules.
 
<gallery widths="200px" perrow="4">
 
<gallery widths="200px" perrow="4">
Image:plastimatch_dicomrt_ss.png|DICOM-RT Structure Set
+
Image:DTIEstim-B0-crop.png|Baseline Image
Image:plastimatch_dicomrt_dose.png|DICOM-RT Dose
+
Image:DTIestim-iDWI-sagittal.png|iDWI
Image:plastimatch_image_1.png|Before Registration
+
Image:DTIEstim-DTI-FA-crop.png|Fractional Anisotropy
Image:plastimatch_image_2.png|After Registration
+
Image:DTIProcess-MD-crop.png|Mean Diffusivity
Image:before_reg.png|Before Registration
+
Image:FiberTrack-fibers.png|Fiber tractography
Image:after_reg.png|After Registration
+
Image:FiberStats-Results.png |Fibers statistics
</gallery>
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/extension-section|Tutorials}}
 
 
 
<gallery widths="200px" perrow="4">
 
Image:plastimatch_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1023/3D_Slicer_Plastimatch_Registration_Tutorial.ppt Download tutorial]
 
Image:plastimatch_tutorial_data.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/1004/rider-lung-images.tar.gz Download tutorial data]
 
Image:plastimatch_dicomrt_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1568/3D_Slicer_Plastimatch_DICOM_RT_Tutorial_2010_12_28.pdf Download tutorial (PDF)]
 
Image:plastimatch_dicomrt_ss.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/934/chest-phantom-dicomrt-xio-4.33.02.tar.gz (Download tutorial data)]
 
Image:3D_Slicer_Plastimatch_Landmark_Registration_Tutorial.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1622/3D_Slicer_Plastimatch_Landmark_Registration_Tutorial.ppt Download tutorial]
 
Image:fixed.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/1619/synthetic_img.zip Download tutorial data]
 
 
</gallery>
 
</gallery>
  

Revision as of 22:50, 27 November 2012

Home < Documentation < 4.2 < Extensions < DTIProcess


Introduction and Acknowledgements

Author: Casey Goodlett
Contributors: Aditya Gupta (NIRAL, University Of North Carolina), Clement Vachet (SCI Institute, University of Utah), Francois Budin (NIRAL, University of North Carolina), Guido Gerig (SCI Institute, University of Utah), Hans Johnson (University of Iowa), Martin Styner (NIRAL, University Of North Carolina), Sylvain Gouttard (SCI Institute, University of Utah), Yundi Shi (NIRAL, University of North Carolina), Zhexing Liu (NIRAL, University of North Carolina), Casey Goodlett (Kitware)
Contact: Francois Budin, <email>fbudin@unc.edu</email>
Website: http://www.nitrc.org/projects/dtiprocess/
License: BSD


Extension Description

DTIProcess is a DTI processing and analysis toolkit developed in UNC and University of Utah. Tools in this toolkit include:

  • dtiestim: tool that takes in a set of DWIs in nrrd format and estimates a tensor field out of it. It also has many useful options.
  • dtiprocess: tool that handles tensor fields
  • maxcurvature: computes Hessian of an image. Typically the input image is a Fractional Anisotropy (FA) image
  • dtiaverage (Should be used in a command line): program that allows to compute the average of an arbitrary number of tensor fields
  • fibertrack: program that implements a simple streamline tractography method based on the principal eigenvector of the tensor field
  • fiberprocess: tool that manage fiber files extracted from the fibertrack tool or any fiber tracking algorithm
  • fiberstats: program that prints out some statistics computed on a fiber bundle
  • A couple other tools that are included in the package and that are not CLI compatible

Modules

Use Cases

Sample data to use with modules.

Similar Extensions

N/A

Information for Developers

More information as well as the source code can found on the project webpage: http://www.nitrc.org/projects/dtiprocess