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 | Method and Description |
---|---|
UnscentedKalmanEstimatorBuilder |
UnscentedKalmanEstimatorBuilder.addPropagationConfiguration(NumericalPropagatorBuilder builder,
CovarianceMatrixProvider provider)
Add a propagation configuration.
|
Constructor and Description |
---|
UnscentedKalmanModel(List<NumericalPropagatorBuilder> propagatorBuilders,
List<CovarianceMatrixProvider> covarianceMatrixProviders,
ParameterDriversList estimatedMeasurementParameters,
CovarianceMatrixProvider measurementProcessNoiseMatrix)
Unscented Kalman process model constructor (package private).
|
Modifier and Type | Method and Description |
---|---|
NumericalPropagatorBuilder |
NumericalPropagatorBuilder.copy()
Create a copy of a NumericalPropagatorBuilder object.
|
Constructor and Description |
---|
JacobianPropagatorConverter(NumericalPropagatorBuilder builder,
double threshold,
int maxIterations)
Simple constructor.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.