Class ShapiroInterSatellitePhaseModifier

All Implemented Interfaces:
EstimationModifier<InterSatellitesPhase>, ParameterDriversProvider

public class ShapiroInterSatellitePhaseModifier extends AbstractShapiroPhaseModifier<InterSatellitesPhase>
Class modifying theoretical inter-satellites phase measurement with Shapiro time delay.

Shapiro time delay is a relativistic effect due to gravity.

Since:
10.3
Author:
Bryan Cazabonne
  • Constructor Details

    • ShapiroInterSatellitePhaseModifier

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

      public ShapiroInterSatellitePhaseModifier(ShapiroModel shapiroModel)
      Constructor.
      Parameters:
      shapiroModel - Shapiro delay computer
      Since:
      14.0
  • Method Details

    • modifyWithoutDerivatives

      public void modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)
      Apply a modifier to an estimated measurement without derivatives.
      Parameters:
      estimated - estimated measurement to modify