Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SPK Type 14 - Chebyshev Unequal Time Steps #16

Open
4 tasks
ChristopherRabotin opened this issue May 21, 2022 · 0 comments
Open
4 tasks

Support SPK Type 14 - Chebyshev Unequal Time Steps #16

ChristopherRabotin opened this issue May 21, 2022 · 0 comments
Labels
CLI-tools Command line interface Kind: spice-interop SPICE interoperability

Comments

@ChristopherRabotin
Copy link
Member

ChristopherRabotin commented May 21, 2022

Documentation

Purpose

Be able to convert a BSP file of Type 14 to an ANISE trajectory file.

SPICE organization

Segment

      +============================+
      |         Constants          |
      +============================+
      |          Packet 1          |
      |----------------------------|
      |          Packet 2          |
      |----------------------------|
      |              .             |
      |              .             |
      |              .             |
      |----------------------------|
      |          Packet N          |
      +============================+
      |      Reference Epochs      |
      +============================+
      |      Packet Directory      |
      +============================+
      |       Epoch Directory      |
      +============================+
      |       Reserved  Area       |
      +============================+
      |     Segment Meta Data      |
      +----------------------------+

Record

   ------------------------------------------------
   |  The midpoint of the approximation interval  |
   ------------------------------------------------
   |  The radius of the approximation interval    |
   ------------------------------------------------
   |  CHBDEG+1 coefficients for the X coordinate  |
   ------------------------------------------------
   |  CHBDEG+1 coefficients for the Y coordinate  |
   ------------------------------------------------
   |  CHBDEG+1 coefficients for the Z coordinate  |
   ------------------------------------------------
   |  CHBDEG+1 coefficients for the X velocity    |
   ------------------------------------------------
   |  CHBDEG+1 coefficients for the Y velocity    |
   ------------------------------------------------
   |  CHBDEG+1 coefficients for the Z velocity    |
   ------------------------------------------------

Test requirements

  • Find a public relevant BSP (Cassini?)
  • Ensure correct parsing
  • Ensure correct copying of the data
  • Ensure correct computation of states
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI-tools Command line interface Kind: spice-interop SPICE interoperability
Projects
None yet
Development

No branches or pull requests

1 participant