1 MAP_INTER This program resamples an input data cube ALONG ITS THIRD AXIS. The resampled output cube may have higher or lower resolution than the original one, but extrapolation is strictly forbidden. The program does not handle blanking values. 2 INPUT_MAP$ TASK\FILE "Input image" INPUT_MAP$ The input map name. It must be a 3-D image. 2 OUTPUT_MAP$ TASK\FILE "output image" OUTPUT_MAP$ The output map name. This will be a 2-D image. 2 NX$ TASK\INTEGER "Number of pixels" NX$ This is the number of pixels along the third axis of the output cube. 2 REFERENCE$ TASK\REAL "New reference pixel" REFERENCE$ This is the reference pixel on the third axis of the output cube. 2 VALUE$ TASK\REAL "New value at reference pixel" VALUE$ This is the value at the refence pixel on the third axis of the output cube. 2 INCREMENT$ TASK\REAL "New increment" INCREMENT$ This is the distance between two planes on the third axis of the output cube. 1 END