Class NOAA1bReader.ScanLineCalibration

java.lang.Object
noaa.coastwatch.io.NOAA1bReader.ScanLineCalibration
Enclosing class:
NOAA1bReader

protected class NOAA1bReader.ScanLineCalibration extends Object
The ScanLineCalibration class holds calibration coefficients for one AVHRR scan line so that they may be used as a key in storing calibration lookup tables.
  • Constructor Details

    • ScanLineCalibration

      public ScanLineCalibration(float[] coefs)
      Creates a new ScanLineCalibration object with the specified coefficients.
      Parameters:
      coefs - the coefficients for this scan line calibration.
  • Method Details