Function astro::lunar::physical_libr
[−]
[src]
pub fn physical_libr(JD: f64, mn_ecl_long_moon: f64, apprnt_ecl_lat_moon: f64, optical_lib_lat: f64) -> (f64, f64)
Computes the physical librations of the Moon in longitude and latitude
Returns
(physical_libr_in_long, physical_libr_in_lat)
physical_libr_in_long
: The physical libration in longitude | in radiansphysical_libr_in_lat
: The physical libration in latitude | in radians
Arguments
JD
: Julian (Ephemeris) daymn_ecl_long_moon
: The mean ecliptic longitude of the Moon | in radians, i.e, without the correction for nutationapprnt_ecl_lat_moon
: The apparent ecliptic latitude of the Moon | in radians, i.e, with the correction for nutationoptical_lib_lat
: The optical libration in latitude | in radians