Uses of Class
org.orekit.files.rinex.observation.PhaseShiftCorrection
-
Packages that use PhaseShiftCorrection Package Description org.orekit.files.rinex.observation This package provides classes related to RINEX observation files. -
-
Uses of PhaseShiftCorrection in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation that return types with arguments of type PhaseShiftCorrection Modifier and Type Method Description List<PhaseShiftCorrection>
RinexObservationHeader. getPhaseShiftCorrections()
Get the list of phase shift correction used to generate phases consistent w/r to cycle shifts.Methods in org.orekit.files.rinex.observation with parameters of type PhaseShiftCorrection Modifier and Type Method Description void
RinexObservationHeader. addPhaseShiftCorrection(PhaseShiftCorrection phaseShiftCorrection)
Add phase shift correction used to generate phases consistent w/r to cycle shifts.
-