Skip to content

Issue 893 : Loading DCB using the SinexLoader

Louis Aucouturier requested to merge louis_aucouturier/orekit:Issue-893 into develop
  • Defining containers to store the DCB Solution and Description data
  • Implementing the parser in the SinexLoader class
  • Modifying the SinexLoader to store the produced data
  • Parser for the 1st line of Sinex files, used to define maximum validity date.
  • Modifying the stringEpochToAbsoluteDate method, to allow 4 digits date strings, and variable timescales (useful for DCB which defines a time system in the dcb description).
  • Producing tests to check coverage.
  • Producing tests sinex files.
  • Modifying tests for SinexLoader, which depended on the validity range.

Fixes #893 (closed)

Edited by Bryan Cazabonne

Merge request reports