|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Radiometer
The Radiometer
interface represents a scientific
instrument that gathers image data from multiple channels in
the visible and IR ranges.
Method Summary | |
---|---|
int |
getChannelCount()
Gets the number of radiometer channels. |
java.lang.String |
getChannelName(int channel)
Gets the radiometer channel name. |
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 interface terrenus.instrument.Instrument |
---|
getLongName, getName |
Method Detail |
---|
int getChannelCount()
java.lang.String getChannelName(int channel)
channel
- the channel in the range [1..N].boolean isThermal(int channel)
channel
- the channel in the range [1..N].int getSampleCount()
|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |