1 INTERPOLATE INTERPOLATE This program resamples an input data cube ALONG ITS FIRST 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 Y_NAME$ TASK\FILE "Input file" Y_NAME$ This is the name of the input data cube. 2 X_NAME$ TASK\FILE "Output file" X_NAME$ This is the name of the output (resampled) data cube. 2 NX$ TASK\INTEGER "Number of pixels" NX$ This is the number of pixels along the first axis of the output cube. 2 REFERENCE$ TASK\REAL "New reference pixel" REFERENCE$ This is the reference pixel on the first 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 first axis of the output cube. 2 INCREMENT$ TASK\REAL "New increment" INCREMENT$ This is the distance between two pixels on the first axis of the output cube. 1 END