QMRITools`
QMRITools`
NormalizeData
NormalizeData[data]
normalizes the data to the mean signal of the data. For 4D data it normalizes to the first volume of the 4th dimension.
NormalizeData[data,mask]
normalizes the data based on the mean signal only within the mask.
Details
- The following options can be given:
-
NormalizeMethod "Set" NormalizeMethod is an option for NormalizeData. Can be "Set" or "Volumes" wich normalizes to the first volume or normalizes each volume individually, respectively. If "Uniform" normalizes the histogram of the data to have a uniform distribution between 0 and 1 where 0 is treated as background of the data.