libsbp
v2.4.7
|
#include <observation.h>
Data Fields | |
ephemeris_common_content_t | common |
Values common for all ephemeris types. More... | |
float | bgd_e1e5a |
E1-E5a Broadcast Group Delay [s]. More... | |
float | bgd_e1e5b |
E1-E5b Broadcast Group Delay [s]. More... | |
float | c_rs |
Amplitude of the sine harmonic correction term to the orbit radius [m]. More... | |
float | c_rc |
Amplitude of the cosine harmonic correction term to the orbit radius [m]. More... | |
float | c_uc |
Amplitude of the cosine harmonic correction term to the argument of latitude [rad]. More... | |
float | c_us |
Amplitude of the sine harmonic correction term to the argument of latitude [rad]. More... | |
float | c_ic |
Amplitude of the cosine harmonic correction term to the angle of inclination [rad]. More... | |
float | 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... | |
float | af2 |
Polynomial clock correction coefficient (rate of clock drift) [s/s^2]. More... | |
gps_time_sec_t | toc |
Clock reference. More... | |
u16 | iode |
Issue of ephemeris data. More... | |
u16 | iodc |
Issue of clock data. More... | |
Definition at line 330 of file observation.h.
double af0 |
Polynomial clock correction coefficient (clock bias) [s].
Definition at line 349 of file observation.h.
double af1 |
Polynomial clock correction coefficient (clock drift) [s/s].
Definition at line 350 of file observation.h.
float af2 |
Polynomial clock correction coefficient (rate of clock drift) [s/s^2].
Definition at line 351 of file observation.h.
float bgd_e1e5a |
E1-E5a Broadcast Group Delay [s].
Definition at line 332 of file observation.h.
float bgd_e1e5b |
E1-E5b Broadcast Group Delay [s].
Definition at line 333 of file observation.h.
float c_ic |
Amplitude of the cosine harmonic correction term to the angle of inclination [rad].
Definition at line 338 of file observation.h.
float c_is |
Amplitude of the sine harmonic correction term to the angle of inclination [rad].
Definition at line 339 of file observation.h.
float c_rc |
Amplitude of the cosine harmonic correction term to the orbit radius [m].
Definition at line 335 of file observation.h.
float c_rs |
Amplitude of the sine harmonic correction term to the orbit radius [m].
Definition at line 334 of file observation.h.
float c_uc |
Amplitude of the cosine harmonic correction term to the argument of latitude [rad].
Definition at line 336 of file observation.h.
float c_us |
Amplitude of the sine harmonic correction term to the argument of latitude [rad].
Definition at line 337 of file observation.h.
ephemeris_common_content_t common |
Values common for all ephemeris types.
Definition at line 331 of file observation.h.
double dn |
Mean motion difference [rad/s].
Definition at line 340 of file observation.h.
double ecc |
Eccentricity of satellite orbit.
Definition at line 342 of file observation.h.
double inc |
Inclination [rad].
Definition at line 347 of file observation.h.
double inc_dot |
Inclination first derivative [rad/s].
Definition at line 348 of file observation.h.
u16 iodc |
Issue of clock data.
Definition at line 354 of file observation.h.
u16 iode |
Issue of ephemeris data.
Definition at line 353 of file observation.h.
double m0 |
Mean anomaly at reference time [rad].
Definition at line 341 of file observation.h.
double omega0 |
Longitude of ascending node of orbit plane at weekly epoch [rad].
Definition at line 344 of file observation.h.
double omegadot |
Rate of right ascension [rad/s].
Definition at line 345 of file observation.h.
double sqrta |
Square root of the semi-major axis of orbit [m^(1/2)].
Definition at line 343 of file observation.h.
gps_time_sec_t toc |
Clock reference.
Definition at line 352 of file observation.h.
double w |
Argument of perigee [rad].
Definition at line 346 of file observation.h.