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
Deprecated.
as of 11.1, replaced by
SemiAnalyticalKalmanModel |
class |
KalmanModel
Class defining the process model dynamics to use with a
KalmanEstimator . |
class |
SemiAnalyticalKalmanModel
Process model to use with a
SemiAnalyticalKalmanEstimator . |
class |
TLEKalmanModel
Deprecated.
as of 11.1, replaced by
KalmanModel |
Modifier and Type | Method and Description |
---|---|
void |
KalmanObserver.evaluationPerformed(KalmanEstimation estimation)
Notification callback after each one of a Kalman filter estimation.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.