Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Orekit Orekit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 104
    • Issues 104
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Orekit
  • OrekitOrekit
  • Merge requests
  • !315

Added support for STK ephemeris files.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andrew Goetz requested to merge andrewsgoetz/orekit:stk-ephemeris into develop Nov 28, 2022
  • Overview 5
  • Commits 1
  • Pipelines 3
  • Changes 23

Added a parser for STK ".e" ephemeris files, modeled after existing parsers like SP3Parser and CPFParser. The file format is documented here.

I added three values to the OrekitMessages enum and had to add corresponding translations to localization files. For one of the messages it was sufficient to copy a message for SP3 files and replace "SP3" by "STK". For the other two I just used <MISSING TRANSLATION> for languages other than English, because I saw that text elsewhere in the localization files.

Fixes #1038 (closed)

Edited Feb 15, 2023 by Maxime Journot
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: stk-ephemeris