public class JacobianPropagatorConverter extends AbstractPropagatorConverter
Constructor and Description |
---|
JacobianPropagatorConverter(NumericalPropagatorBuilder builder,
double threshold,
int maxIterations)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
protected org.hipparchus.optim.nonlinear.vector.leastsquares.MultivariateJacobianFunction |
getModel()
Get the Jacobian of the function computing position/velocity at sample points.
|
protected org.hipparchus.analysis.MultivariateVectorFunction |
getObjectiveFunction()
Get the function computing position/velocity at sample points.
|
convert, convert, convert, convert, getAdaptedPropagator, getEvaluations, getFrame, getRMS, getSample, getTargetSize, isOnlyPosition
public JacobianPropagatorConverter(NumericalPropagatorBuilder builder, double threshold, int maxIterations) throws OrekitException
builder
- builder for adapted propagator, it must
be configured to generate OrbitType.CARTESIAN
statesthreshold
- absolute threshold for optimization algorithmmaxIterations
- maximum number of iterations for fittingOrekitException
- if the builder orbit type
is not
OrbitType.CARTESIAN
protected org.hipparchus.analysis.MultivariateVectorFunction getObjectiveFunction()
getObjectiveFunction
in class AbstractPropagatorConverter
protected org.hipparchus.optim.nonlinear.vector.leastsquares.MultivariateJacobianFunction getModel()
getModel
in class AbstractPropagatorConverter
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.