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 | Class and Description |
---|---|
class |
AbstractKalmanModel
Abstract class defining the process model dynamics to use with a
KalmanEstimator . |
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 . |
class |
TLEKalmanModel
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-2021 CS GROUP. All rights reserved.