public class AMSUB
extends java.lang.Object
implements terrenus.instrument.Radiometer
AMSUB
is a radiometer for the NOAA Advanced
Microwave Sounding Unit-B.Modifier and Type | Field and Description |
---|---|
static int |
CHANNELS
The number of channels for this sensor.
|
static int |
SAMPLES
The number of sample per scan line for this sensor.
|
Modifier and Type | Method and Description |
---|---|
int |
getChannelCount() |
java.lang.String |
getChannelName(int channel) |
static AMSUB |
getInstance()
Gets the singleton instance of this class.
|
java.lang.String |
getLongName() |
java.lang.String |
getName() |
int |
getSampleCount() |
boolean |
isThermal(int channel) |
public static final int CHANNELS
public static final int SAMPLES
public static AMSUB getInstance()
public java.lang.String getName()
getName
in interface terrenus.instrument.Instrument
public java.lang.String getLongName()
getLongName
in interface terrenus.instrument.Instrument
public int getChannelCount()
getChannelCount
in interface terrenus.instrument.Radiometer
public java.lang.String getChannelName(int channel)
getChannelName
in interface terrenus.instrument.Radiometer
public boolean isThermal(int channel)
isThermal
in interface terrenus.instrument.Radiometer
public int getSampleCount()
getSampleCount
in interface terrenus.instrument.Radiometer