Difference between revisions of "Documentation/4.1/Modules/PkModeling"
From Slicer Wiki
Line 23: | Line 23: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Module Description}} | {{documentation/{{documentation/version}}/module-section|Module Description}} | ||
− | + | {| | |
− | + | | | |
+ | PkModeling (Pharmacokinetics Modeling) is to calculate the quantitative parameters from DCE-MRI images. The two major parts of it are: | ||
+ | * Convert signal intensities to concentration values | ||
+ | * Calculate quantitative parameters from concentration values | ||
+ | |} | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 38: | Line 42: | ||
{| | {| | ||
− | | | + | | |
+ | * '''IO''' | ||
+ | ** '''Input:''': 4D DCE-MRI data in nrrd, 3D mask showing the location of arterial input function. | ||
+ | ** '''Output''': 4 volumes showing the maps of quantitative parameters. These parameters include ktrans, ve, maximum slope, and area under the curve (AUC). | ||
+ | * '''Parameters''' | ||
+ | ** '''Parameters from 4D data''': | ||
+ | *** TRValue: Repetition time, | ||
+ | *** TEValue: Echo time, | ||
+ | *** FAValue: Flip angle, | ||
+ | *** TimeAxis: Time series. | ||
+ | ** '''Parameters from user input''': | ||
+ | *** Concentration calculation: | ||
+ | **** T1BloodValue: T1 blood value | ||
+ | **** T1TissueValue: T1 tissue value | ||
+ | **** RelaxivityValue: Relaxivity value | ||
+ | **** S0GradValue: Signal gradient threshold value | ||
+ | *** Quantitative Parameter calculation: | ||
+ | **** FTolerance: Function value tolerance | ||
+ | **** GTolerance: Gradient magnitude tolerance | ||
+ | **** XTolerance: Search space tolerance | ||
+ | **** Epsilon: Step | ||
+ | **** MaxIter: Maximum number of iterations | ||
+ | **** Hematocrit | ||
+ | **** AUCTimeInterval: Time intervall for AUC calculation | ||
|} | |} | ||
Revision as of 17:33, 4 June 2012
Home < Documentation < 4.1 < Modules < PkModeling
Introduction and Acknowledgements
Extension: PkModeling | |||||
|
Module Description
PkModeling (Pharmacokinetics Modeling) is to calculate the quantitative parameters from DCE-MRI images. The two major parts of it are:
|
Use Cases
Tutorials
Panels and their use
|
Similar Modules
References
Information for Developers
Section under construction. |