Function astro::sun::ephemeris
[−]
[src]
pub fn ephemeris(JD: f64, app_long: f64, app_long_with_nut: f64, oblq_eclip: f64) -> (f64, f64, f64)
Return quantites used in the ephemeris for physical observations of the Sun
Returns
(P, B0, L0)
P
: Position angle of the northern extremity of the axis of rotation, measured eastwards from the North point of the solar disk | in radiansB0
: Heliographic latitude of the center of the solar disk | in radiansL0
: Heliographic longitude of the center of the solar disk | in radians
Arguments
JD
: Julian (Ephemeris) dayapp_long
: Apparent longitude of the Sun | in radians, including the effect of abberation and not that of nutationapp_long_with_nut
: Apparent longitude of the Sun | in radians, including the effect of abberation and that of nutationoblq_eclip
: True obliquity of the ecliptic | in radians