Package | Description |
---|---|
org.orekit.estimation.sequential |
The sequential package provides an implementation of a
Kalman Filter engine to perform an orbit determination.
|
org.orekit.propagation.conversion |
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator. |
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 |
---|---|
KalmanODModel |
IntegratedPropagatorBuilder.buildKalmanModel(List<IntegratedPropagatorBuilder> propagatorBuilders,
List<CovarianceMatrixProvider> covarianceMatricesProviders,
ParameterDriversList estimatedMeasurementsParameters)
Build a new
KalmanODModel . |
Copyright © 2002-2020 CS GROUP. All rights reserved.