Class SatelliteDifferentialSignalBias


  • public class SatelliteDifferentialSignalBias
    extends Object
    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 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