pub fn simulate_scenario_with_source<E>(
scenario: &Scenario,
source: &DeclaredScenarioSource<'_, E>,
) -> Result<SyntheticObservationSet, ScenarioError>where
E: EphemerisSource + ObservableEphemerisSource,Expand description
Simulate an external-product scenario against a declared loaded ephemeris source.