Difference between revisions of "Documentation/Nightly/Modules/PkModeling"
Line 59: | Line 59: | ||
** '''Input 4D Image''': 4D DCE-MRI data | ** '''Input 4D Image''': 4D DCE-MRI data | ||
** '''AIF Mask Image''': Mask designating the location of the arterial input function (AIF). AIF can either be calculated from the input using the aifMask or can be prescribed directly in concentration units using the prescribedAIF option. | ** '''AIF Mask Image''': Mask designating the location of the arterial input function (AIF). AIF can either be calculated from the input using the aifMask or can be prescribed directly in concentration units using the prescribedAIF option. | ||
− | ** '''Prescribed AIF''': Prescribed arterial input function (AIF). AIF can either be calculated from the input using the aifMask option or can be prescribed directly in concentration units using the prescribedAIF option. | + | ** '''Prescribed AIF''': Prescribed arterial input function (AIF). AIF can either be calculated from the input using the aifMask option or can be prescribed directly in concentration units using the prescribedAIF option. An example of how a prescribed AIF can be defined is in [[File:AIF_example.mcsv this example .mcsv file]]. Note that the x column corresponds to timestamps in seconds, and the y column is the contrast agent concentration (NOT image signal intensity). |
** '''Output Ktrans image''' | ** '''Output Ktrans image''' | ||
** '''Output ve image''' | ** '''Output ve image''' |
Revision as of 21:45, 23 September 2013
Home < Documentation < Nightly < Modules < PkModeling
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Extension: PkModeling | |||||
|
Module Description
PkModeling (Pharmacokinetics Modeling) calculates quantitative parameters from Dynamic Contrast Enhanced DCE-MRI images. This module performs two operations:
|
Use Cases
Tutorials
Panels and their use
|
The following acquisition parameters should be available in the NRRD header of the input data (if you are analyzing a DICOM time series, they will typically be extracted from the DICOM data):
- TR Value: Repetition time (milliseconds)
- TE Value: Echo time (milliseconds)
- FA Value: Flip angle (degrees)
- Timestamps for the dynamic series (in milliseconds)
Here is an example how this information is represented in the NRRD header:
MultiVolume.DICOM.EchoTime:=2.93 MultiVolume.DICOM.FlipAngle:=10 MultiVolume.DICOM.RepetitionTime:=6.13 MultiVolume.FrameIdentifyingDICOMTagName:=AcquisitionTime MultiVolume.FrameIdentifyingDICOMTagUnits:=ms
Similar Modules
References
- [1] Knopp MV, Giesel FL, Marcos H et al: Dynamic contrast-enhanced magnetic resonance imaging in oncology. Top Magn Reson Imaging, 2001; 12:301-308.
- [2] Rijpkema M, Kaanders JHAM, Joosten FBM et al: Method for quantitative mapping of dynamic MRI contrast agent uptake in human tumors. J Magn Reson Imaging 2001; 14:457-463.
- [3] de Bazelaire, C.M., et al., MR imaging relaxation times of abdominal and pelvic tissues measured in vivo at 3.0 T: preliminary results. Radiology, 2004. 230(3): p. 652-9.
- [4] Pintaske J, Martirosian P, Graf H, Erb G, Lodemann K-P, Claussen CD, Schick F. Relaxivity of Gadopentetate Dimeglumine (Magnevist), Gadobutrol (Gadovist), and Gadobenate Dimeglumine (MultiHance) in human blood plasma at 0.2, 1.5, and 3 Tesla. Investigative radiology. 2006 March;41(3):213–21.
Information for Developers
Section under construction. |