public class RangeRateIonosphericDelayModifier extends BaseRangeRateIonosphericDelayModifier implements EstimationModifier<RangeRate>
Since 10.0, state derivatives and ionospheric parameters derivates are computed using automatic differentiation.
| Constructor and Description |
|---|
RangeRateIonosphericDelayModifier(IonosphericModel model,
double freq,
boolean twoWay)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
modify(EstimatedMeasurement<RangeRate> estimated)
Apply a modifier to an estimated measurement.
|
protected <T extends CalculusFieldElement<T>> |
rangeRateErrorIonosphericModel(GroundStation station,
FieldSpacecraftState<T> state,
T[] parameters)
Compute the measurement error due to Ionosphere.
|
protected double |
rangeRateErrorIonosphericModel(GroundStation station,
SpacecraftState state)
Compute the measurement error due to Ionosphere.
|
getIonoModel, getParametersDriversclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParametersDriverspublic RangeRateIonosphericDelayModifier(IonosphericModel model, double freq, boolean twoWay)
model - Ionospheric delay model appropriate for the current range-rate measurement method.freq - frequency of the signal in HztwoWay - Flag indicating whether the measurement is two-way.protected double rangeRateErrorIonosphericModel(GroundStation station, SpacecraftState state)
rangeRateErrorIonosphericModel in class BaseRangeRateIonosphericDelayModifierstation - stationstate - spacecraft stateprotected <T extends CalculusFieldElement<T>> T rangeRateErrorIonosphericModel(GroundStation station, FieldSpacecraftState<T> state, T[] parameters)
rangeRateErrorIonosphericModel in class BaseRangeRateIonosphericDelayModifierT - type of the elementsstation - stationstate - spacecraft stateparameters - ionospheric model parameterspublic void modify(EstimatedMeasurement<RangeRate> estimated)
modify in interface EstimationModifier<RangeRate>estimated - estimated measurement to modifyCopyright © 2002-2023 CS GROUP. All rights reserved.