Class RinexClockParser


  • public class RinexClockParser
    extends Object
    A parser for the clock file from the IGS. This parser handles versions 2.0 to 3.04 of the RINEX clock files.

    It is able to manage some mistakes in file writing and format compliance such as wrong date format, misplaced header blocks or missing information.

    A time system should be specified in the file. However, if it is not, default time system will be chosen regarding the satellite system. If it is mixed or not specified, default time system will be UTC.

    Caution, files with missing information in header can lead to wrong data dates and station positions. It is advised to check the correctness and format compliance of the clock file to be parsed.

    Since:
    11.0
    Author:
    Thomas Paulet
    See Also:
    3.00 clock file format, 3.02 clock file format, 3.04 clock file format