Structure for storing orbit data.
More...
#include <sc_orbit.h>
|
double | sma |
| Semi-major axis [km].
|
|
double | inc |
| Inclination [rad].
|
|
double | raan |
| Right ascension of the ascending node [rad].
|
|
double | perigee |
| Argument of perigee [rad].
|
|
double | ecc |
| Eccentricity.
|
|
double | mean_anom |
| Mean anomaly at epoch [rad].
|
|
double | true_anom |
| True anomaly at epoch [rad].
|
|
double | orb_rate |
| Mean orbit rate [rad/day].
|
|
double | epoch |
| Epoch [Julian Days from J2000].
|
|
Structure for storing orbit data.