Uses of Package
org.orekit.estimation.sequential
-
Packages that use org.orekit.estimation.sequential Package Description org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination.org.orekit.propagation.conversion This package provides tools to convert a given propagator or a set ofSpacecraftState
into another propagator. -
Classes in org.orekit.estimation.sequential used by org.orekit.estimation.sequential Class Description AbstractCovarianceMatrixProvider Abstract provider handling a predefined initial covariance matrix.AbstractKalmanEstimator Base class for Kalman estimators.AbstractKalmanModel Abstract class defining the process model dynamics to use with aKalmanEstimator
.CovarianceMatrixProvider Provider for process noise matrices.KalmanEstimation Interface for accessingKalman filter
estimations.KalmanEstimator Implementation of a Kalman filter to perform orbit determination.KalmanEstimatorBuilder Builder for a Kalman filter estimator.KalmanObserver Observer forKalman filter
estimations.MeasurementDecorator Decorator addingMeasurement
API to anObservedMeasurement
.SemiAnalyticalKalmanEstimator Implementation of an Extended Semi-analytical Kalman Filter (ESKF) to perform orbit determination.SemiAnalyticalKalmanEstimatorBuilder Builder for a Semi-analytical Kalman Filter.SemiAnalyticalKalmanModel Process model to use with aSemiAnalyticalKalmanEstimator
.SemiAnalyticalProcess Interface for bothSemiAnalyticalUnscentedKalmanModel
andSemiAnalyticalKalmanModel
.SemiAnalyticalUnscentedKalmanEstimator Implementation of an Unscented Semi-analytical Kalman filter (USKF) to perform orbit determination.SemiAnalyticalUnscentedKalmanEstimatorBuilder Builder for an Unscented Semi-analytical Kalman filter estimator.UnscentedKalmanEstimator Implementation of an Unscented Kalman filter to perform orbit determination.UnscentedKalmanEstimatorBuilder Builder for an Unscented Kalman filter estimator. -
Classes in org.orekit.estimation.sequential used by org.orekit.propagation.conversion Class Description AbstractKalmanModel Abstract class defining the process model dynamics to use with aKalmanEstimator
.CovarianceMatrixProvider Provider for process noise matrices.KalmanModel Class defining the process model dynamics to use with aKalmanEstimator
.