public interface Calibrator
Modifier and Type | Interface and Description |
---|---|
static class |
Calibrator.CalibratorFY2 |
Modifier and Type | Field and Description |
---|---|
static int |
CAL_ALB |
static int |
CAL_BRIT |
static int |
CAL_MAX |
static int |
CAL_MIN |
static int |
CAL_NONE |
static int |
CAL_RAD |
static int |
CAL_RAW |
static int |
CAL_REFL |
static int |
CAL_TEMP |
static int |
SENSOR_FY2D
FY-2D
|
static int |
SENSOR_FY2E
FY-2E
|
static int |
SENSOR_FY2F
FY-2F
|
static int |
SENSOR_FY2G
FY-2G
|
static int |
SENSOR_FY2H
FY-2H
|
static int |
SENSOR_GOES10_IMGR
GOES 10 imager.
|
static int |
SENSOR_GOES10_SNDR
GOES 10 sounder.
|
static int |
SENSOR_GOES12_IMGR
GOES 12 imager.
|
static int |
SENSOR_GOES12_SNDR
GOES 12 sounder.
|
static int |
SENSOR_GOES13_IMGR
GOES 13 imager.
|
static int |
SENSOR_GOES13_SNDR
GOES 13 sounder.
|
static int |
SENSOR_GOES14_IMGR
GOES 14 imager.
|
static int |
SENSOR_GOES14_SNDR
GOES 14 sounder.
|
static int |
SENSOR_GOES15_IMGR
GOES 15 imager.
|
static int |
SENSOR_GOES15_SNDR
GOES 15 sounder.
|
static int |
SENSOR_GOES16_IMGR
GOES 16 imager.
|
static int |
SENSOR_GOES16_SNDR
GOES 16 sounder.
|
static int |
SENSOR_GOES8_IMGR
GOES 8 imager.
|
static int |
SENSOR_GOES8_SNDR
GOES 8 sounder.
|
static int |
SENSOR_GOES9_IMGR
GOES 9 imager.
|
static int |
SENSOR_GOES9_SNDR
GOES 9 sounder.
|
static int |
SENSOR_MSG10_IMGR
Meteosat Second Generation imager.
|
static int |
SENSOR_MSG8_IMGR
Meteosat Second Generation imager.
|
static int |
SENSOR_MSG9_IMGR
Meteosat Second Generation imager.
|
Modifier and Type | Method and Description |
---|---|
float[] |
calibrate(float[] inputData,
int band,
int calTypeOut) |
float |
calibrate(float inputPixel,
int band,
int calTypeOut) |
int[] |
calibratedList(int band,
boolean isPreCal) |
String |
calibratedUnit(int calType) |
float[] |
convertBritToTemp(float[] inputData) |
float |
convertBritToTemp(int inVal) |
boolean |
getIsPreCalibrated() |
int |
setCalType(int calType) |
void |
setIsPreCalibrated(boolean isPreCalibrated) |
static final int CAL_NONE
static final int CAL_MIN
static final int CAL_RAW
static final int CAL_RAD
static final int CAL_ALB
static final int CAL_TEMP
static final int CAL_BRIT
static final int CAL_REFL
static final int CAL_MAX
static final int SENSOR_FY2D
static final int SENSOR_FY2E
static final int SENSOR_FY2F
static final int SENSOR_FY2G
static final int SENSOR_FY2H
static final int SENSOR_MSG8_IMGR
static final int SENSOR_MSG9_IMGR
static final int SENSOR_MSG10_IMGR
static final int SENSOR_GOES8_IMGR
static final int SENSOR_GOES8_SNDR
static final int SENSOR_GOES9_IMGR
static final int SENSOR_GOES9_SNDR
static final int SENSOR_GOES10_IMGR
static final int SENSOR_GOES10_SNDR
static final int SENSOR_GOES12_IMGR
static final int SENSOR_GOES12_SNDR
static final int SENSOR_GOES13_IMGR
static final int SENSOR_GOES13_SNDR
static final int SENSOR_GOES14_IMGR
static final int SENSOR_GOES14_SNDR
static final int SENSOR_GOES15_IMGR
static final int SENSOR_GOES15_SNDR
static final int SENSOR_GOES16_IMGR
static final int SENSOR_GOES16_SNDR
int setCalType(int calType)
float[] calibrate(float[] inputData, int band, int calTypeOut)
float calibrate(float inputPixel, int band, int calTypeOut)
int[] calibratedList(int band, boolean isPreCal)
String calibratedUnit(int calType)
float convertBritToTemp(int inVal)
float[] convertBritToTemp(float[] inputData)
boolean getIsPreCalibrated()
void setIsPreCalibrated(boolean isPreCalibrated)
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.