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.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 | 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 | Description |
---|---|---|
void |
BatchLSObserver.evaluationPerformed(int iterationsCount,
int evaluationsCount,
Orbit[] orbits,
ParameterDriversList estimatedOrbitalParameters,
ParameterDriversList estimatedPropagatorParameters,
ParameterDriversList estimatedMeasurementsParameters,
EstimationsProvider evaluationsProvider,
org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresProblem.Evaluation lspEvaluation) |
Notification callback for the end of each evaluation.
|
Modifier and Type | Method | Description |
---|---|---|
ParameterDriversList |
KalmanEstimation.getEstimatedMeasurementsParameters() |
Get the list of estimated measurements parameters.
|
ParameterDriversList |
KalmanEstimator.getEstimatedMeasurementsParameters() |
Get the list of estimated measurements parameters.
|
ParameterDriversList |
Model.getEstimatedMeasurementsParameters() |
Get the list of estimated measurements parameters.
|
ParameterDriversList |
KalmanEstimation.getEstimatedOrbitalParameters() |
Get the list of estimated orbital parameters.
|
ParameterDriversList |
Model.getEstimatedOrbitalParameters() |
Get the list of estimated orbital parameters.
|
ParameterDriversList |
KalmanEstimation.getEstimatedPropagationParameters() |
Get the list of estimated propagation parameters.
|
ParameterDriversList |
Model.getEstimatedPropagationParameters() |
Get the list of estimated propagation parameters.
|
ParameterDriversList |
KalmanEstimator.getOrbitalParametersDrivers(boolean estimatedOnly) |
Get the orbital parameters supported by this estimator.
|
ParameterDriversList |
KalmanEstimator.getPropagationParametersDrivers(boolean estimatedOnly) |
Get the propagator parameters supported by this estimator.
|
Modifier and Type | Method | Description |
---|---|---|
KalmanEstimatorBuilder |
KalmanEstimatorBuilder.estimatedMeasurementsParameters(ParameterDriversList estimatedMeasurementsParams) |
Configure the estimated measurement parameters.
|
Modifier and Type | Method | Description |
---|---|---|
abstract ParameterDriversList |
OrbitType.getDrivers(double dP,
Orbit orbit,
PositionAngle type) |
Get parameters drivers initialized from a reference orbit.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
ParameterDriversList |
PartialDerivativesEquations.getSelectedParameters() |
Get the selected parameters, in Jacobian matrix column order.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.