Class PhaseIonosphericDelayModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.PhaseIonosphericDelayModifier
-
- All Implemented Interfaces:
EstimationModifier<Phase>
public class PhaseIonosphericDelayModifier extends Object implements EstimationModifier<Phase>
Class modifying theoretical phase measurement with ionospheric delay. The effect of ionospheric correction on the phase is directly computed through the computation of the ionospheric delay.- Since:
- 10.2
- Author:
- David Soulard, Bryan Cazabonne
-
-
Constructor Summary
Constructors Constructor Description PhaseIonosphericDelayModifier(IonosphericModel model, double freq)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ParameterDriver>
getParametersDrivers()
Get the drivers for this modifier parameters.void
modify(EstimatedMeasurement<Phase> estimated)
Apply a modifier to an estimated measurement.
-
-
-
Constructor Detail
-
PhaseIonosphericDelayModifier
public PhaseIonosphericDelayModifier(IonosphericModel model, double freq)
Constructor.- Parameters:
model
- Ionospheric delay model appropriate for the current range measurement method.freq
- frequency of the signal in Hz
-
-
Method Detail
-
getParametersDrivers
public List<ParameterDriver> getParametersDrivers()
Get the drivers for this modifier parameters.- Specified by:
getParametersDrivers
in interfaceEstimationModifier<Phase>
- Returns:
- drivers for this modifier parameters
-
modify
public void modify(EstimatedMeasurement<Phase> estimated)
Description copied from interface:EstimationModifier
Apply a modifier to an estimated measurement.- Specified by:
modify
in interfaceEstimationModifier<Phase>
- Parameters:
estimated
- estimated measurement to modify
-
-