public interface KalmanObserver
Kalman filter
estimations.
This interface is intended to be implemented by users to monitor the progress of the Kalman filter estimator during estimation.
Modifier and Type | Method | Description |
---|---|---|
void |
evaluationPerformed(KalmanEstimation estimation) |
Notification callback after each one of a Kalman filter estimation.
|
void evaluationPerformed(KalmanEstimation estimation) throws OrekitException
estimation
- estimation performed by Kalman estimatorOrekitException
- if some problem occursCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.