QMRITools`
QMRITools`

SmartMask

SmartMask[input]

crates a smart mask of input,which is either the tensor or the tensor parameters calculated using ParameterCalc.

SmartMask[input,mask]

crates a smart mask of input and used the mask as a prior selection of the input.

Details

  • The following options can be given:
  • Strictness0.5Strictness is an option for SmartMask value between 0 and 1. Higer values removes more data.
    MaskCompartment"Muscle"MaskCompartment is an option for SmartMask. Can be "Muscle" or "Fat".
    SmartMethod"Continuous"SmartMethod is an option for SmartMask. This specifies how the mask is generated. Can be "Continuous" or "Catagorical".
    SmartMaskOutput"mask"SmartMaskOutput is an option for Smartmask. Can be set to "mask" to output only the mask or "full" to also output the probability mask.

Examples