Uses of Interface
org.orekit.estimation.sequential.KalmanObserver
-
Packages that use KalmanObserver Package Description org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination. -
-
Uses of KalmanObserver in org.orekit.estimation.sequential
Classes in org.orekit.estimation.sequential that implement KalmanObserver Modifier and Type Class Description classRtsSmootherPerform an RTS (Rauch-Tung-Striebel) smoothing step over results from a sequential estimator.Methods in org.orekit.estimation.sequential that return KalmanObserver Modifier and Type Method Description KalmanObserverAbstractKalmanEstimator. getObserver()Get the observer.KalmanObserverSemiAnalyticalKalmanEstimator. getObserver()Get the observer.KalmanObserverSemiAnalyticalKalmanModel. getObserver()Get the observer for Kalman Filter estimations.KalmanObserverSemiAnalyticalProcess. getObserver()Get the observer for Kalman Filter estimations.KalmanObserverSemiAnalyticalUnscentedKalmanEstimator. getObserver()Get the observer.KalmanObserverSemiAnalyticalUnscentedKalmanModel. getObserver()Get the observer for Kalman Filter estimations.Methods in org.orekit.estimation.sequential with parameters of type KalmanObserver Modifier and Type Method Description voidAbstractKalmanEstimator. setObserver(KalmanObserver observer)Set the observer.voidSemiAnalyticalKalmanEstimator. setObserver(KalmanObserver observer)Set the observer.voidSemiAnalyticalKalmanModel. setObserver(KalmanObserver observer)Set the observer.voidSemiAnalyticalUnscentedKalmanEstimator. setObserver(KalmanObserver observer)Set the observer.voidSemiAnalyticalUnscentedKalmanModel. setObserver(KalmanObserver observer)Set the observer.
-