| 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.orbits |
This package provides classes to represent orbits.
|
| org.orekit.propagation.conversion |
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator. |
| org.orekit.propagation.numerical |
Top level package for numerical propagators.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterDriversList |
BatchLSEstimator.getMeasurementsParametersDrivers(boolean estimatedOnly)
Get the measurements parameters supported by this estimator (including measurements and modifiers).
|
ParameterDriversList |
BatchLSEstimator.getOrbitalParametersDrivers(boolean estimatedOnly)
Get the orbital parameters supported by this estimator.
|
ParameterDriversList |
BatchLSEstimator.getPropagatorParametersDrivers(boolean estimatedOnly)
Get the propagator parameters supported by this estimator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchLSObserver.evaluationPerformed(int iterationsCount,
int evaluationsCount,
Orbit orbit,
ParameterDriversList estimatedOrbitalParameters,
ParameterDriversList estimatedPropagatorParameters,
ParameterDriversList estimatedMeasurementsParameters,
EstimationsProvider evaluationsProvider,
LeastSquaresProblem.Evaluation lspEvaluation)
Notification callback for the end of each evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ParameterDriversList |
OrbitType.getDrivers(double dP,
Orbit orbit,
PositionAngle type)
Get parameters drivers initialized from a reference orbit.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterDriversList |
AbstractPropagatorBuilder.getOrbitalParametersDrivers()
Get the drivers for the configurable orbital parameters.
|
ParameterDriversList |
PropagatorBuilder.getOrbitalParametersDrivers()
Get the drivers for the configurable orbital parameters.
|
ParameterDriversList |
AbstractPropagatorBuilder.getPropagationParametersDrivers()
Get the drivers for the configurable propagation parameters.
|
ParameterDriversList |
PropagatorBuilder.getPropagationParametersDrivers()
Get the drivers for the configurable propagation parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterDriversList |
PartialDerivativesEquations.getSelectedParameters()
Get the selected parameters, in Jacobian matrix column order.
|
Copyright © 2002-2016 CS Systèmes d'information. All rights reserved.