Package org.orekit.gnss
Class RinexLoader.Parser.PhaseShiftCorrection
- java.lang.Object
-
- org.orekit.gnss.RinexLoader.Parser.PhaseShiftCorrection
-
- Enclosing class:
- RinexLoader.Parser
public class RinexLoader.Parser.PhaseShiftCorrection extends Object
Phase Shift corrections. Contains the phase shift corrections used to generate phases consistent with respect to cycle shifts.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCorrection()
Get the Phase Shift Corrections.SatelliteSystem
getSatelliteSystem()
Get the Satellite System.String[]
getSatsCorrected()
Get the list of satellites involved.ObservationType
getTypeObs()
Get the Carrier Phase Observation Code.
-
-
-
Method Detail
-
getSatelliteSystem
public SatelliteSystem getSatelliteSystem()
Get the Satellite System.- Returns:
- Satellite System.
-
getTypeObs
public ObservationType getTypeObs()
Get the Carrier Phase Observation Code.- Returns:
- Carrier Phase Observation Code.
-
getCorrection
public double getCorrection()
Get the Phase Shift Corrections.- Returns:
- Phase Shift Corrections (cycles)
-
getSatsCorrected
public String[] getSatsCorrected()
Get the list of satellites involved.- Returns:
- List of satellites involved (if null, all the sats are involved)
-
-