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 Summary
Constructors Constructor Description ScaleFactorCorrection(double scaleFactor, List<ObservationType> typesObsScaleFactor)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCorrection()
Get the Scale Factor.List<ObservationType>
getTypesObsScaled()
Get the list of Observation Types scaled.
-
-
-
Constructor Detail
-
ScaleFactorCorrection
public ScaleFactorCorrection(double scaleFactor, List<ObservationType> typesObsScaleFactor)
Simple constructor.- Parameters:
scaleFactor
- Factor to divide stored observations (1,10,100,1000)typesObsScaleFactor
- List of Observations types that have been scaled
-
-
Method Detail
-
getCorrection
public double getCorrection()
Get the Scale Factor.- Returns:
- Scale Factor
-
getTypesObsScaled
public List<ObservationType> getTypesObsScaled()
Get the list of Observation Types scaled.- Returns:
- List of Observation types scaled
-
-