public class PhaseIonosphericDelayModifier extends Object implements EstimationModifier<Phase>
Constructor and Description |
---|
PhaseIonosphericDelayModifier(IonosphericModel model,
double freq)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for this modifier parameters.
|
void |
modify(EstimatedMeasurement<Phase> estimated)
Apply a modifier to an estimated measurement.
|
public PhaseIonosphericDelayModifier(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<Phase>
public void modify(EstimatedMeasurement<Phase> estimated)
EstimationModifier
modify
in interface EstimationModifier<Phase>
estimated
- estimated measurement to modifyCopyright © 2002-2022 CS GROUP. All rights reserved.