#include <math.h>
#include "pvt.h"
#include "linear_algebra.h"
#include "coord_system.h"
#include "almanac.h"
Go to the source code of this file.
Functions | |
void | calc_sat_az_el_almanac (almanac_t *alm, double t, s16 week, double ref[3], double *az, double *el) |
double | calc_sat_doppler_almanac (almanac_t *alm, double t, s16 week, double ref[3]) |
void | calc_sat_state_almanac (almanac_t *alm, double t, s16 week, double pos[3], double vel[3]) |