public interface DataRecord
DataRecord
interface is for reading NOAA
1b data records.Modifier and Type | Method and Description |
---|---|
float[] |
getCalibration()
Gets the calibration data.
|
terrenus.instrument.InstrumentData |
getData()
Gets the calibrated and earth located sensor data.
|
java.util.Date |
getDate()
Gets the record date.
|
float[] |
getNavigation()
Gets the navigation data.
|
int |
getScanLine()
Gets the scan line number.
|
short[] |
getSensorData()
Gets the sensor data values as uncalibrated counts.
|
boolean |
isCalibrationUsable()
Determines if the calibration data is usable based on quality flags.
|
boolean |
isNavigationUsable()
Determines if the navigation data is usable based on quality flags.
|
boolean |
isSensorDataUsable()
Determines if the sensor data is usable based on quality flags.
|
int getScanLine()
java.util.Date getDate()
boolean isSensorDataUsable()
short[] getSensorData()
boolean isCalibrationUsable()
float[] getCalibration()
boolean isNavigationUsable()
float[] getNavigation()
terrenus.instrument.InstrumentData getData()