Lucid.Core.Transpose

This task type uses LUPO to transpose the input image.

This corresponds to mirroring the image across a diagonal plane i.e. swapping two dimensions:

  • If axis is x, the image is mirrored across the Y=Z plane, i.e. the Y and Z dimensions are swapped.

  • If axis is y, the image is mirrored across the X=Z plane, i.e. the X and Z dimensions are swapped.

  • If axis is z, the image is mirrored across the X=Y plane, i.e. the X and Y dimensions are swapped.