public class RangeRateIonosphericDelayModifier extends Object 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 |
|---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for this modifier parameters.
|
void |
modify(EstimatedMeasurement<RangeRate> estimated)
Apply a modifier to an estimated measurement.
|
public 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.public List<ParameterDriver> getParametersDrivers()
getParametersDrivers in interface EstimationModifier<RangeRate>public void modify(EstimatedMeasurement<RangeRate> estimated)
modify in interface EstimationModifier<RangeRate>estimated - estimated measurement to modifyCopyright © 2002-2022 CS GROUP. All rights reserved.