Class NOAA1bV4Reader.DataHeaderV4

Enclosing class:
NOAA1bV4Reader

public class NOAA1bV4Reader.DataHeaderV4 extends NOAA1bV3Reader.DataHeaderV3
The data header version 4 class is a data header that can retrieve NOAA-KLMNN' and Metop data header information.
  • Field Details

    • METOP_1_ID

      public static final int METOP_1_ID
      The Metop-1 spacecraft ID code.
      See Also:
    • METOP_2_ID

      public static final int METOP_2_ID
      The Metop-2 spacecraft ID code.
      See Also:
    • METOP_3_ID

      public static final int METOP_3_ID
      The Metop-2 spacecraft ID code.
      See Also:
  • Constructor Details

    • DataHeaderV4

      public DataHeaderV4() throws IOException
      Creates a new dataset header.
      Throws:
      IOException - if an error occurred reading the file data.
  • Method Details