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

From Slicer Wiki
Jump to: navigation, search
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887)
Line 8: Line 8:
 
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}
 
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
{{documentation/{{documentation/version}}/module-introduction-row}}
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 [http://www.na-mic.org/ NA-MIC website].<br>
+
 
Author: Demian Wassermann, SPL, LMI, PNL, Brigham and Women's Hospital, Harvard Medical School<br>
+
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:  Demian Wassermann, <email>demian@bwh.harvard.edu</email><br>
+
 
Contributor1: Raúl San José-Estepar<br>
+
Contact:  <email>slicer-users@bwh.harvard.edu</email><br>
Contributor2: Lauren O'Donnel<br>
+
Website: http://slicerdmri.github.io/
 +
<br>
 +
Contributors: Raúl San José-Estepar, Lauren O'Donnell, Demian Wassermann, Isaiah Norton, Alex Yarmarkovich (SPL, LMI, BWH, SlicerDMRI)
 +
 
 
{{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:NAC-logo.png|NAC
 +
|Image:DiffusionTensorScalarMeasurements screenshot Trace.png|Diffusion Tensor Trace
 +
|Image:DiffusionTensorScalarMeasurements screenshot FA.png|Diffusion Tensor FA
 
}}
 
}}
 
{{documentation/{{documentation/version}}/module-introduction-end}}
 
{{documentation/{{documentation/version}}/module-introduction-end}}

Revision as of 17:11, 29 June 2016

Home < Documentation < Nightly < Modules < DWIToDTIEstimation


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


Introduction and 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/
Contributors: Raúl San José-Estepar, Lauren O'Donnell, Demian Wassermann, Isaiah Norton, Alex Yarmarkovich (SPL, LMI, BWH, SlicerDMRI)

SlicerDMRI  
Surgical Planning Laboratory  
NAC  
Diffusion Tensor Trace  
Diffusion Tensor FA  

Module Description

Estimates the diffusion tensor model from diffusion weighted images.

There are two estimation methods available: least squares and weighted least squares. Least squares is the traditional method for tensor estimation and the fastest one. Weighted least squares takes into account the noise characteristics of the MRI images to weight the DWI samples based on their intensity magnitude.


Use Cases

  • Use Case 1: Calculate the Diffusion Tensor image from a Diffusion Weighted image.


Tutorials

Slicer 4 Diffusion Tensor Tutorial

Panels and their use

Parameters:

  • IO: Input/output parameters
    • Input DWI Volume (inputVolume): Input Diffusion Weighted Image (DWI) volume
    • Input Brain Mask (inputMaskVolume): Brain mask to restrict tensor computation region [optional]
    • Output DTI Volume (outputTensor): Estimated Diffusion Tensor Image (DTI) volume
    • Output Baseline Volume (outputBaseline): Estimated baseline (non-Diffusion Weighted) volume
  • Advanced Settings: Advanced estimation settings
    • Fitting Method ([Weighted] Least Squares) (estimationMethod): Fitting method. LS: Least Squares, WLS: Weighted Least Squares
    • Shift Negative Eigenvalues (ShiftNegativeEigenvalues): Shift eigenvalues so all are positive (accounts for unuseable tensor solutions related to noise or acquisition error)


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

  • Point to other modules that have similar functionality

References

  • Basser, P. J., Pajevic, S., Pierpaoli, C., Duda, J., & Aldroubi, A. (2000). In vivo fiber tractography using DT-MRI data. Magnetic Resonance in Medicine, 44(4), 625-632. John Wiley & Sons, Inc. Retrieved from http://www.ncbi.nlm.nih.gov/pubmed/11025519

Information for Developers