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" wichi normalizes to the firs volume or normalizes each volume individually, respectively.

Examples