pub fn predict(
source: &dyn ObservableEphemerisSource,
sat: GnssSatelliteId,
receiver_ecef_m: [f64; 3],
t_rx_j2000_s: f64,
options: PredictOptions,
) -> Result<PredictedObservables, ObservablesError>Expand description
Predict observables for sat from a static ECEF receiver.