bartorch.mip#
- bartorch.mip(input, axes, *, minimum=False, magnitude=False)#
Maximum (or minimum,
-m) intensity projection overaxes, which are kept as size one.Only real parts are compared and returned; the imaginary part of the output is zero. The maximum starts from zero, so a projection whose real parts are all negative is zero.
- Parameters:
magnitude (bool) – Project the magnitude instead of the real part (
-a).