Class ScaleFactorCorrection
java.lang.Object
org.orekit.files.rinex.observation.ScaleFactorCorrection
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
ConstructorsConstructorDescriptionScaleFactorCorrection(double scaleFactor, List<String> typesObsScaleFactor) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptiondoubleGet the Scale Factor.Get the list of Observation Types scaled.
-
Constructor Details
-
ScaleFactorCorrection
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
Get the list of Observation Types scaled.- Returns:
- List of Observation types scaled
-