Interface ModelObserver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
modelCalled(Orbit[] orbits, Map<ObservedMeasurement<?>,EstimatedMeasurement<?>> estimations)
Notification callback for orbit changes.
-
-
-
Method Detail
-
modelCalled
void modelCalled(Orbit[] orbits, Map<ObservedMeasurement<?>,EstimatedMeasurement<?>> estimations)
Notification callback for orbit changes.- Parameters:
orbits
- current estimated orbitsestimations
- map of measurements estimations resulting from the current estimated orbit (this is an unmodifiable view of the current estimations, its content is changed at each iteration)
-
-