Function predict_observe_orbit

Source
pub fn predict_observe_orbit(
    observer: &PredictObserver,
    orbit: &PredictPosition,
) -> PredictObservation
Expand description

Calculates range, azimuth, elevation and relative velocity from the given observer position. and whether orbit is visible if sun elevation is low enough and the orbit is above the horizon, but still in sunlight.