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. |
org.orekit.propagation.numerical |
Top level package for numerical propagators.
|
Modifier and Type | Method | Description |
---|---|---|
NumericalPropagator[] |
BatchLSEstimator.estimate() |
Estimate the orbital, propagation and measurements parameters.
|
Modifier and Type | Method | Description |
---|---|---|
NumericalPropagator[] |
KalmanEstimator.estimationStep(ObservedMeasurement<?> observedMeasurement) |
Process a single measurement.
|
NumericalPropagator[] |
Model.getEstimatedPropagators() |
Get the propagators estimated with the values set in the propagators builders.
|
NumericalPropagator[] |
KalmanEstimator.processMeasurements(Iterable<ObservedMeasurement<?>> observedMeasurements) |
Process several measurements.
|
Modifier and Type | Method | Description |
---|---|---|
NumericalPropagator |
NumericalPropagatorBuilder.buildPropagator(double[] normalizedParameters) |
Build a propagator.
|
Constructor | Description |
---|---|
PartialDerivativesEquations(String name,
NumericalPropagator propagator) |
Simple constructor.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.