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