Uses of Interface
org.orekit.estimation.sequential.KalmanObserver
Packages that use KalmanObserver
Package
Description
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 KalmanObserverModifier and TypeClassDescriptionclassPerform an RTS (Rauch-Tung-Striebel) smoothing step over results from a sequential estimator.Methods in org.orekit.estimation.sequential that return KalmanObserverModifier and TypeMethodDescriptionAbstractKalmanEstimator.getObserver()Get the observer.SemiAnalyticalKalmanEstimator.getObserver()Get the observer.SemiAnalyticalKalmanModel.getObserver()Get the observer for Kalman Filter estimations.SemiAnalyticalProcess.getObserver()Get the observer for Kalman Filter estimations.SemiAnalyticalUnscentedKalmanEstimator.getObserver()Get the observer.SemiAnalyticalUnscentedKalmanModel.getObserver()Get the observer for Kalman Filter estimations.Methods in org.orekit.estimation.sequential with parameters of type KalmanObserverModifier and TypeMethodDescriptionvoidAbstractKalmanEstimator.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.