Uses of Interface
org.orekit.estimation.sequential.KalmanEstimation
-
Packages that use KalmanEstimation Package Description org.orekit.estimation.sequential 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 KalmanEstimation Modifier and Type Class Description classKalmanModelClass defining the process model dynamics to use with aKalmanEstimator.classSemiAnalyticalKalmanModelProcess model to use with aSemiAnalyticalKalmanEstimator.classSemiAnalyticalUnscentedKalmanModelClass defining the process model dynamics to use with aSemiAnalyticalUnscentedKalmanEstimator.classUnscentedKalmanModelClass defining the process model dynamics to use with aUnscentedKalmanEstimator.Methods in org.orekit.estimation.sequential that return KalmanEstimation Modifier and Type Method Description protected 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 KalmanEstimation Modifier and Type Method Description voidKalmanObserver. evaluationPerformed(KalmanEstimation estimation)Notification callback after each one of a Kalman filter estimation.
-