public interface DataHeader
DataHeader
interface is for reading NOAA
1b data header records.Modifier and Type | Method and Description |
---|---|
float[] |
getCalibration()
Gets the calibration data in the header.
|
java.lang.String |
getCreationSite()
Gets the dataset creation site.
|
DataRecord |
getDataRecord(java.nio.ByteBuffer inputBuffer)
Creates a data record using the specified data.
|
java.lang.String |
getDatasetName()
Gets the dataset name as stored in the header.
|
java.util.Date |
getEndDate()
Gets the data end date.
|
int |
getFormatVersion()
Gets the file format version number.
|
int |
getHeaderCount()
Gets the number of header records in the data file.
|
terrenus.instrument.Instrument |
getInstrument()
Gets the data instrument.
|
int |
getRecordAttSize()
Gets the size of the data record attributes in bytes.
|
int |
getRecordCount()
Gets the number of data records in the data file.
|
int |
getRecordSize()
Gets the size of each header and data record in bytes.
|
java.lang.String |
getSpacecraft()
Gets the data spacecraft name.
|
java.util.Date |
getStartDate()
Gets the data start date.
|
java.lang.String getSpacecraft()
terrenus.instrument.Instrument getInstrument()
java.util.Date getStartDate()
java.util.Date getEndDate()
int getRecordCount()
int getHeaderCount()
int getFormatVersion()
int getRecordSize()
DataRecord getDataRecord(java.nio.ByteBuffer inputBuffer)
inputBuffer
- the buffer to read for byte data.int getRecordAttSize()
float[] getCalibration()
java.lang.String getDatasetName()
java.lang.String getCreationSite()