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

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

Detailed Description

Alfriend orbital elements data structure.

Member Data Documentation

◆ epoch

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)