public class NOAA1bV2Reader.DataHeaderV2 extends NOAA1bReader.DataHeader
Modifier and Type | Field and Description |
---|---|
static int |
CALIBRATED_LINES
The count of calibrated, earth located lines attribute (Integer).
|
static int |
CH3B_CENTRAL_WAVE
The AVHRR channel 3b central wave number attribute (Float).
|
static int |
CH3B_CONSTANT1
The AVHRR channel 3b constant 1 attribute (Float).
|
static int |
CH3B_CONSTANT2
The AVHRR channel 3b constant 2 attribute (Float).
|
static int |
CH4_CENTRAL_WAVE
The AVHRR channel 4 central wave number attribute (Float).
|
static int |
CH4_CONSTANT1
The AVHRR channel 4 constant 1 attribute (Float).
|
static int |
CH4_CONSTANT2
The AVHRR channel 4 constant 2 attribute (Float).
|
static int |
CH5_CENTRAL_WAVE
The AVHRR channel 5 central wave number attribute (Float).
|
static int |
CH5_CONSTANT1
The AVHRR channel 5 constant 1 attribute (Float).
|
static int |
CH5_CONSTANT2
The AVHRR channel 5 constant 2 attribute (Float).
|
static int |
CREATION_SITE
The dataset creation site attribute (String).
|
static int |
ELLIPSOID
The reference ellipsoid model attribute (String).
|
static int |
FORMAT_VERSION
The NOAA 1b format version attribute (Integer).
|
static int |
HEADER_RECORDS
The number of header records attribute (Integer).
|
static int |
INSTRUMENT_STATUS
The instrument status attribute (Long).
|
static int |
MISSING_LINES
The count of missing scan lines attribute (Integer).
|
static int |
NOAA_15_ID
The NOAA-15 spacecraft ID code.
|
static int |
NOAA_16_ID
The NOAA-16 spacecraft ID code.
|
static int |
NOAA_17_ID
The NOAA-17 spacecraft ID code.
|
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 |
---|
DataHeaderV2()
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 CREATION_SITE
public static final int FORMAT_VERSION
public static final int INSTRUMENT_STATUS
public static final int CALIBRATED_LINES
public static final int MISSING_LINES
public static final int CH3B_CENTRAL_WAVE
public static final int CH3B_CONSTANT1
public static final int CH3B_CONSTANT2
public static final int CH4_CENTRAL_WAVE
public static final int CH4_CONSTANT1
public static final int CH4_CONSTANT2
public static final int CH5_CENTRAL_WAVE
public static final int CH5_CONSTANT1
public static final int CH5_CONSTANT2
public static final int ELLIPSOID
public static final int HEADER_RECORDS
public static final int NOAA_15_ID
public static final int NOAA_16_ID
public static final int NOAA_17_ID
public DataHeaderV2() 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 NOAA1bReader.DataHeader
index
- the attribute index.