|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RadiometerData
The RadiometerData
interface is for multichannel
radiometer data from a spacecraft.
Radiometer
Method Summary | |
---|---|
double[] |
getCalibratedData(int channel,
RadiometerCalibrator.CalibrationType calType,
double[] calData)
Gets the calibrated data for the radiometer channel. |
int[] |
getCountData(int channel,
int[] countData)
Gets the raw count data for the radiometer channel. |
void |
getLocationData(double[] latitude,
double[] longitude,
double[] satZenith,
double[] solZenith,
double[] relAzimuth)
Gets the earth locations and angles for the radiometer data. |
Methods inherited from interface terrenus.instrument.InstrumentData |
---|
getInstrument |
Method Detail |
---|
int[] getCountData(int channel, int[] countData) throws java.io.IOException
channel
- the channel to retrieve data for.countData
- the destination data array or null to create.
java.io.IOException
- if an error occurred reading the data.
java.lang.IllegalArgumentException
- if the raw count data for the
specified channel is not available (for example, the channel may
be turned off).double[] getCalibratedData(int channel, RadiometerCalibrator.CalibrationType calType, double[] calData) throws java.io.IOException
channel
- the channel to retrieve data for in the range
[1..N].calType
- the calibration type.calData
- the destination data array or null to create.
java.io.IOException
- if an error occurred reading the data or
no calibration data was available.
java.lang.IllegalArgumentException
- if the raw count data for the
specified channel is not available (for example, the channel may
be turned off).void getLocationData(double[] latitude, double[] longitude, double[] satZenith, double[] solZenith, double[] relAzimuth)
latitude
- the output latitude array.longitude
- the output longitude array.satZenith
- the output satellite zenith array.solZenith
- the output solar zenith array.relAzimuth
- the output relative azimuth array.
|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |