Class Sinex


public class Sinex extends AbstractSinex
Container for Solution INdependent EXchange (SINEX) files.
Since:
13.0
Author:
Bryan Cazabonne, Luc Maisonobe
  • Constructor Details

    • Sinex

      public Sinex(double version, TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate, Map<SatInSystem,Map<GnssSignal,Vector3D>> satellitesPhaseCenters, Map<String,Station> stations, Map<AbsoluteDate,SinexEopEntry> eop)
      Simple constructor.
      Parameters:
      version - version number
      timeScales - time scales
      creationDate - SINEX file creation date
      startDate - start time of the data used in the Sinex solution
      endDate - end time of the data used in the Sinex solution
      satellitesPhaseCenters - satellites phase centers
      stations - station data
      eop - Earth Orientation Parameters data
      Since:
      14.0
  • Method Details

    • getSatellitesPhaseCenters

      public Map<SatInSystem,Map<GnssSignal,Vector3D>> getSatellitesPhaseCenters()
      Get the parsed satellites phase centers.
      Returns:
      unmodifiable view of parsed satellites phase centers
    • getStations

      public Map<String,Station> getStations()
      Get the parsed station data.
      Returns:
      unmodifiable view of parsed station data
    • getEopLoader

      public EopHistoryLoader getEopLoader(ITRFVersion itrfVersion)
      Get the parsed EOP data.
      Parameters:
      itrfVersion - ITRF version corresponding to the entries
      Returns:
      loader for EOP data