Package noaa.coastwatch.io.noaa1b


package noaa.coastwatch.io.noaa1b

Provides classes for reading NOAA 1b format satellite data

  • Class
    Description
    The AbstractArchiveHeader class reads header data from NOAA 1b data files.
    The AbstractDataHeader class reads NOAA 1b data header records.
    The AbstractDataRecord class reads NOAA 1b data records.
    The AMSUA is a radiometer for the NOAA Advanced Microwave Sounding Unit-A.
    The AMSUAData class holds data from an AMSU-A instrument on the NOAA KLMNN' series spacecrafts.
    The AMSUAHeader class reads NOAA 1b data AMSU-A header records.
    The AMSUARecord class reads NOAA 1b AMSU-A data records.
    The AMSUB is a radiometer for the NOAA Advanced Microwave Sounding Unit-B.
    The AMSUBData class holds data from an AMSU-B instrument on the NOAA KLMNN' series spacecrafts.
    The AMSUBHeader class reads NOAA 1b data AMSU-B header records.
    The AMSUBRecord class reads NOAA 1b AMSU-B data records.
    The ArchiveHeader interface is for reading NOAA 1b archive header data.
    The ArchiveHeaderFactory creates archive header objects using the byte data at the beginning of a NOAA 1b file.
    The ARSHeader class reads Archive Retrieval System header data from NOAA 1b data files.
    The DataHeader interface is for reading NOAA 1b data header records.
    The DataHeaderFactory creates data header objects using the byte data at the beginning of a NOAA 1b file.
    The DataRecord interface is for reading NOAA 1b data records.
    The HIRS4 is a radiometer for the NOAA High Resolution Infrared Radiation Sounder
    The HIRS4Data class holds data from an HIRS/4 instrument on the NOAA NN' series spacecrafts.
    The HIRS4Header class reads NOAA 1b data HIRS/4 header records.
    The HIRS4Record class reads NOAA 1b HIRS/4 data records.
    The MHS is a radiometer for the NOAA Microwave Humidity Sounder.
    The MHSData class holds data from an MHS instrument on the NOAA KLMNN' series spacecrafts.
    The MHSHeader class reads NOAA 1b data MSU header records.
    The MHSRecord class reads NOAA 1b MHS data records.
    The NOAA1bFile is an interface for reading NOAA 1b weather satellite data files.
    The NOAA1bFileReader class extends EarthDataReader to handle NOAA 1b weather satellite data files from a number of NOAA satellite sensors.
    The NOAA1bServices class performs various NOAA 1b file related functions.
    The TBMHeader class reads Terabit Memory header data from NOAA 1b data files.