Package org.orekit.estimation.sequential
package org.orekit.estimation.sequential
The sequential package provides an implementation of a
Kalman Filter engine to perform an orbit determination.
Users will typically create one instance of this object, register all
observation data as measurements with their included modifiers, and
run the kalman
filter. For each processed measurement, a fully configured propagator
will be available, as well as all estimated parameters individually.
-
ClassDescriptionAbstract provider handling a predefined initial covariance matrix.Base class for Kalman estimators.Provider for constant process noise matrices.Provider for process noise matrices.Interface for accessing
Kalman filterestimations.Implementation of a Kalman filter to perform orbit determination.Builder for a Kalman filter estimator.Utility class for Kalman Filter.Class defining the process model dynamics to use with aKalmanEstimator.Observer forKalman filterestimations.Decorator addingMeasurementAPI to anObservedMeasurement.Container for smoothed states (time, mean and covariance) generated by anRtsSmoother.Perform an RTS (Rauch-Tung-Striebel) smoothing step over results from a sequential estimator.Implementation of an Extended Semi-analytical Kalman Filter (ESKF) to perform orbit determination.Builder for a Semi-analytical Kalman Filter.Process model to use with aSemiAnalyticalKalmanEstimator.Step handlerpicking upmeasurementsfor bothSemiAnalyticalUnscentedKalmanEstimatorandSemiAnalyticalKalmanEstimator.Interface for bothSemiAnalyticalUnscentedKalmanModelandSemiAnalyticalKalmanModel.Implementation of an Unscented Semi-analytical Kalman filter (USKF) to perform orbit determination.Builder for an Unscented Semi-analytical Kalman filter estimator.Class defining the process model dynamics to use with aSemiAnalyticalUnscentedKalmanEstimator.Provider for a temporal evolution of the process noise matrix.Implementation of an Unscented Kalman filter to perform orbit determination.Builder for an Unscented Kalman filter estimator.Class defining the process model dynamics to use with aUnscentedKalmanEstimator.