Class AppliedDCBS

java.lang.Object
org.orekit.files.rinex.AppliedDCBS

public class AppliedDCBS extends Object
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 Details

    • AppliedDCBS

      public AppliedDCBS(SatelliteSystem satelliteSystem, String progDCBS, String sourceDCBS)
      Simple constructor.
      Parameters:
      satelliteSystem - satellite system
      progDCBS - Program name used to apply DCBs
      sourceDCBS - Source of corrections (URL)
  • Method Details

    • getSatelliteSystem

      public SatelliteSystem getSatelliteSystem()
      Get the satellite system.
      Returns:
      satellite system
    • getProgDCBS

      public String getProgDCBS()
      Get the program name used to apply DCBs.
      Returns:
      Program name used to apply DCBs
    • getSourceDCBS

      public String getSourceDCBS()
      Get the source of corrections.
      Returns:
      Source of corrections (URL)