Package noaa.coastwatch.io
Class NOAA1bV4Reader.DataHeaderV4
java.lang.Object
noaa.coastwatch.io.NOAA1bReader.DataHeader
noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
noaa.coastwatch.io.NOAA1bV3Reader.DataHeaderV3
noaa.coastwatch.io.NOAA1bV4Reader.DataHeaderV4
- Enclosing class:
- NOAA1bV4Reader
The data header version 4 class is a data header that can
retrieve NOAA-KLMNN' and Metop data header information.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The Metop-1 spacecraft ID code.static final int
The Metop-2 spacecraft ID code.static final int
The Metop-2 spacecraft ID code.Fields inherited from class noaa.coastwatch.io.NOAA1bV3Reader.DataHeaderV3
NOAA_18_ID, NOAA_19_ID
Fields inherited from class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
CALIBRATED_LINES, CH3B_CENTRAL_WAVE, CH3B_CONSTANT1, CH3B_CONSTANT2, CH4_CENTRAL_WAVE, CH4_CONSTANT1, CH4_CONSTANT2, CH5_CENTRAL_WAVE, CH5_CONSTANT1, CH5_CONSTANT2, CREATION_SITE, ELLIPSOID, FORMAT_VERSION, HEADER_RECORDS, INSTRUMENT_STATUS, MISSING_LINES, NOAA_15_ID, NOAA_16_ID, NOAA_17_ID
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
-
METOP_1_ID
public static final int METOP_1_IDThe Metop-1 spacecraft ID code.- See Also:
-
METOP_2_ID
public static final int METOP_2_IDThe Metop-2 spacecraft ID code.- See Also:
-
METOP_3_ID
public static final int METOP_3_IDThe Metop-2 spacecraft ID code.- See Also:
-
-
Constructor Details
-
DataHeaderV4
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.- Overrides:
getAttribute
in classNOAA1bV3Reader.DataHeaderV3
- Parameters:
index
- the attribute index.- Returns:
- the attribute as an object. Primitive types are wrapped in their corresponding objects.
-