9 class TimestampLineGCPsRaytracer :
public SatelliteRaytracer
12 std::vector<double> timestamps;
27 std::vector<GCPLine> gcps;
30 TimestampLineGCPsRaytracer(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 timestamp_line_gcps.cpp:117