Uses of Class
org.orekit.files.rinex.observation.ScaleFactorCorrection
-
Packages that use ScaleFactorCorrection Package Description org.orekit.files.rinex.observation This package provides classes related to RINEX observation files. -
-
Uses of ScaleFactorCorrection in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation that return types with arguments of type ScaleFactorCorrection Modifier and Type Method Description List<ScaleFactorCorrection>RinexObservationHeader. getScaleFactorCorrections(SatelliteSystem satelliteSystem)Get the list of scale factor correction.Methods in org.orekit.files.rinex.observation with parameters of type ScaleFactorCorrection Modifier and Type Method Description voidRinexObservationHeader. addScaleFactorCorrection(SatelliteSystem satelliteSystem, ScaleFactorCorrection scaleFactorCorrection)Add scale factor correction.
-