dcmri.T1#
- dcmri.T1(field_strength=3.0, tissue='blood', Hct=0.45) float [source]#
T1 value of selected tissue types.
Values are taken from literature, mostly from Stanisz et al 2005
- Parameters:
- Raises:
ValueError – If the requested T1 values are not available.
- Returns:
T1 values in sec
- Return type:
Note
This library is in construction and not all known values are currently available through this function.
- Available tissue types:
skin
bone marrow
csf
muscle
heart
cartilage
white matter
gray matter
optic nerve
spinal cord
blood
spleen
liver
kidney
- Available field strengths:
1.5
3
4.7 (spleen, liver)
7.0 (spleen, liver)
9.0 (spleen, liver)
Example
>>> import dcmri as dc >>> print('The T1 of liver at 1.5T is', 1e3*dc.T1(1.5, 'liver'), 'msec') The T1 of liver at 1.5T is 602.0 msec
Examples using dcmri.T1
#
Single-kidney glomerular filtration rate
Single-kidney glomerular filtration rate
Preclinical - repeat dosing effects on liver function
Preclinical - repeat dosing effects on liver function
Preclinical - reproducibility of hepatocellular function
Preclinical - reproducibility of hepatocellular function
Preclinical - effect on liver function of 6 test drugs
Preclinical - effect on liver function of 6 test drugs
The role of Arterial Input Functions
The role of Arterial Input Functions
An exploration of water exchange effects
An exploration of water exchange effects