libnova  v 0.16.0
Data Fields
ln_ell_orbit Struct Reference

Elliptic Orbital elements. More...

Data Fields

double a
 
double e
 
double i
 
double w
 
double omega
 
double n
 
double JD
 

Detailed Description

Elliptic Orbital elements.

TODO. Angles are expressed in degrees.

Examples:
asteroid.c, and comet.c.

Field Documentation

double ln_ell_orbit::a
double ln_ell_orbit::e
double ln_ell_orbit::i

Inclination in degrees

Referenced by ln_get_ell_helio_rect_posn().

double ln_ell_orbit::JD

Time of last passage in Perihelion, in julian day

Referenced by ln_get_ell_body_elong(), ln_get_ell_body_phase_angle(), ln_get_ell_comet_mag(), and ln_get_ell_helio_rect_posn().

double ln_ell_orbit::n
double ln_ell_orbit::omega

Longitude of ascending node in degrees

Referenced by ln_get_ell_helio_rect_posn().

double ln_ell_orbit::w

Argument of perihelion in degrees

Referenced by ln_get_ell_helio_rect_posn().