Package noaa.coastwatch.io.noaa1b
Interface ArchiveHeader
- All Known Implementing Classes:
AbstractArchiveHeader
,ARSHeader
,TBMHeader
public interface ArchiveHeader
The
ArchiveHeader
interface is for reading NOAA
1b archive header data.- Since:
- 3.2.2
- Author:
- Peter Hollemans
-
Method Summary
Modifier and TypeMethodDescriptionboolean[]
Get the sensor channel data selection flags.int
Gets the header size in bytes.int
Gets the sensor word size in bits.
-
Method Details
-
getChannelSelection
boolean[] getChannelSelection()Get the sensor channel data selection flags. -
getSensorWordSize
int getSensorWordSize()Gets the sensor word size in bits. -
getHeaderSize
int getHeaderSize()Gets the header size in bytes.
-