Usage
petSUVR(petTime, anatomicalImage, anatomicalSegmentation, smoothingParameter = 2.5, labelValue = 0, subtractBackground = FALSE, mapToPet = FALSE, noMotionCorr = FALSE)
Arguments
petTime
pet time series antsImage or 3D image
anatomicalSegmentation
antsImage in the same space as anatomicalImage.
This image should contain a whole brain mask in addition to a labeled
reference region for computing SUVR.
smoothingParameter
physical space smoothing parameter see smoothImage
labelValue
the integer value of the reference region as it
appears in anatomicalSegmentation. If not set, we assume a binary segmentation.
subtractBackground
if TRUE, the method will attempt to estimate the
background (non-anatomical) activation levels before computing SUVR. In this
case, SUVR will be computed after subtracting this background value from the
mean activation image.
mapToPet
boolean option causing pet to be used as fixed image in the
rigid registration between anatomical and pet
noMotionCorr
boolean option activating simple and fast approach that
may be better for dynamic data with insufficient per-frame information