Package | Description |
---|---|
org.orekit.estimation.sequential |
The sequential package provides an implementation of a
Kalman Filter engine to perform an orbit determination.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KalmanODModel
Interface for models used in the Kalman orbit determination process.
|
Modifier and Type | Class and Description |
---|---|
class |
DSSTKalmanModel
Class defining the process model dynamics to use with a
KalmanEstimator . |
class |
KalmanModel
Class defining the process model dynamics to use with a
KalmanEstimator . |
Modifier and Type | Method and Description |
---|---|
void |
KalmanObserver.evaluationPerformed(KalmanEstimation estimation)
Notification callback after each one of a Kalman filter estimation.
|
Copyright © 2002-2020 CS GROUP. All rights reserved.