Skip to main content

predict_batch_with_media

Function predict_batch_with_media 

Source
pub fn predict_batch_with_media(
    source: &dyn ObservableEphemerisSource,
    requests: &[PredictRequest],
    options: MediaPredictOptions<'_>,
) -> Vec<Result<MediaPredictedObservables, ObservablesError>>
Expand description

Predict media-corrected observables for many requests, serially.

Element i is the result of predict_with_media for requests[i] with the shared options.