Difference between revisions of "Documentation/Nightly/Extensions/DTIProcess"
Line 1: | Line 1: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-header}} | {{documentation/{{documentation/version}}/module-header}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}} | {{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}} | ||
Line 27: | Line 17: | ||
* 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. | * 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 | * dtiprocess: tool that handles tensor fields | ||
− | * dtiaverage: program that allows to compute the average of an arbitrary number of 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 | * 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 | * 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 | * A couple other tools that are included in the package and that are not CLI compatible | ||
+ | |||
+ | All the above software will appear in 3D Slicer in the module list under '''Diffusion>NIRALPipeline''' | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/extension-section|Modules}} | {{documentation/{{documentation/version}}/extension-section|Modules}} | ||
− | *[[Documentation/{{documentation/version}}/Modules/ | + | *[[Documentation/{{documentation/version}}/Modules/dtiestim|dtiestim]] |
− | *[[Documentation/{{documentation/version}}/Modules/ | + | *[[Documentation/{{documentation/version}}/Modules/dtiprocess|dtiprocess]] |
− | *[[Documentation/{{documentation/version}}/Modules/ | + | *[[Documentation/{{documentation/version}}/Modules/dtiaverage|dtiaverage]] |
− | *[[Documentation/{{documentation/version}}/Modules/ | + | *[[Documentation/{{documentation/version}}/Modules/fibertrack|fibertrack]] |
− | *[[Documentation/{{documentation/version}}/Modules/ | + | *[[Documentation/{{documentation/version}}/Modules/fiberprocess|fiberprocess]] |
− | *[[Documentation/{{documentation/version}}/Modules/ | + | *[[Documentation/{{documentation/version}}/Modules/fiberstats|fiberstats]] |
− | *[[Documentation/{{documentation/version}}/Modules/ | + | *[[Documentation/{{documentation/version}}/Modules/maxcurvature|maxcurvature]] |
− | |||
− | |||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 48: | Line 40: | ||
[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: | + | Image:DTIEstim-B0-crop.png|Baseline Image |
− | + | Image:DTIestim-iDWI-sagittal.png|iDWI | |
− | + | Image:DTIEstim-DTI-FA-crop.png|Fractional Anisotropy | |
− | Image | + | Image:DTIProcess-MD-crop.png|Mean Diffusivity |
− | Image: | + | Image:FiberTrack-fibers.png|Fiber tractography |
− | Image: | + | Image:FiberStats-Results.png |Fibers statistics |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | Image: | ||
− | |||
− | Image: | ||
− | |||
− | Image: | ||
</gallery> | </gallery> | ||
Line 73: | Line 53: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
− | {{documentation/{{documentation/version}}/extension-section| | + | {{documentation/{{documentation/version}}/extension-section|Information for Developers}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | More information as well as the source code can found on the project webpage: http://www.nitrc.org/projects/dtiprocess | |
− | |||
− | |||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/extension-footer}} | {{documentation/{{documentation/version}}/extension-footer}} | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Revision as of 14:49, 29 November 2012
Home < Documentation < Nightly < Extensions < DTIProcessIntroduction 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
All the above software will appear in 3D Slicer in the module list under Diffusion>NIRALPipeline
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