Package org.orekit.files.sinex
Class StationDifferentialSignalBias
java.lang.Object
org.orekit.files.sinex.StationDifferentialSignalBias
Container for
Differential Signal Biases associated to one station.- Since:
- 12.0
- Author:
- Louis Aucouturier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the satellite systems available for the station.getDsb(SatelliteSystem satelliteSystem) Get the DSB data for a given satellite system.Get the site code (station identifier).
-
Constructor Details
-
StationDifferentialSignalBias
Simple constructor.- Parameters:
siteCode- the site code (station identifier)
-
-
Method Details
-
getSiteCode
Get the site code (station identifier).- Returns:
- the site code
-
getDsb
Get the DSB data for a given satellite system.- Parameters:
satelliteSystem- satellite system- Returns:
- the DSB data corresponding to the satellite system
-
getAvailableSatelliteSystems
Get the satellite systems available for the station.- Returns:
- a Set containing all SatelliteSystems available for DSB computation.
-