SatDump 2.0.0-alpha-76a915210
|
Many of the raytracers require calculating satellite ephemerides. This includes and handles the necessary core for this task. More...
#include <satellite_raytracer_sattrack.h>
Public Member Functions | |
SatelliteRaytracerSatTrack (nlohmann::json cfg) | |
Public Member Functions inherited from satdump::projection::SatelliteRaytracer | |
SatelliteRaytracer (nlohmann::ordered_json cfg) | |
virtual bool | get_position (double x, double y, geodetic::geodetic_coords_t &pos, double *otime=nullptr)=0 |
Get geodetic position of a pixel (can be fractional) |
Protected Attributes | |
std::shared_ptr< satdump::SatelliteTracker > | sat_tracker |
Protected Attributes inherited from satdump::projection::SatelliteRaytracer | |
const nlohmann::ordered_json | d_cfg |
Many of the raytracers require calculating satellite ephemerides. This includes and handles the necessary core for this task.
sat_tracker | satellite tracker (TLE or Ephemeris) |