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 8 - Lagrange Equal Time Steps #12

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

Support SPK Type 8 - Lagrange Equal Time Steps #12

ChristopherRabotin opened this issue May 21, 2022 · 0 comments
Labels
Kind: spice-interop SPICE interoperability

Comments

@ChristopherRabotin
Copy link
Member

ChristopherRabotin commented May 21, 2022

SPICE Documentation

Purpose

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

SPICE organization

                                       +--------+
                                       |  x(1)  |
                                   /   +--------+
                                  /    |  y(1)  |
                                 /     +--------+
                                /      |  z(1)  |
   +-----------------------+   /       +--------+
   | State 1               |  <        |dx(1)/dt|
   +-----------------------+   \       +--------+
   | State 2               |    \      |dy(1)/dt|
   +-----------------------+     \     +--------+
               .                  \    |dz(1)/dt|
               .                       +--------+
               .
   +-----------------------+
   | State N               |
   +-----------------------+
   | Epoch of state 1 (TDB)|
   +-----------------------+
   | Step size             |
   +-----------------------+
   | Polynomial degree     |
   +-----------------------+
   | Number of states      |
   +-----------------------+

Test requirements

  • Find a public BSP Type 8 file
  • 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
Kind: spice-interop SPICE interoperability
Projects
None yet
Development

No branches or pull requests

1 participant