Skip to content

Issue 712

Thomas Paulet requested to merge ThomasP/orekit:issue-712 into develop

Added IGS clock file support. A parser was created along with a container class. The parser is able to read clock file formats from version 2.0 to 3.04. It handles several file format non-compliances and mistakes.

The TimeSystem enumerate and related method were moved from SP3 and SP3Parser to a new TimeSystem class with a getTimeScale() method.

Merge request reports