Class RangeRateIonosphericDelayModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.RangeRateIonosphericDelayModifier
-
- All Implemented Interfaces:
EstimationModifier<RangeRate>
public class RangeRateIonosphericDelayModifier extends Object implements EstimationModifier<RangeRate>
Class modifying theoretical range-rate measurement with ionospheric delay. The effect of ionospheric correction on the range-rate is directly computed through the computation of the ionospheric delay difference with respect to time. The ionospheric delay depends on the frequency of the signal (GNSS, VLBI, ...). For optical measurements (e.g. SLR), the ray is not affected by ionosphere charged particles.- Since:
- 8.0
- Author:
- Joris Olympio
-
-
Constructor Summary
Constructors Constructor Description RangeRateIonosphericDelayModifier(IonosphericModel model, boolean twoWay)
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<RangeRate> estimated)
Apply a modifier to an estimated measurement.
-
-
-
Constructor Detail
-
RangeRateIonosphericDelayModifier
public RangeRateIonosphericDelayModifier(IonosphericModel model, boolean twoWay)
Constructor.- Parameters:
model
- Ionospheric delay model appropriate for the current range-rate measurement method.twoWay
- Flag indicating whether the measurement is two-way.
-
-
Method Detail
-
getParametersDrivers
public List<ParameterDriver> getParametersDrivers()
Get the drivers for this modifier parameters.- Specified by:
getParametersDrivers
in interfaceEstimationModifier<RangeRate>
- Returns:
- drivers for this modifier parameters
-
modify
public void modify(EstimatedMeasurement<RangeRate> estimated)
Apply a modifier to an estimated measurement.- Specified by:
modify
in interfaceEstimationModifier<RangeRate>
- Parameters:
estimated
- estimated measurement to modify
-
-