Class InterSatellitesWindUpFactory
- java.lang.Object
-
- org.orekit.estimation.measurements.gnss.InterSatellitesWindUpFactory
-
-
Constructor Summary
Constructors Constructor Description InterSatellitesWindUpFactory()
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterSatellitesWindUp
getWindUp(SatelliteSystem emitterSystem, int emitterPrnNumber, Dipole emitterDipole, SatelliteSystem receiverSystem, int receiverPrnNumber, Dipole receiverDipole)
Get a modifier for an emitter/receiver pair.
-
-
-
Method Detail
-
getWindUp
public InterSatellitesWindUp getWindUp(SatelliteSystem emitterSystem, int emitterPrnNumber, Dipole emitterDipole, SatelliteSystem receiverSystem, int receiverPrnNumber, Dipole receiverDipole)
Get a modifier for an emitter/receiver pair.- Parameters:
emitterSystem
- system the emitter satellite belongs toemitterPrnNumber
- emitter satellite PRN numberemitterDipole
- emitter dipolereceiverSystem
- system the receiver satellite belongs toreceiverPrnNumber
- receiver satellite PRN numberreceiverDipole
- receiver dipole- Returns:
- modifier for the emitter/receiver pair
-
-