Spacecraft Control Framework 1.0
Spacecraft Control Library
Public Attributes | List of all members
orb_data_s Struct Reference

Structure for storing orbit data. More...

#include <sc_orbit.h>

Public Attributes

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].
 

Detailed Description

Structure for storing orbit data.