Class AppliedPCVS

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

public class AppliedPCVS extends Object
Corrections of antenna phase center variations (PCVs) applied. Contains information on the programs used to correct the observations in RINEX or clock files for antenna phase center variations.
  • Constructor Details

    • AppliedPCVS

      public AppliedPCVS(SatelliteSystem satelliteSystem, String progPCVS, String sourcePCVS)
      Simple constructor.
      Parameters:
      satelliteSystem - satellite system
      progPCVS - Program name used for PCVs
      sourcePCVS - Source of corrections (URL)
  • Method Details

    • getSatelliteSystem

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

      public String getProgPCVS()
      Get the program name used to apply PCVs.
      Returns:
      Program name used to apply PCVs
    • getSourcePCVS

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