|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectterrenus.instrument.RadiometerCalibrator.Record
public static class RadiometerCalibrator.Record
The Record
class holds radiometer calibration
coefficients for a sequence of scan lines.
Constructor Summary | |
---|---|
RadiometerCalibrator.Record(double[][] coefs,
int startLine,
int endLine)
Creates a new calibration record. |
Method Summary | |
---|---|
double[] |
getCoefs(int channel)
Gets the coefficients for the specified channel. |
int |
getEndLine()
Gets the ending calibration line. |
int |
getStartLine()
Gets the starting calibration line. |
java.lang.String |
toString()
Converts this record to a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RadiometerCalibrator.Record(double[][] coefs, int startLine, int endLine)
coefs
- the calibration coefficients as [channel][coef].startLine
- the starting calibration line.endLine
- the ending calibration line.Method Detail |
---|
public double[] getCoefs(int channel)
channel
- the channel to calibrate in the range [1..CHANNELS].public int getStartLine()
public int getEndLine()
public java.lang.String toString()
toString
in class java.lang.Object
|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |