Package noaa.coastwatch.io.noaa1b
Class HIRS4
java.lang.Object
noaa.coastwatch.io.noaa1b.HIRS4
- All Implemented Interfaces:
terrenus.instrument.Instrument,terrenus.instrument.Radiometer
The
HIRS4 is a radiometer for the NOAA High
Resolution Infrared Radiation Sounder- Since:
- 3.2.2
- Author:
- Peter Hollemans
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintgetChannelName(int channel) static HIRS4Gets the singleton instance of this class.getName()intbooleanisThermal(int channel)
-
Field Details
-
CHANNELS
public static final int CHANNELSThe number of channels for this sensor.- See Also:
-
SAMPLES
public static final int SAMPLESThe number of sample per scan line for this sensor.- See Also:
-
-
Method Details
-
getInstance
Gets the singleton instance of this class. -
getName
- Specified by:
getNamein interfaceterrenus.instrument.Instrument
-
getLongName
- Specified by:
getLongNamein interfaceterrenus.instrument.Instrument
-
getChannelCount
public int getChannelCount()- Specified by:
getChannelCountin interfaceterrenus.instrument.Radiometer
-
getChannelName
- Specified by:
getChannelNamein interfaceterrenus.instrument.Radiometer
-
isThermal
public boolean isThermal(int channel) - Specified by:
isThermalin interfaceterrenus.instrument.Radiometer
-
getSampleCount
public int getSampleCount()- Specified by:
getSampleCountin interfaceterrenus.instrument.Radiometer
-