Package noaa.coastwatch.io
Class NOAA1bV2Reader.DataHeaderV2
java.lang.Object
noaa.coastwatch.io.NOAA1bReader.DataHeader
noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
- Direct Known Subclasses:
NOAA1bV3Reader.DataHeaderV3
- Enclosing class:
- NOAA1bV2Reader
The data header version 2 class is a data header that can
retrieve NOAA-KLM data header information.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The count of calibrated, earth located lines attribute (Integer).static final int
The AVHRR channel 3b central wave number attribute (Float).static final int
The AVHRR channel 3b constant 1 attribute (Float).static final int
The AVHRR channel 3b constant 2 attribute (Float).static final int
The AVHRR channel 4 central wave number attribute (Float).static final int
The AVHRR channel 4 constant 1 attribute (Float).static final int
The AVHRR channel 4 constant 2 attribute (Float).static final int
The AVHRR channel 5 central wave number attribute (Float).static final int
The AVHRR channel 5 constant 1 attribute (Float).static final int
The AVHRR channel 5 constant 2 attribute (Float).static final int
The dataset creation site attribute (String).static final int
The reference ellipsoid model attribute (String).static final int
The NOAA 1b format version attribute (Integer).static final int
The number of header records attribute (Integer).static final int
The instrument status attribute (Long).static final int
The count of missing scan lines attribute (Integer).static final int
The NOAA-15 spacecraft ID code.static final int
The NOAA-16 spacecraft ID code.static final int
The NOAA-17 spacecraft ID code.Fields inherited from class noaa.coastwatch.io.NOAA1bReader.DataHeader
data, DATA_GAPS, DATA_RECORDS, DATA_TYPE_CODE, DATASET_NAME, END_DAY, END_MILLISECOND, END_YEAR, SPACECRAFT_ID, START_DAY, START_MILLISECOND, START_YEAR
-
Constructor Summary
-
Method Summary
Methods inherited from class noaa.coastwatch.io.NOAA1bReader.DataHeader
getRawData
-
Field Details
-
CREATION_SITE
public static final int CREATION_SITEThe dataset creation site attribute (String).- See Also:
-
FORMAT_VERSION
public static final int FORMAT_VERSIONThe NOAA 1b format version attribute (Integer).- See Also:
-
INSTRUMENT_STATUS
public static final int INSTRUMENT_STATUSThe instrument status attribute (Long).- See Also:
-
CALIBRATED_LINES
public static final int CALIBRATED_LINESThe count of calibrated, earth located lines attribute (Integer).- See Also:
-
MISSING_LINES
public static final int MISSING_LINESThe count of missing scan lines attribute (Integer).- See Also:
-
CH3B_CENTRAL_WAVE
public static final int CH3B_CENTRAL_WAVEThe AVHRR channel 3b central wave number attribute (Float).- See Also:
-
CH3B_CONSTANT1
public static final int CH3B_CONSTANT1The AVHRR channel 3b constant 1 attribute (Float).- See Also:
-
CH3B_CONSTANT2
public static final int CH3B_CONSTANT2The AVHRR channel 3b constant 2 attribute (Float).- See Also:
-
CH4_CENTRAL_WAVE
public static final int CH4_CENTRAL_WAVEThe AVHRR channel 4 central wave number attribute (Float).- See Also:
-
CH4_CONSTANT1
public static final int CH4_CONSTANT1The AVHRR channel 4 constant 1 attribute (Float).- See Also:
-
CH4_CONSTANT2
public static final int CH4_CONSTANT2The AVHRR channel 4 constant 2 attribute (Float).- See Also:
-
CH5_CENTRAL_WAVE
public static final int CH5_CENTRAL_WAVEThe AVHRR channel 5 central wave number attribute (Float).- See Also:
-
CH5_CONSTANT1
public static final int CH5_CONSTANT1The AVHRR channel 5 constant 1 attribute (Float).- See Also:
-
CH5_CONSTANT2
public static final int CH5_CONSTANT2The AVHRR channel 5 constant 2 attribute (Float).- See Also:
-
ELLIPSOID
public static final int ELLIPSOIDThe reference ellipsoid model attribute (String).- See Also:
-
HEADER_RECORDS
public static final int HEADER_RECORDSThe number of header records attribute (Integer).- See Also:
-
NOAA_15_ID
public static final int NOAA_15_IDThe NOAA-15 spacecraft ID code.- See Also:
-
NOAA_16_ID
public static final int NOAA_16_IDThe NOAA-16 spacecraft ID code.- See Also:
-
NOAA_17_ID
public static final int NOAA_17_IDThe NOAA-17 spacecraft ID code.- See Also:
-
-
Constructor Details
-
DataHeaderV2
Creates a new dataset header.- Throws:
IOException
- if an error occurred reading the file data.
-
-
Method Details
-
getAttribute
Description copied from class:NOAA1bReader.DataHeader
Gets a header attribute.- Specified by:
getAttribute
in classNOAA1bReader.DataHeader
- Parameters:
index
- the attribute index.- Returns:
- the attribute as an object. Primitive types are wrapped in their corresponding objects.
-