Package noaa.coastwatch.io.noaa1b
Class MHS
java.lang.Object
noaa.coastwatch.io.noaa1b.MHS
- All Implemented Interfaces:
terrenus.instrument.Instrument
,terrenus.instrument.Radiometer
The
MHS
is a radiometer for the NOAA Microwave Humidity
Sounder.- Since:
- 3.2.3
- Author:
- Peter Hollemans
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getChannelName
(int channel) static MHS
Gets the singleton instance of this class.getName()
int
boolean
isThermal
(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:
getName
in interfaceterrenus.instrument.Instrument
-
getLongName
- Specified by:
getLongName
in interfaceterrenus.instrument.Instrument
-
getChannelCount
public int getChannelCount()- Specified by:
getChannelCount
in interfaceterrenus.instrument.Radiometer
-
getChannelName
- Specified by:
getChannelName
in interfaceterrenus.instrument.Radiometer
-
isThermal
public boolean isThermal(int channel) - Specified by:
isThermal
in interfaceterrenus.instrument.Radiometer
-
getSampleCount
public int getSampleCount()- Specified by:
getSampleCount
in interfaceterrenus.instrument.Radiometer
-