Package org.orekit.files.rinex
Class AppliedDCBS
java.lang.Object
org.orekit.files.rinex.AppliedDCBS
Corrections of Differential Code Biases (DCBs) applied.
Contains information on the programs used to correct the observations
in RINEX or clock files for differential code biases.
-
Constructor Summary
ConstructorsConstructorDescriptionAppliedDCBS(SatelliteSystem satelliteSystem, String progDCBS, String sourceDCBS) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the program name used to apply DCBs.Get the satellite system.Get the source of corrections.
-
Constructor Details
-
AppliedDCBS
Simple constructor.- Parameters:
satelliteSystem- satellite systemprogDCBS- Program name used to apply DCBssourceDCBS- Source of corrections (URL)
-
-
Method Details
-
getSatelliteSystem
Get the satellite system.- Returns:
- satellite system
-
getProgDCBS
Get the program name used to apply DCBs.- Returns:
- Program name used to apply DCBs
-
getSourceDCBS
Get the source of corrections.- Returns:
- Source of corrections (URL)
-