Package noaa.coastwatch.io
Class NOAA1bReader.ScanLineCalibration
java.lang.Object
noaa.coastwatch.io.NOAA1bReader.ScanLineCalibration
- Enclosing class:
- NOAA1bReader
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 Summary
ConstructorDescriptionScanLineCalibration
(float[] coefs) Creates a newScanLineCalibration
object with the specified coefficients. -
Method Summary
-
Constructor Details
-
ScanLineCalibration
public ScanLineCalibration(float[] coefs) Creates a newScanLineCalibration
object with the specified coefficients.- Parameters:
coefs
- the coefficients for this scan line calibration.
-
-
Method Details