Function astro::ecliptic::eclip_points_on_hz
[−]
[src]
pub fn eclip_points_on_hz(oblq_eclip: f64, observer_lat: f64, loc_sidreal: f64) -> (f64, f64)
Computes the longitudes of the two ecliptic points on a horizon on Earth
Returns
(long_point_1, long_point_2)
long_point_1
: Longitude of ecliptic point 1 | in radianslong_point_2
: Longitude of ecliptic point 2 | in radians
Arguments
oblq_eclip
: Obliquity of the ecliptic | in radiansobserver_lat
: The observer's geographical latitude | in radiansloc_sidreal
: Local sidereal time | in radians