pub fn predict_with_media(
source: &dyn ObservableEphemerisSource,
sat: GnssSatelliteId,
receiver_ecef_m: [f64; 3],
t_rx_j2000_s: f64,
options: MediaPredictOptions<'_>,
) -> Result<MediaPredictedObservables, ObservablesError>Expand description
Predict observables and add optional troposphere and ionosphere range delays.
The embedded PredictedObservables keeps the geometric range and range-rate
fields unchanged. The corrected one-way range is reported as
MediaPredictedObservables::range_m. IERS TN36 treats the neutral
atmosphere and ionospheric group delay as positive additions to a code range;
no media range-rate derivative is applied here.