Class Sinex


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

      • Sinex

        public Sinex​(TimeScales timeScales,
                     AbsoluteDate creationDate,
                     AbsoluteDate startDate,
                     AbsoluteDate endDate,
                     Map<String,​Station> stations,
                     Map<AbsoluteDate,​SinexEopEntry> eop)
        Simple constructor.
        Parameters:
        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
        stations - station data
        eop - Earth Orientation Parameters data
    • Method Detail

      • 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