Class RangeIonosphericDelayModifier

java.lang.Object
org.orekit.estimation.measurements.modifiers.BaseRangeIonosphericDelayModifier
org.orekit.estimation.measurements.modifiers.RangeIonosphericDelayModifier
All Implemented Interfaces:
EstimationModifier<Range>, ParameterDriversProvider

public class RangeIonosphericDelayModifier extends BaseRangeIonosphericDelayModifier implements EstimationModifier<Range>
Class modifying theoretical range measurement with ionospheric delay.

The effect of ionospheric correction on the range is directly computed through the computation of the ionospheric delay.

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 10.0, state derivatives and ionospheric parameters derivates are computed using automatic differentiation.

Since:
8.0
Author:
Maxime Journot, Joris Olympio
  • Constructor Details

    • RangeIonosphericDelayModifier

      public RangeIonosphericDelayModifier(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 Details