generateIRData {qMRI} | R Documentation |
The function generates IR MRI example data for specified parameters
generateIRData(segm, pCSF, pGM, pWM, InvTimes, sigma = 40)
segm |
array containing segmentation resuts for an 3D MRI template. Contains 1 for CSF, 2 for Gray Matter and 3 for White Matter |
pCSF |
Parameters (S,R) for CSF |
pGM |
Parameters (f,R,S) for Gray Matter |
pWM |
Parameters (f,R,S) for White Matter |
InvTimes |
Vector of Inversion Times, length nTimes |
sigma |
Noise standard variation |
array with dimension c(nTimes,dim(segm))
used in examples for IR functions
Karsten Tabelow tabelow@wias-berlin.de
J\"org Polzehl polzehl@wias-berlin.de
estimateIRfluid
, estimateIRsolid
, estimateIR
,smoothIRSolid
, readIRData