public class NOAA1bV3Reader.DataHeaderV3 extends NOAA1bV2Reader.DataHeaderV2
Modifier and Type | Field and Description |
---|---|
static int |
NOAA_18_ID
The NOAA-18 spacecraft ID code.
|
static int |
NOAA_19_ID
The NOAA-19 spacecraft ID code.
|
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 |
---|
DataHeaderV3()
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 NOAA_18_ID
public static final int NOAA_19_ID
public DataHeaderV3() 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 NOAA1bV2Reader.DataHeaderV2
index
- the attribute index.