Uses of Interface
org.orekit.estimation.sequential.KalmanEstimation
Packages that use KalmanEstimation
Package
Description
The sequential package provides an implementation of a
Kalman Filter engine to perform an orbit determination.
-
Uses of KalmanEstimation in org.orekit.estimation.sequential
Classes in org.orekit.estimation.sequential that implement KalmanEstimationModifier and TypeClassDescriptionclassClass defining the process model dynamics to use with aKalmanEstimator.classProcess model to use with aSemiAnalyticalKalmanEstimator.classClass defining the process model dynamics to use with aSemiAnalyticalUnscentedKalmanEstimator.classClass defining the process model dynamics to use with aUnscentedKalmanEstimator.Methods in org.orekit.estimation.sequential that return KalmanEstimationModifier and TypeMethodDescriptionprotected abstract KalmanEstimationAbstractKalmanEstimator.getKalmanEstimation()Get the provider for kalman filter estimations.protected KalmanEstimationKalmanEstimator.getKalmanEstimation()Get the provider for kalman filter estimations.protected KalmanEstimationSemiAnalyticalKalmanEstimator.getKalmanEstimation()Get the provider for kalman filter estimations.protected KalmanEstimationSemiAnalyticalUnscentedKalmanEstimator.getKalmanEstimation()Get the provider for kalman filter estimations.protected KalmanEstimationUnscentedKalmanEstimator.getKalmanEstimation()Get the provider for kalman filter estimations.Methods in org.orekit.estimation.sequential with parameters of type KalmanEstimationModifier and TypeMethodDescriptionvoidKalmanObserver.evaluationPerformed(KalmanEstimation estimation) Notification callback after each one of a Kalman filter estimation.voidRtsSmoother.evaluationPerformed(KalmanEstimation estimation) Notification callback after each one of a Kalman filter estimation.default voidKalmanObserver.init(KalmanEstimation estimation) Initialise the observer on the initial state of the filter, before processing the first measurement.voidRtsSmoother.init(KalmanEstimation estimation) Initialise the observer on the initial state of the filter, before processing the first measurement.