| Package | Description |
|---|---|
| edu.wisc.ssec.mcidas |
| Modifier and Type | Method and Description |
|---|---|
static Calibrator |
CalibratorFactory.getCalibrator(int id,
int[] cal)
Get an appropriate
Calibrator for the sensor id provided. |
static Calibrator |
CalibratorFactory.getCalibrator(int id,
int srcType,
int[] cal)
Get an appropriate
Calibrator for the sensor id provided. |
void |
CalibratorMsg.initMsg(int[] cal) |
| Constructor and Description |
|---|
CalibratorMsg(double[][] coefs) |
CalibratorMsg(int[] cal)
Construct this object according to the calibration data provided.
|