|
SatDump 2.0.0-alpha-520736c72
|
Emissive Radiance to Brightness Temperature converter. More...
#include <em_rad_to_bright_temp.h>
Public Member Functions | |
| EmRadToBrightTempConverter (bool celsius) | |
| double | convert (const UnitConverter *c, double x, double y, double val) |
| Core function (for images!) implementing conversion between calibration unit types. | |
| bool | convert_range (const UnitConverter *c, double &min, double &max) |
| Convert unit ranges. This does the same as convert, except it's optimized for converting a range. | |
Emissive Radiance to Brightness Temperature converter.
Given a wavenumber, this will convert a radiance value to its equivalent brightness temperature in Kelvins.
|
inlinevirtual |
Core function (for images!) implementing conversion between calibration unit types.
| c | reference to the UnitConverter this belongs to |
| x | x position in the image |
| y | position in the image |
| val | input calibrated value |
Reimplemented from satdump::calibration::ConverterBase.
|
inlinevirtual |
Convert unit ranges. This does the same as convert, except it's optimized for converting a range.
| c | reference to the UnitConverter this belongs to |
| min | min of the range |
| max | max of the range |
Reimplemented from satdump::calibration::ConverterBase.