Package | Description |
---|---|
org.orekit.estimation.leastsquares |
The leastsquares package provides an implementation of a batch least
squares estimator engine to perform an orbit determination.
|
org.orekit.estimation.sequential | |
org.orekit.propagation.conversion |
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator. |
Constructor | Description |
---|---|
BatchLSEstimator(org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresOptimizer optimizer,
NumericalPropagatorBuilder... propagatorBuilder) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
KalmanEstimatorBuilder |
KalmanEstimatorBuilder.addPropagationConfiguration(NumericalPropagatorBuilder builder,
CovarianceMatrixProvider provider) |
Add a propagation configuration.
|
Modifier and Type | Method | Description |
---|---|---|
NumericalPropagatorBuilder |
NumericalPropagatorBuilder.copy() |
Create a copy of a NumericalPropagatorBuilder object.
|
Constructor | Description |
---|---|
JacobianPropagatorConverter(NumericalPropagatorBuilder builder,
double threshold,
int maxIterations) |
Simple constructor.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.