See: Description
Interface | Description |
---|---|
CovarianceMatrixProvider |
Provider for process noise matrices.
|
KalmanEstimation |
Interface for accessing
Kalman filter estimations. |
KalmanObserver |
Observer for
Kalman filter estimations. |
SemiAnalyticalProcess |
Interface for both
SemiAnalyticalUnscentedKalmanModel and SemiAnalyticalKalmanModel . |
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 a
KalmanEstimator . |
ConstantProcessNoise |
Provider for constant process noise matrices.
|
DSSTKalmanModel | Deprecated
as of 11.1, replaced by
SemiAnalyticalKalmanModel |
EskfMeasurementHandler | Deprecated |
KalmanEstimator |
Implementation of a Kalman filter to perform orbit determination.
|
KalmanEstimatorBuilder |
Builder for a Kalman filter estimator.
|
KalmanEstimatorUtil |
Utility class for Kalman Filter.
|
KalmanModel |
Class defining the process model dynamics to use with a
KalmanEstimator . |
MeasurementDecorator |
Decorator adding
Measurement API to an ObservedMeasurement . |
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 a
SemiAnalyticalKalmanEstimator . |
SemiAnalyticalMeasurementHandler |
Step handler picking up
measurements for both SemiAnalyticalUnscentedKalmanEstimator and SemiAnalyticalKalmanEstimator . |
SemiAnalyticalUnscentedKalmanEstimator |
Implementation of an Unscented Semi-analytical Kalman filter (USKF) to perform orbit determination.
|
SemiAnalyticalUnscentedKalmanEstimatorBuilder |
Builder for an Unscented Semi-analytical Kalman filter estimator.
|
SemiAnalyticalUnscentedKalmanModel |
Class defining the process model dynamics to use with a
SemiAnalyticalUnscentedKalmanEstimator . |
TLEKalmanModel | Deprecated
as of 11.1, replaced by
KalmanModel |
UnivariateProcessNoise |
Provider for a temporal evolution of the process noise matrix.
|
UnscentedKalmanEstimator |
Implementation of an Unscented Kalman filter to perform orbit determination.
|
UnscentedKalmanEstimatorBuilder |
Builder for an Unscented Kalman filter estimator.
|
UnscentedKalmanModel |
Class defining the process model dynamics to use with a
UnscentedKalmanEstimator . |
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.
Copyright © 2002-2022 CS GROUP. All rights reserved.