public abstract class AbstractAnalyticalGradientConverter extends AbstractGradientConverter implements ParameterDriversProvider
Modifier | Constructor and Description |
---|---|
protected |
AbstractAnalyticalGradientConverter(AbstractAnalyticalPropagator propagator,
double mu,
int freeStateParameters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract FieldAbstractAnalyticalPropagator<org.hipparchus.analysis.differentiation.Gradient> |
getPropagator(FieldSpacecraftState<org.hipparchus.analysis.differentiation.Gradient> state,
org.hipparchus.analysis.differentiation.Gradient[] parameters)
Get the converted analytical orbit propagator.
|
FieldSpacecraftState<org.hipparchus.analysis.differentiation.Gradient> |
getState()
Get the state with the number of parameters consistent with the propagation model.
|
buildBasicGradientSpacecraftState, extend, extend, extend, getFreeStateParameters, getParameters, getParametersAtStateDate, getState, initStates
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, getParametersDrivers, isSupported
protected AbstractAnalyticalGradientConverter(AbstractAnalyticalPropagator propagator, double mu, int freeStateParameters)
propagator
- analytical orbit propagatormu
- central attraction coefficientfreeStateParameters
- number of free parameterspublic FieldSpacecraftState<org.hipparchus.analysis.differentiation.Gradient> getState()
public abstract FieldAbstractAnalyticalPropagator<org.hipparchus.analysis.differentiation.Gradient> getPropagator(FieldSpacecraftState<org.hipparchus.analysis.differentiation.Gradient> state, org.hipparchus.analysis.differentiation.Gradient[] parameters)
state
- state as returned by getState()
parameters
- model parametersCopyright © 2002-2023 CS GROUP. All rights reserved.