PropagatorConverter
public class FiniteDifferencePropagatorConverter extends AbstractPropagatorConverter
Constructor | Description |
---|---|
FiniteDifferencePropagatorConverter(PropagatorBuilder factory,
double threshold,
int maxIterations) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
protected MultivariateJacobianFunction |
getModel() |
Get the Jacobian of the function computing position/velocity at sample points.
|
protected MultivariateVectorFunction |
getObjectiveFunction() |
Get the function computing position/velocity at sample points.
|
convert, convert, convert, convert, getAdaptedPropagator, getEvaluations, getFrame, getRMS, getSample, getTargetSize, isOnlyPosition
public FiniteDifferencePropagatorConverter(PropagatorBuilder factory, double threshold, int maxIterations)
factory
- builder for adapted propagatorthreshold
- absolute threshold for optimization algorithmmaxIterations
- maximum number of iterations for fittingprotected MultivariateVectorFunction getObjectiveFunction()
getObjectiveFunction
in class AbstractPropagatorConverter
protected MultivariateJacobianFunction getModel()
getModel
in class AbstractPropagatorConverter
Copyright © 2002-2018 CS Systèmes d'information. All rights reserved.