Class WindUpFactory

java.lang.Object
org.orekit.estimation.measurements.gnss.WindUpFactory

public class WindUpFactory extends Object
Factory for wind-up modifiers.

The factory ensures the same instance is returned for all satellite/receiver pair, thus preserving phase continuity for successive measurements involving the same pair.

Since:
10.1
Author:
Luc Maisonobe
  • Constructor Details

    • WindUpFactory

      public WindUpFactory()
      Simple constructor.
  • Method Details

    • getWindUp

      public WindUp getWindUp(SatelliteSystem system, int prnNumber, Dipole emitterDipole, String receiverName)
      Get a modifier for a satellite/receiver pair.
      Parameters:
      system - system the satellite belongs to
      prnNumber - PRN number
      emitterDipole - emitter dipole
      receiverName - name of the receiver
      Returns:
      modifier for the satellite/receiver pair