Skip to main content

phase_angle

Function phase_angle 

Source
pub fn phase_angle(
    sat_pos: [f64; 3],
    sun_pos: [f64; 3],
    observer_pos: [f64; 3],
) -> Result<f64, AngleError>
Expand description

Sun-satellite-observer phase angle (degrees): the angle at the satellite between the Sun and the observer.