1 SWAP SWAP This task swaps an image with respect to first or second axis (e.g. along the X dimension, pixel 1 becomes pixel NX, 2 becomes NX-1 and so on). This operation is never required for most algorithms because they work in the "User Coordinate" space (such as the contouring command in GRAPHIC...). It is only needed for a few algorithms which work in the pixel space (such as HISTO_CROSS). Pixel order can be reversed along X (first axis) or Y (second axis). The program does not handle data cubes at present.. 2 Y_NAME$ TASK\FILE "Input image" Y_NAME$ The name of an input image. 2 X_NAME$ TASK\FILE "Output swapped image" X_NAME$ The name of the output mirrored image. 2 AXIS$ TASK\CHARACTER "Axis to be swapped" AXIS$ The name of the axis along which the order is reversed. This can be X or Y. 1 END