Closed seedship closed 2 years ago
Hello !
Interplanetary bodies are already supported, but need a little bit of configuration first. I encourage you to read everything in this section of the documentation. You should have everything you need for it to work.
In short, you have to download the .bsp file containing the ephemerides of the bodies you need (mind the time span of each file), set the configuration to tell beyond where these files are located, and don't forget to call beyond.env.jpl.create_frames()
.
I didn't include these files into the library because they are really heavy, so I had to make their use optional.
If something is not clear with this, don't hesitate to propose improvements to the documentation.
Cheers
Hey @seedship, did you find a solution to your problem ?
Ahhhh sorry forgot to respond. I didn't really need to do interplanetary analysis, I just wanted a random OEM file to verify a conversion file. I ended up changing the barrycentrt to Earth.
Thanks for the help!
I'm trying to parse the example OEM in the official CCSDS guidebook: https://public.ccsds.org/Pubs/502x0b2c1e2.pdf , but having difficulty because MarsBarycenter is not supported. I'm wondering if there is support planned?