Package org.orekit.files.sinex
Class SatelliteObservableSpecificSignalBias
java.lang.Object
org.orekit.files.sinex.SatelliteObservableSpecificSignalBias
Class based on OSB, used to store the data parsed in
SinexBiasParser
for Observation Signal Biases computed for satellites.
Satellites and stations have differentiated classes as stations might have multiple satellite systems. The data are stored in a single OSB object.
- Since:
- 13.0
- Author:
- Louis Aucouturier, Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionSatelliteObservableSpecificSignalBias(SatInSystem satellite) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetOsb()Get the OSB data for the current satellite.Return the satellite identifier.
-
Constructor Details
-
SatelliteObservableSpecificSignalBias
Simple constructor.- Parameters:
satellite- satellite identifier
-
-
Method Details
-
getSatellite
Return the satellite identifier.- Returns:
- the satellite identifier
-
getOsb
Get the OSB data for the current satellite.- Returns:
- the OSB data for the current satellite
-