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 KalmanObserverSemiAnalyticalKalmanModel. getObserver()Get the observer for Kalman Filter estimations.KalmanObserverSemiAnalyticalProcess. getObserver()Get the observer for Kalman Filter estimations.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 voidKalmanEstimator. 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.voidUnscentedKalmanEstimator. setObserver(KalmanObserver observer)Set the observer.
-