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 class
RtsSmoother
Perform 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 KalmanObserver
AbstractKalmanEstimator. getObserver()
Get the observer.KalmanObserver
SemiAnalyticalKalmanEstimator. getObserver()
Get the observer.KalmanObserver
SemiAnalyticalKalmanModel. getObserver()
Get the observer for Kalman Filter estimations.KalmanObserver
SemiAnalyticalProcess. getObserver()
Get the observer for Kalman Filter estimations.KalmanObserver
SemiAnalyticalUnscentedKalmanEstimator. getObserver()
Get the observer.KalmanObserver
SemiAnalyticalUnscentedKalmanModel. getObserver()
Get the observer for Kalman Filter estimations.Methods in org.orekit.estimation.sequential with parameters of type KalmanObserver Modifier and Type Method Description void
AbstractKalmanEstimator. setObserver(KalmanObserver observer)
Set the observer.void
SemiAnalyticalKalmanEstimator. setObserver(KalmanObserver observer)
Set the observer.void
SemiAnalyticalKalmanModel. setObserver(KalmanObserver observer)
Set the observer.void
SemiAnalyticalUnscentedKalmanEstimator. setObserver(KalmanObserver observer)
Set the observer.void
SemiAnalyticalUnscentedKalmanModel. setObserver(KalmanObserver observer)
Set the observer.
-