libsbp
v2.4.7
|
#include <observation.h>
Data Fields | |
almanac_common_content_t | common |
Values common for all almanac types. More... | |
double | lambda_na |
Longitude of the first ascending node of the orbit in PZ-90.02 coordinate system [rad]. More... | |
double | t_lambda_na |
Time of the first ascending node passage [s]. More... | |
double | i |
Value of inclination at instant of t_lambda [rad]. More... | |
double | t |
Value of Draconian period at instant of t_lambda [s/orbital period]. More... | |
double | t_dot |
Rate of change of the Draconian period [s/(orbital period^2)]. More... | |
double | epsilon |
Eccentricity at instant of t_lambda. More... | |
double | omega |
Argument of perigee at instant of t_lambda [rad]. More... | |
Definition at line 1018 of file observation.h.
almanac_common_content_t common |
Values common for all almanac types.
Definition at line 1019 of file observation.h.
double epsilon |
Eccentricity at instant of t_lambda.
Definition at line 1027 of file observation.h.
double i |
Value of inclination at instant of t_lambda [rad].
Definition at line 1024 of file observation.h.
double lambda_na |
Longitude of the first ascending node of the orbit in PZ-90.02 coordinate system [rad].
Definition at line 1020 of file observation.h.
double omega |
Argument of perigee at instant of t_lambda [rad].
Definition at line 1028 of file observation.h.
double t |
Value of Draconian period at instant of t_lambda [s/orbital period].
Definition at line 1025 of file observation.h.
double t_dot |
Rate of change of the Draconian period [s/(orbital period^2)].
Definition at line 1026 of file observation.h.
double t_lambda_na |
Time of the first ascending node passage [s].
Definition at line 1023 of file observation.h.