10 class ManualLineRaytracerOld :
public SatelliteRaytracerSatTrack
13 std::vector<double> timestamps;
16 double timestamp_offset;
19 double roll_pitch_v[2] = {0, 0};
25 std::vector<geodetic::geodetic_coords_t> sat_positions;
26 std::vector<double> az_angles;
27 std::vector<bool> sat_ascendings;
30 ManualLineRaytracerOld(nlohmann::json cfg);
31 bool get_position(
double x,
double y, geodetic::geodetic_coords_t &pos,
double *otime);
bool get_position(double x, double y, geodetic::geodetic_coords_t &pos, double *otime)
Get geodetic position of a pixel (can be fractional)
Definition manual_line.cpp:50