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
Methods in org.orekit.estimation.sequential that return KalmanObserver Modifier and Type Method Description KalmanObserver
SemiAnalyticalKalmanModel. getObserver()
Get the observer for Kalman Filter estimations.KalmanObserver
SemiAnalyticalProcess. getObserver()
Get the observer for Kalman Filter estimations.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
KalmanEstimator. 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.void
UnscentedKalmanEstimator. setObserver(KalmanObserver observer)
Set the observer.
-