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 parameters.
|
void |
modify(EstimatedMeasurement<Phase> estimated)
Apply a modifier to an estimated measurement.
|
void |
modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupportedpublic 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 ParameterDriversProviderpublic void modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
EstimationModifiermodifyWithoutDerivatives in interface EstimationModifier<Phase>estimated - estimated measurement to modifypublic void modify(EstimatedMeasurement<Phase> estimated)
EstimationModifiermodify in interface EstimationModifier<Phase>estimated - estimated measurement to modifyCopyright © 2002-2023 CS GROUP. All rights reserved.