Quantification of relative cerebral blood volume (rCBV) using the first pass from a bolus injection of a contrast agent.
rCBV.fast(signal, ...)# S4 method for array
rCBV.fast(signal, mask, aif, time, multicore = FALSE,
verbose = FALSE)
rCBV(Ct, Ca, time, Hf = 1, rho = 1)
is a multidimensional array of signal intensities (or concentrations). The last dimension is assumed to be a function of the acquisition times, while the previous dimenions are assued to be spatial.
Additional variables defined by the method.
is a (logical) multidimensional array that identifies the voxels to be analyzed.
Arterial Input Function.
is the vector of acquisition times associated with the dynamic data.
is a logical variable (default = FALSE
) that allows
parallel processing via parallel.
is a logical variable (default = FALSE
) that allows
text-based feedback during execution of the function.
is the time series of contrast agent concentration in tissue.
is the time series of contrast agent concentration in the blood.
is the hematocrit factor.
is the density of brain tissue.
A nifti
object containing the estimates of regional cerebral
blood volume (rCBV).