Function astro::lunar::bright_limb
[−]
[src]
pub fn bright_limb(sun_eq_point: EqPoint, moon_eq_point: EqPoint) -> f64
Computes the position angle of the Moon's bright limb
Returns
pos_angl_of_bright_limb
The position angle of the midpoint of the illuminated limb of the Moon | in radians
Arguments
sun_eq_point
: Equatorial coordinate of the Sun | in radiansmoon_eq_point
: Equatorial coordinate of the Moon | in radians