22#include <libnova/ln_types.h>
39double LIBNOVA_EXPORT ln_get_saturn_equ_sdiam (
double JD);
45double LIBNOVA_EXPORT ln_get_saturn_pol_sdiam (
double JD);
58void LIBNOVA_EXPORT ln_get_saturn_helio_coords (
double JD,
struct ln_helio_posn * position);
65void LIBNOVA_EXPORT ln_get_saturn_equ_coords (
double JD,
struct ln_equ_posn * position);
73double LIBNOVA_EXPORT ln_get_saturn_earth_dist (
double JD);
81double LIBNOVA_EXPORT ln_get_saturn_solar_dist (
double JD);
89double LIBNOVA_EXPORT ln_get_saturn_magnitude (
double JD);
97double LIBNOVA_EXPORT ln_get_saturn_disk (
double JD);
105double LIBNOVA_EXPORT ln_get_saturn_phase (
double JD);
111void LIBNOVA_EXPORT ln_get_saturn_rect_helio (
double JD,
struct ln_rect_posn * position);
Equatorial Coordinates.
Definition ln_types.h:171
Heliocentric position.
Definition ln_types.h:217
Ecliptical (or celestial) Longitude and Latitude.
Definition ln_types.h:201
Rectangular coordinates.
Definition ln_types.h:238
Rise, Set and Transit times.
Definition ln_types.h:318