mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
16 lines
No EOL
258 B
C++
16 lines
No EOL
258 B
C++
#pragma once
|
|
|
|
#include <math.h>
|
|
#include <map>
|
|
|
|
#define c1 1.1910427e-05
|
|
#define c2 1.4387752
|
|
#define e_num 2.7182818
|
|
|
|
double temperature_to_radiance(double t, double v);
|
|
|
|
double radiance_to_temperature(double L, double v);
|
|
|
|
struct calibration_metadata {
|
|
|
|
}; |