Difference between revisions of "Documentation/Nightly/Extensions/T1 Mapping CPP"

From Slicer Wiki
Jump to: navigation, search
(Created page with '<noinclude>{{documentation/versioncheck}}</noinclude> <!-- ---------------------------- --> {{documentation/{{documentation/version}}/module-header}} <!-- -----------------------…')
 
 
Line 1: Line 1:
<noinclude>{{documentation/versioncheck}}</noinclude>
+
#REDIRECT [[Documentation/Nightly/Modules/T1 Mapping CPP]]
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-header}}
 
<!-- ---------------------------- -->
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}
 
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
 
 
{|
 
|
 
[[Image:T1 Mapping Logo Resized.png ]]
 
|
 
Extension: [[Documentation/{{documentation/version}}/Extensions/T1_Mapping_CPP|T1_Mapping_CPP]]<br>
 
 
 
Acknowledgments:
 
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, and by National Cancer Institute as part of the Quantitative Imaging Network initiative (U01CA154601) and QIICR (U24CA180918).<br>
 
 
 
Implementation of the T1 Mapping was contributed by Xiao Da from MGH. This is a C++ version.<br>
 
 
 
Author: Xiao Da (MGH), Yangming Ou (MGH), Andriy Fedorov (BWH) and Jayashree Kalpathy-Cramer (MGH)<br>
 
Contact: Xiao Da, <email>XDA@mgh.harvard.edu</email><br>
 
|}
 
 
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
{{documentation/{{documentation/version}}/module-introduction-logo-gallery
 
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}
 
|{{collaborator|logo|qiicr}}|{{collaborator|longname|qiicr}}
 
|{{collaborator|logo|martinos}}|{{collaborator|longname|martinos}}
 
}}
 
 
 
 
 
{{documentation/{{documentation/version}}/module-introduction-end}}
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Module Description}}
 
T1 mapping estimates effective tissue parameter maps (T1) from multi-spectral FLASH MRI scans with different flip angles. T1 mapping can be used to optimize parameters for a sequence, monitor diseased tissue, measure Ktrans in DCE-MRI and etc.
 
 
 
The method and equations for Variable Flip Angle T1 Mapping are available here: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3620726/pdf/nihms-423474.pdf
 
<!-- ---------------------------- -->
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Use Cases}}
 
*Take multi-spectral FLASH images with an arbitrary number of flip angles as input, and estimate the T1 values of the data for each voxel.
 
*Read repetition time(TR), echo time(TE) and flip angles from the Dicom header directly.
 
*Prostate, brain, head & neck, cervix, breast and etc.
 
{|
 
|[[Image:T1_Mapping_Result_Sample.png|thumb|340px|Sample Results of T1 Mapping]]
 
|[[Image:Comparison_T1_Mapping_ALL.png‎|thumb|400px|Comparison of Different T1 Mapping Tools]]
 
|}
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Tutorials}}
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Panels and their use}}
 
{|
 
|[[Image:T1_Mapping_CPP_GUI.png|thumb|300px|T1 Mapping C++ GUI]]
 
|
 
*'''Input'''
 
** '''Input image''': Multivolume node containing multiple flip angles image loaded using DICOM module
 
** '''Model''': VFA, Variable Flip Angle
 
** '''Input mask''': Segmentation of the region of interest (optional); if specified, model fitting will be performed only within the specified mask
 
** '''Flip Angles to include''': List of Flip Angles that should be used in the fitting process (optional); this parameter is used only if not empty
 
** '''Flip Angles to exclude''': List of Flip Angles that should NOT be used in the fitting process (optional); this parameter is used only if not empty
 
 
 
*'''Output common to all models'''
 
** '''Fitted volume''': Multi-volume containing the fitted model sampled at the Flip Angles of the input dataset (optional)
 
** '''Quality of fit volume''': R-squared (optional)
 
 
 
*'''VFA model output'''
 
** '''T1 Map''': T1 mapping result calculated at each voxel
 
|}
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
 
* [[Documentation/{{documentation/version}}/Modules/MultiVolumeExplorer|MultiVolumeExplorer]]
 
* [[Documentation/{{documentation/version}}/Modules/MultiVolumeImporter|MultiVolumeImporter]]
 
* [[Documentation/{{documentation/version}}/Modules/PkModeling|PkModeling]]
 
* [[Documentation/{{documentation/version}}/Modules/T1_Mapping|T1 Mapping Python Version]]
 
 
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|References}}
 
* [https://sites.duke.edu/dblab/qibacontent/  QIBA T1 phantom]
 
* [http://europepmc.org/articles/pmc3620726 Basic equation for T1 mapping]
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Information for Developers}}
 
{{documentation/{{documentation/version}}/module-developerinfo}}
 
Source code: https://github.com/stevedaxiao/T1_Mapping_CPP
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-footer}}
 
[[Category:Documentation/{{documentation/version}}/Modules/Quantification]]
 
<!-- ---------------------------- -->
 

Latest revision as of 20:10, 15 July 2015

Home < Documentation < Nightly < Extensions < T1 Mapping CPP