public class NOAA1bV4Reader.DataHeaderV4 extends NOAA1bV3Reader.DataHeaderV3
Modifier and Type | Field and Description |
---|---|
static int |
METOP_1_ID
The Metop-1 spacecraft ID code.
|
static int |
METOP_2_ID
The Metop-2 spacecraft ID code.
|
NOAA_18_ID, NOAA_19_ID
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
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 and Description |
---|
DataHeaderV4()
Creates a new dataset header.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttribute(int index)
Gets a header attribute.
|
getRawData
public static final int METOP_1_ID
public static final int METOP_2_ID
public DataHeaderV4() throws java.io.IOException
java.io.IOException
- if an error occurred reading the file data.public java.lang.Object getAttribute(int index)
NOAA1bReader.DataHeader
getAttribute
in class NOAA1bV3Reader.DataHeaderV3
index
- the attribute index.