|
libsbp
v2.4.7
|
#include <observation.h>

Data Fields | |
| ephemeris_common_content_dep_a_t | common |
| Values common for all ephemeris types. More... | |
| double | tgd |
| Group delay differential between L1 and L2 [s]. More... | |
| double | c_rs |
| Amplitude of the sine harmonic correction term to the orbit radius [m]. More... | |
| double | c_rc |
| Amplitude of the cosine harmonic correction term to the orbit radius [m]. More... | |
| double | c_uc |
| Amplitude of the cosine harmonic correction term to the argument of latitude [rad]. More... | |
| double | c_us |
| Amplitude of the sine harmonic correction term to the argument of latitude [rad]. More... | |
| double | c_ic |
| Amplitude of the cosine harmonic correction term to the angle of inclination [rad]. More... | |
| double | c_is |
| Amplitude of the sine harmonic correction term to the angle of inclination [rad]. More... | |
| double | dn |
| Mean motion difference [rad/s]. More... | |
| double | m0 |
| Mean anomaly at reference time [rad]. More... | |
| double | ecc |
| Eccentricity of satellite orbit. More... | |
| double | sqrta |
| Square root of the semi-major axis of orbit [m^(1/2)]. More... | |
| double | omega0 |
| Longitude of ascending node of orbit plane at weekly epoch [rad]. More... | |
| double | omegadot |
| Rate of right ascension [rad/s]. More... | |
| double | w |
| Argument of perigee [rad]. More... | |
| double | inc |
| Inclination [rad]. More... | |
| double | inc_dot |
| Inclination first derivative [rad/s]. More... | |
| double | af0 |
| Polynomial clock correction coefficient (clock bias) [s]. More... | |
| double | af1 |
| Polynomial clock correction coefficient (clock drift) [s/s]. More... | |
| double | af2 |
| Polynomial clock correction coefficient (rate of clock drift) [s/s^2]. More... | |
| gps_time_dep_t | toc |
| Clock reference. More... | |
| u8 | iode |
| Issue of ephemeris data. More... | |
| u16 | iodc |
| Issue of clock data. More... | |
Definition at line 190 of file observation.h.
| double af0 |
Polynomial clock correction coefficient (clock bias) [s].
Definition at line 208 of file observation.h.
| double af1 |
Polynomial clock correction coefficient (clock drift) [s/s].
Definition at line 209 of file observation.h.
| double af2 |
Polynomial clock correction coefficient (rate of clock drift) [s/s^2].
Definition at line 210 of file observation.h.
| double c_ic |
Amplitude of the cosine harmonic correction term to the angle of inclination [rad].
Definition at line 197 of file observation.h.
| double c_is |
Amplitude of the sine harmonic correction term to the angle of inclination [rad].
Definition at line 198 of file observation.h.
| double c_rc |
Amplitude of the cosine harmonic correction term to the orbit radius [m].
Definition at line 194 of file observation.h.
| double c_rs |
Amplitude of the sine harmonic correction term to the orbit radius [m].
Definition at line 193 of file observation.h.
| double c_uc |
Amplitude of the cosine harmonic correction term to the argument of latitude [rad].
Definition at line 195 of file observation.h.
| double c_us |
Amplitude of the sine harmonic correction term to the argument of latitude [rad].
Definition at line 196 of file observation.h.
Values common for all ephemeris types.
Definition at line 191 of file observation.h.
| double dn |
Mean motion difference [rad/s].
Definition at line 199 of file observation.h.
| double ecc |
Eccentricity of satellite orbit.
Definition at line 201 of file observation.h.
| double inc |
Inclination [rad].
Definition at line 206 of file observation.h.
| double inc_dot |
Inclination first derivative [rad/s].
Definition at line 207 of file observation.h.
| u16 iodc |
Issue of clock data.
Definition at line 213 of file observation.h.
| u8 iode |
Issue of ephemeris data.
Definition at line 212 of file observation.h.
| double m0 |
Mean anomaly at reference time [rad].
Definition at line 200 of file observation.h.
| double omega0 |
Longitude of ascending node of orbit plane at weekly epoch [rad].
Definition at line 203 of file observation.h.
| double omegadot |
Rate of right ascension [rad/s].
Definition at line 204 of file observation.h.
| double sqrta |
Square root of the semi-major axis of orbit [m^(1/2)].
Definition at line 202 of file observation.h.
| double tgd |
Group delay differential between L1 and L2 [s].
Definition at line 192 of file observation.h.
| gps_time_dep_t toc |
Clock reference.
Definition at line 211 of file observation.h.
| double w |
Argument of perigee [rad].
Definition at line 205 of file observation.h.