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