#include <map>
#include <string>
Go to the source code of this file.
|
#define | CALIBRATION_INVALID_VALUE -9999.9 |
#define | CALIBRATION_ID_SUN_ANGLE "sun_angle" |
#define | CALIBRATION_ID_ALBEDO "albedo" |
#define | CALIBRATION_ID_SUN_ANGLE_COMPENSATED_ALBEDO "sun_angle_compensated_albedo" |
#define | CALIBRATION_ID_EMISSIVE_RADIANCE "emissive_radiance" |
#define | CALIBRATION_ID_REFLECTIVE_RADIANCE "reflective_radiance" |
#define | CALIBRATION_ID_SUN_ANGLE_COMPENSATED_REFLECTIVE_RADIANCE "sun_angle_compensated_reflective_radiance" |
#define | CALIBRATION_ID_BRIGHTNESS_TEMPERATURE "brightness_temperature" |
#define | CALIBRATION_ID_BRIGHTNESS_TEMPERATURE_CELSIUS "brightness_temperature_celsius" |
#define | CALIBRATION_ID_BACKSCATTER "backscatter" |
◆ getUnitInfo()
UnitInfo satdump::calibration::getUnitInfo |
( |
std::string | id | ) |
|
Function to get UnitInfo from an unit ID. Do note this calls plugin events everytime and therefore is not meant to be very optimized.
- Returns
- the unit's info