Class AbstractSinex

  • Direct Known Subclasses:
    Sinex, SinexBias

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

      • AbstractSinex

        public AbstractSinex​(TimeScales timeScales,
                             AbsoluteDate creationDate,
                             AbsoluteDate startDate,
                             AbsoluteDate endDate)
        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
    • Method Detail

      • getTimeScales

        public TimeScales getTimeScales()
        Get the time scales.
        Returns:
        time scales
      • getCreationDate

        public AbsoluteDate getCreationDate()
        Get the creation date of the parsed SINEX file.
        Returns:
        SINEX file creation date as an AbsoluteDate
      • getFileEpochStartTime

        public AbsoluteDate getFileEpochStartTime()
        Get the file epoch start time.
        Returns:
        the file epoch start time
      • getFileEpochEndTime

        public AbsoluteDate getFileEpochEndTime()
        Get the file epoch end time.
        Returns:
        the file epoch end time