9 class NormalPerIFOVRaytracerOld :
public SatelliteRaytracerSatTrack
12 std::vector<double> timestamps;
17 double timestamp_offset;
29 double ifov_x_scan_angle;
30 double ifov_y_scan_angle;
33 std::vector<geodetic::geodetic_coords_t> sat_positions;
34 std::vector<double> az_angles;
35 std::vector<bool> sat_ascendings;
38 NormalPerIFOVRaytracerOld(nlohmann::json cfg);
39 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 normal_per_ifov.cpp:45