pub fn phase_angle( sat_pos: [f64; 3], sun_pos: [f64; 3], observer_pos: [f64; 3], ) -> Result<f64, AngleError>
Sun-satellite-observer phase angle (degrees): the angle at the satellite between the Sun and the observer.