Package org.orekit.files.sinex
Class StationObservableSpecificSignalBias
java.lang.Object
org.orekit.files.sinex.StationObservableSpecificSignalBias
Class based on OSB, used to store the data parsed in
SinexBiasParser
for Observation Signal Biases computed for stations.
Satellites and stations have differentiated classes as stations might have multiple satellite systems.
The data are stored in a Map of OSB, identified by the SatelliteSystem
- Since:
- 13.0
- Author:
- Louis Aucouturier, Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the satellite systems available for the station.getOsb(SatelliteSystem satelliteSystem) Get the OSB data for a given satellite system.Get the site code (station identifier).
-
Constructor Details
-
StationObservableSpecificSignalBias
Simple constructor.- Parameters:
siteCode- the site code (station identifier)
-
-
Method Details
-
getSiteCode
Get the site code (station identifier).- Returns:
- the site code
-
getOsb
Get the OSB data for a given satellite system.- Parameters:
satelliteSystem- satellite system- Returns:
- the OSB 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.
-