See: Description
| Interface | Description |
|---|---|
| CovarianceMatrixProvider |
Provider for process noise matrices.
|
| KalmanEstimation |
Interface for accessing
Kalman filter estimations. |
| KalmanObserver |
Observer for
Kalman filter estimations. |
| Class | Description |
|---|---|
| AbstractCovarianceMatrixProvider |
Abstract provider handling a predefined initial covariance matrix.
|
| AbstractKalmanModel |
Abstract class defining the process model dynamics to use with a
KalmanEstimator. |
| ConstantProcessNoise |
Provider for constant process noise matrices.
|
| DSSTKalmanModel |
Class defining the process model dynamics to use with a
KalmanEstimator. |
| KalmanEstimator |
Implementation of a Kalman filter to perform orbit determination.
|
| KalmanEstimatorBuilder |
Builder for a Kalman filter estimator.
|
| KalmanModel |
Class defining the process model dynamics to use with a
KalmanEstimator. |
| MeasurementDecorator |
Decorator adding
Measurement API to an ObservedMeasurement. |
| TLEKalmanModel |
Class defining the process model dynamics to use with a
KalmanEstimator. |
| UnivariateProcessNoise |
Provider for a temporal evolution of the process noise matrix.
|
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-2021 CS GROUP. All rights reserved.