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 |
The sequential package provides an implementation of a
Kalman Filter 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.
|
org.orekit.propagation.numerical.cr3bp |
Top level package for CR3BP Models used with a numerical propagator.
|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Method and Description |
---|---|
NumericalPropagator[] |
BatchLSModel.createPropagators(RealVector point)
Create the propagators and parameters corresponding to an evaluation point.
|
Modifier and Type | Method and Description |
---|---|
NumericalPropagator[] |
KalmanModel.getEstimatedPropagators()
Get the propagators estimated with the values set in the propagators builders.
|
Modifier and Type | Method and Description |
---|---|
NumericalPropagator |
NumericalPropagatorBuilder.buildPropagator(double[] normalizedParameters)
Build a propagator.
|
Constructor and Description |
---|
AbsolutePartialDerivativesEquations(String name,
NumericalPropagator propagator)
Simple constructor.
|
EpochDerivativesEquations(String name,
NumericalPropagator propagator)
Simple constructor.
|
PartialDerivativesEquations(String name,
NumericalPropagator propagator)
Simple constructor.
|
Constructor and Description |
---|
CR3BPMultipleShooter(List<SpacecraftState> initialGuessList,
List<NumericalPropagator> propagatorList,
List<AdditionalEquations> additionalEquations,
double arcDuration,
double tolerance)
Simple Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected List<NumericalPropagator> |
AbstractMultipleShooting.getPropagatorList()
Get the list of propagators.
|
Constructor and Description |
---|
AbstractMultipleShooting(List<SpacecraftState> initialGuessList,
List<NumericalPropagator> propagatorList,
List<AdditionalEquations> additionalEquations,
double arcDuration,
double tolerance,
String additionalName)
Simple Constructor.
|
MultipleShooter(List<SpacecraftState> initialGuessList,
List<NumericalPropagator> propagatorList,
List<AdditionalEquations> additionalEquations,
double arcDuration,
double tolerance)
Simple Constructor.
|
Copyright © 2002-2020 CS GROUP. All rights reserved.