Difference between revisions of "2015 Summer Project Week:T1 mapping"
From NAMIC Wiki
Stevedaxiao (talk | contribs) |
Stevedaxiao (talk | contribs) |
||
Line 5: | Line 5: | ||
Image:T1_Mapping_CPP_GUI.png|T1 Mapping C++ GUI | Image:T1_Mapping_CPP_GUI.png|T1 Mapping C++ GUI | ||
Image:Comparison_T1_Mapping_ALL.png|Comparison of Different T1 Mapping Tools | Image:Comparison_T1_Mapping_ALL.png|Comparison of Different T1 Mapping Tools | ||
+ | Image:T1_Mapping_Result_Sample.png|Sample Results of T1 Mapping | ||
</gallery> | </gallery> | ||
Revision as of 08:52, 24 June 2015
Home < 2015 Summer Project Week:T1 mappingKey Investigators
- Xiao Da (MGH), Yangming Ou (MGH), Andriy Fedorov (BWH), Jayashree Kalpathy-Cramer (MGH)
- Utsav Pardasani (Observing)
Project 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.
Objective
- Estimate effective T1 from multi-spectral FLASH MRI scans with different flip angles
- Implement T1 mapping algorithm as a Slicer extension using C++
Approach, Plan
- Start with prostate diffusion module
- Update equations for T1 mapping
- Compare the results using C++, Python, Freesurfer with ground truth of T1 for QIBA phantom
- Test the Slicer module on MGH Brain Tumor MR Data with multiple flip angles
Progress
- Equations have already been updated
- Working on the GUI
- Working on the comparison