12#define CALIBRATION_INVALID_VALUE -9999.9
14#define CALIBRATION_ID_SUN_ANGLE "sun_angle"
15#define CALIBRATION_ID_ALBEDO "albedo"
16#define CALIBRATION_ID_SUN_ANGLE_COMPENSATED_ALBEDO "sun_angle_compensated_albedo"
17#define CALIBRATION_ID_EMISSIVE_RADIANCE "emissive_radiance"
18#define CALIBRATION_ID_REFLECTIVE_RADIANCE "reflective_radiance"
19#define CALIBRATION_ID_SUN_ANGLE_COMPENSATED_REFLECTIVE_RADIANCE "sun_angle_compensated_reflective_radiance"
20#define CALIBRATION_ID_BRIGHTNESS_TEMPERATURE "brightness_temperature"
21#define CALIBRATION_ID_BRIGHTNESS_TEMPERATURE_CELSIUS "brightness_temperature_celsius"
22#define CALIBRATION_ID_BACKSCATTER "backscatter"
55 std::map<std::string, UnitInfo> &r;
65 UnitInfo getUnitInfo(std::string
id);
Event to let plugins register their own calibration type IDs and associate a readable name and unit.
Definition calibration_units.h:54
Calibration Unit information.
Definition calibration_units.h:35
std::string getNiceUnits()
Return a nicer name.
Definition calibration_units.h:43