Data structure for the GPS model.
More...
#include <sc_orbit.h>
|
|
double | tc |
| | Satellite clock reference epoch.
|
| |
|
double | a0 |
| | Satellite clock offset.
|
| |
|
double | a1 |
| | Satellite clock drift.
|
| |
|
double | a2 |
| | Satellite clock frequency drift.
|
| |
|
double | te |
| | Ephemerides reference epoch.
|
| |
|
double | t0 |
| | Sidereal time reference epoch.
|
| |
|
double | ecc |
| | Eccentricity.
|
| |
|
double | sqrt_ax |
| | Square root of semi-major axis.
|
| |
|
double | m0 |
| | Mean anomaly at reference epoch [rad].
|
| |
|
double | w0 |
| | Argument of perigee [rad].
|
| |
|
double | i0 |
| | Inclination [rad].
|
| |
|
double | l0 |
| | Longitude of the node at the weekly epoch [rad].
|
| |
|
double | delta_n |
| | Mean motion difference.
|
| |
|
double | i_dot |
| | Rate of inclination angle [rad/s].
|
| |
|
double | omega_dot |
| | Rate of note's right ascension.
|
| |
|
double | cuc |
| | Correction coefficient (argument of perigee).
|
| |
|
double | cus |
| | Correction coefficient (argument of perigee).
|
| |
|
double | crc |
| | Correction coefficient (radius).
|
| |
|
double | crs |
| | Correction coefficient (radius).
|
| |
|
double | cic |
| | Correction coefficient (inclination).
|
| |
|
double | cis |
| | Correction coefficient (inclination).
|
| |
|
double | ta |
| | Ephemerides reference epoch.
|
| |
|
double | w |
| | Argument of perigee (semicircles).
|
| |
|
double | delta_inc |
| | Inclination delta (semicircles).
|
| |
|
double | dm_plane |
| | Right ascension of the ascending node [rad].
|
| |
|
int | satellite |
| | GPS satellite index.
|
| |
|
bool | broadcast_ephem |
| | Whether or not the ephemerides are broadcast.
|
| |
Data structure for the GPS model.