Package org.orekit.files.sinex
Class SatelliteDifferentialSignalBias
java.lang.Object
org.orekit.files.sinex.SatelliteDifferentialSignalBias
Class based on DSB, used to store the data parsed in
SinexBiasParser
for Differential 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 DSB object.
- Since:
- 12.0
- Author:
- Louis Aucouturier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDsb()Get the DSB data for the current satellite.Return the satellite identifier.
-
Constructor Details
-
SatelliteDifferentialSignalBias
Simple constructor.- Parameters:
satellite- satellite identifier
-
-
Method Details
-
getSatellite
Return the satellite identifier.- Returns:
- the satellite identifier
-
getDsb
Get the DSB data for the current satellite.- Returns:
- the DSB data for the current satellite
-