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.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 |
---|---|
NumericalPropagator[] |
BatchLSEstimator.estimate()
Estimate the orbital, propagation and measurements parameters.
|
Modifier and Type | Method and Description |
---|---|
NumericalPropagator |
NumericalPropagatorBuilder.buildPropagator(double[] normalizedParameters)
Build a propagator.
|
Constructor and Description |
---|
PartialDerivativesEquations(String name,
NumericalPropagator propagator)
Simple constructor.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.