public class TurnAroundRangeIonosphericDelayModifier extends Object implements EstimationModifier<TurnAroundRange>
Since 10.0, state derivatives and ionospheric parameters derivates are computed using automatic differentiation.
| Constructor and Description |
|---|
TurnAroundRangeIonosphericDelayModifier(IonosphericModel model,
double freq)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for this modifier parameters.
|
void |
modify(EstimatedMeasurement<TurnAroundRange> estimated)
Apply a modifier to an estimated measurement.
|
public TurnAroundRangeIonosphericDelayModifier(IonosphericModel model, double freq)
model - Ionospheric delay model appropriate for the current TurnAroundRange measurement method.freq - frequency of the signal in Hzpublic List<ParameterDriver> getParametersDrivers()
getParametersDrivers in interface EstimationModifier<TurnAroundRange>public void modify(EstimatedMeasurement<TurnAroundRange> estimated)
EstimationModifiermodify in interface EstimationModifier<TurnAroundRange>estimated - estimated measurement to modifyCopyright © 2002-2021 CS GROUP. All rights reserved.