A library to track spacecraft, written in C/C++.
This library enables you to calculate the position and velocity of spacecraft launched at the Earth. The direction (azimuth and elevation) to the spacecraft and doppler rate at your location can be also calculated so that you can use this for spacecraft tracking at your ground station.
A sample program is written in main.cpp. The orbit parameters defined as Cartesian elements in the sample are adjusted to ones of ARTSAT space-probe, DESPATCH. To track another spacecraft, specify its Cartesian elements using setSpacecraftInfo( ) function that is defined in tracker.cpp.