pub fn look_angle(
elements: &ElementSet,
ground_station: GroundStation,
datetime: UtcInstant,
) -> Result<LookAngle, LookAngleError>Expand description
Propagate a pre-parsed SGP4 element set and compute its topocentric look angle.
pub fn look_angle(
elements: &ElementSet,
ground_station: GroundStation,
datetime: UtcInstant,
) -> Result<LookAngle, LookAngleError>Propagate a pre-parsed SGP4 element set and compute its topocentric look angle.