QMRITools`
QMRITools`

Mask

Mask[data]

creates a mask by automatically finding a threshold.

Mask[data,min]

creates a mask which selects only data above the min value.

Mask[data,{min,max}]

creates a mask which selects data between the min and max value.

Details

Examples