Spacecraft Control Framework 1.0
Spacecraft Control Library
|
Alfriend orbital elements data structure. More...
#include <sc_formation.h>
Public Attributes | |
double | sma |
Semi-major axis [km]. | |
double | inc |
Inclination [rad]. | |
double | raan |
Right ascension of the ascending node [rad]. | |
double | true_lat |
True latitude [rad]. | |
double | q1 |
ecc*cos(perigee). | |
double | q2 |
ecc*sin(perigee). | |
double | epoch |
Epoch [Julian Days from J2000]. More... | |
Alfriend orbital elements data structure.
double alf_orb_data_s::epoch |
Epoch [Julian Days from J2000].
(NOT USED in this library, but kept to be consistent with orb_data_t in sctlib)