Package org.orekit.files.sinex
Class SatelliteDifferentialSignalBias
- java.lang.Object
-
- org.orekit.files.sinex.SatelliteDifferentialSignalBias
-
public class SatelliteDifferentialSignalBias extends Object
Class based on DSB, used to store the data parsed inSinexBiasParser
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 Constructor Description SatelliteDifferentialSignalBias(SatInSystem satellite)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DifferentialSignalBias
getDsb()
Get the DSB data for the current satellite.SatInSystem
getSatellite()
Return the satellite identifier.
-
-
-
Constructor Detail
-
SatelliteDifferentialSignalBias
public SatelliteDifferentialSignalBias(SatInSystem satellite)
Simple constructor.- Parameters:
satellite
- satellite identifier
-
-
Method Detail
-
getSatellite
public SatInSystem getSatellite()
Return the satellite identifier.- Returns:
- the satellite identifier
-
getDsb
public DifferentialSignalBias getDsb()
Get the DSB data for the current satellite.- Returns:
- the DSB data for the current satellite
-
-