Class RelativisticClockRangeRateModifier

java.lang.Object
org.orekit.estimation.measurements.modifiers.AbstractRelativisticClockModifier
org.orekit.estimation.measurements.modifiers.RelativisticClockRangeRateModifier
All Implemented Interfaces:
EstimationModifier<RangeRate>, ParameterDriversProvider

public class RelativisticClockRangeRateModifier extends AbstractRelativisticClockModifier implements EstimationModifier<RangeRate>
Class modifying theoretical range-rate measurement with relativistic frequency deviation. It works only with orbit-based states.

Relativistic clock correction is caused by the motion of the satellite as well as the change in the gravitational potential

Since:
10.3
Author:
Bryan Cazabonne
See Also:
  • "Teunissen, Peter, and Oliver Montenbruck, eds. Springer handbook of global navigation satellite systems. Chapter 19.2. Springer, 2017."
  • Constructor Details

    • RelativisticClockRangeRateModifier

      public RelativisticClockRangeRateModifier(double gm)
      Simple constructor.
      Parameters:
      gm - gravitational constant for main body in signal path vicinity.
  • Method Details