|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectterrenus.instrument.AVHRR
public class AVHRR
The AVHRR
is a radiometer for the NOAA Advanced Very
High Resolution Radiometer.
Field Summary | |
---|---|
static int |
SAMPLES
The number of sample value for the AVHRR sensor. |
Method Summary | |
---|---|
int |
getChannelCount()
Gets the number of radiometer channels. |
java.lang.String |
getChannelName(int channel)
Gets the radiometer channel name. |
static AVHRR |
getInstance()
Gets the singleton instance of this class. |
java.lang.String |
getLongName()
Gets the long name of the instrument. |
java.lang.String |
getName()
Gets the short name of the instrument. |
int |
getSampleCount()
Gets the sample count for this radiometer. |
boolean |
isThermal(int channel)
Returns true if the channel uses thermal calibration or false for visible. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SAMPLES
Method Detail |
---|
public static AVHRR getInstance()
public java.lang.String getName()
Instrument
getName
in interface Instrument
public java.lang.String getLongName()
Instrument
getLongName
in interface Instrument
public int getChannelCount()
Radiometer
getChannelCount
in interface Radiometer
public java.lang.String getChannelName(int channel)
Radiometer
getChannelName
in interface Radiometer
channel
- the channel in the range [1..N].public boolean isThermal(int channel)
Radiometer
isThermal
in interface Radiometer
channel
- the channel in the range [1..N].public int getSampleCount()
Radiometer
getSampleCount
in interface Radiometer
|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |