Class WindUpFactory
java.lang.Object
org.orekit.estimation.measurements.gnss.WindUpFactory
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetWindUp(SatelliteSystem system, int prnNumber, Dipole emitterDipole, String receiverName) Get a modifier for a satellite/receiver pair.
-
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 toprnNumber- PRN numberemitterDipole- emitter dipolereceiverName- name of the receiver- Returns:
- modifier for the satellite/receiver pair
-