Class 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 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.