Performs along-line systematic corrections on full-sized, non-geometrically corrected MSS data.
Performs along-line systematic corrections on full-sized, nongeometrically corrected MSS data from Landsat 2 through 5. The image data is corrected for the following high frequency systematic errors:
1. Line length adjustment 2. Mirror scan nonlinearity 3. Band-to-band offsets 4. Earth rotation 5. Detector-to-detector sampling delayAfter the systematic corrections are applied, the data is resampled along-line using the specified algorithm.
- IN
- Input image. The input image is an uncorrected MSS scene created by PLENTER. It is always BYTE. Only one image may be specified at a time. The user may specify subbands. However, windowing specifications are ignored.
- OUT
- Output image. The output image is always BYTE. It has the same number of bands specified in the input image.
- PCCALPHA(-0.5)
- Parametric cubic convolution alpha parameter. Commonly used values are -1.0 and -0.5; values -3.0 through 3.0 produce reasonable results. Other values may cause unpredictable results but are permitted for experimental purposes.
- INTLIM(--)
- Interpolation limits (MIN,MAX). The minimum and maximum resultant intensity allowed in resampling. If NULL, INTLIM defaults to the maximum range for BYTE data type.
- BACKGRND(0)
- Background value. Gray level fill value assigned to all output pixels outside the boundaries of the input image.
- IN
- Input image. The input image is an uncorrected MSS scene created by PLENTER. It is always BYTE. Only one image may be specified at a time. The user may specify subbands. However, windowing specifications are ignored.
- OUT
- Output image. The output image is always BYTE. It has the same number of bands specified in the input image.
- INTLIM(0,255)
- Interpolation limits (MIN,MAX). The minimum and maximum resultant intensity allowed in resampling. If NULL, INTLIM defaults to the maximum range for BYTE data type.
- BACKGRND(0)
- Background value. Gray level fill value assigned to all output pixels outside the boundaries of the input image.
- IN
- Input image. The input image is an uncorrected MSS scene created by PLENTER. It is always BYTE. Only one image may be specified at a time. The user may specify subbands. However, windowing specifications are ignored.
- INRWT
- Input resampling weight table file. A file containing an externally generated table of resampling weights. The resampling table is created using RTABLE.
- OUT
- Output image. The output image is always BYTE. It has the same number of bands specified in the input image.
- INTLIM(0,255)
- Interpolation limits (MIN,MAX). The minimum and maximum resultant intensity allowed in resampling. If NULL, INTLIM defaults to the maximum range for BYTE data type.
- BACKGRND(0)
- Background value. Gray level fill value assigned to all output pixels outside the boundaries of the input image.
The image data from the uncorrected image NEEDLES is input, corrected for systematic errors, resampled using the parametric cubic convolution method, and output to NEEDLES.COR. Alpha is set to -0.5. The resulting range for resampling is between 0.0 and 127.0, and background values are set to zero.
Systematic corrections are applied to the first and second bands of the uncorrected image ALASKA. The bilinear interpolation method is used for resampling. Minimum and maximum interpolation limits are the full range for the BYTE data type (0 to 255). Background areas are set to 127.
The uncorrected image MSS.UNCOR is processed and the image data is corrected for systematic errors and resampled using the table of user-entered resampling weights in TABLE. Minimum and maximum interpolation limits are 0 and 127. Background values are set to zero.
The values of the LAS input parameters and the global variables are retrieved. The existence of the associated file containing the ancillary information needed to apply systematic corrections is checked. This file is opened and the values are retrieved. Next, the weight table to be used in resampling is generated when using the -CUBIC or -BILINEAR subcommands. If the -TABLE subcommand is specified, the weight table is read from INRWT.Systematic corrections are applied to the image data using the following equation:
The HR' value computed from this equation is the pixel location of input space for the present output sample. After HR' is computed, resampling is performed along-line using the specified algorithm and the resulting value is written to the output image.
A nonfatal error was encountered during processing. The image data is probably valid and therefore saved. The message that is displayed immediately preceding this message is the specific error that was encountered in a library routine.
A fatal error was encountered during processing. The error message that is displayed immediately preceding this message is the specific error that was encountered.
The associated file containing the information that is needed to apply systematic corrections does not exist for the input image. The correction file should have been created with PLENTER.
The file specified for INRWT does not exist. The weight table should be created using RTABLE.
The data type of the input image is not BYTE.
An error was encountered when trying to open the specified file.
The associated correction file was not in the expected format, or an error was encountered when reading the correction or image file.
The input image is not a full-sized (2340 lines x 3548 samples) uncorrected MSS scene; therefore systematic corrections cannot be applied.