1 TRANSPOSE TRANSPOSE A non-general simple-minded routine to tranpose data cubes (or images). The only transposition codes it recognises currently are 312, 231 and 213 if I remember well. Usually command VECTOR\TRANSPOSE Input Output Order is preferred, except possibly for large images. 2 Y_NAME$ TASK\FILE "Input image or cube" Y_NAME$ The name of the input cube. 2 X_NAME$ TASK\FILE "Output image or cube" X_NAME$ The name of the transposed output cube. 2 ORDER$ TASK\CHARACTER "Transpose order (231, 312, etc...)" ORDER$ The order of input axes 123 in output cube. 231, 312, and 213 are supported at present. Other orders can be added relatively easily if they are needed. 1 END