Class ScaleFactorCorrection

java.lang.Object
org.orekit.files.rinex.observation.ScaleFactorCorrection

public class ScaleFactorCorrection extends Object
Scale Factor to be applied. Contains the scale factors of 10 applied to the data before being stored into the RINEX file.
Since:
12.0
  • Constructor Details

    • ScaleFactorCorrection

      public ScaleFactorCorrection(double scaleFactor, List<String> typesObsScaleFactor)
      Simple constructor.
      Parameters:
      scaleFactor - Factor to divide stored observations (1,10,100,1000)
      typesObsScaleFactor - List of Observations types that have been scaled
  • Method Details

    • getCorrection

      public double getCorrection()
      Get the Scale Factor.
      Returns:
      Scale Factor
    • getTypesObsScaled

      public List<String> getTypesObsScaled()
      Get the list of Observation Types scaled.
      Returns:
      List of Observation types scaled