IonosphericGradientConverter
@Deprecated public class IonosphericDSConverter extends Object
Constructor and Description |
---|
IonosphericDSConverter(SpacecraftState state,
int freeStateParameters,
AttitudeProvider provider)
Deprecated.
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getFreeStateParameters()
Deprecated.
Get the number of free state parameters.
|
DerivativeStructure[] |
getParameters(FieldSpacecraftState<DerivativeStructure> state,
IonosphericModel ionoModel)
Deprecated.
Get the ionospheric model parameters.
|
FieldSpacecraftState<DerivativeStructure> |
getState(IonosphericModel ionoModel)
Deprecated.
Get the state with the number of parameters consistent with ionospheric model.
|
public IonosphericDSConverter(SpacecraftState state, int freeStateParameters, AttitudeProvider provider)
state
- regular statefreeStateParameters
- number of free parameters, either 3 (position) or 6 (position-velocity)provider
- provider to use if attitude needs to be recomputedpublic int getFreeStateParameters()
public FieldSpacecraftState<DerivativeStructure> getState(IonosphericModel ionoModel)
ionoModel
- ionospheric modelpublic DerivativeStructure[] getParameters(FieldSpacecraftState<DerivativeStructure> state, IonosphericModel ionoModel)
state
- state as returned by getState(IonosphericModel)
ionoModel
- ionospheric model associated with the parametersCopyright © 2002-2020 CS GROUP. All rights reserved.