Package org.orekit.files.rinex
Class AppliedPCVS
java.lang.Object
org.orekit.files.rinex.AppliedPCVS
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 Summary
ConstructorsConstructorDescriptionAppliedPCVS(SatelliteSystem satelliteSystem, String progPCVS, String sourcePCVS) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the program name used to apply PCVs.Get the satellite system.Get the source of corrections.
-
Constructor Details
-
AppliedPCVS
Simple constructor.- Parameters:
satelliteSystem- satellite systemprogPCVS- Program name used for PCVssourcePCVS- Source of corrections (URL)
-
-
Method Details
-
getSatelliteSystem
Get the satellite system.- Returns:
- satellite system
-
getProgPCVS
Get the program name used to apply PCVs.- Returns:
- Program name used to apply PCVs
-
getSourcePCVS
Get the source of corrections.- Returns:
- Source of corrections (URL)
-