## S3 method for class 'array':
standardUptakeValue(pixelData, mask = NULL, CSV = NULL,
seriesNumber = NULL, method = c("qiba", "user"),
prior = NULL, decayedDose = NULL)
## S3 method for class 'array':
activityConcentration(pixelData, CSV = NULL, seriesNumber = NULL,
method = "qiba")nifti.method = "user").data.frame that is the output from
dicom.table and contains all necessary DICOM header fields.qiba and
user), where QIBA pseudocode is used to calculate the SUVs or
user-defined parameters are used.method = "user" or may be used
to replace values from the DICOM header information when
method = "qiba".pixelData, that contains the standard uptake values.Note, for GE scanners it is common for the RescaleSlope DICOM field to vary on a slice-by-slice basis. This is taken into account if a GE scanner is detected from the Modality DICOM field. However, the InstanceNumber is used to reorder the slices so they match the incoming NIfTI file of PixelData. If this is not correct it may be necessary to manually re-order the RescaleSlope field in the CSV data frame so that the activity concentration is calculated correctly.
dicomTable, nifti