-
Notifications
You must be signed in to change notification settings - Fork 1
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 for SPK Segment Type 10 #66
Comments
I will continue to work on this on my own time, but I will merge what I have for now, as it is mostly working, if not at 100%. |
I think these spikes correspond to the space shuttle servicing missions. They boosted the orbit right around the same time you're seeing the spikes, so that might be why there are differences? |
Pretty sure their interpolation fails near those dates due to interpolation being a bad move for discontinuous events. |
Hubble's spice kernels are of SPK Segment Type 10, I now have an example to add support from:
kete.spice.kernel_fetch_from_url("https://naif.jpl.nasa.gov/pub/naif/HST/kernels/spk/hst.bsp")
The text was updated successfully, but these errors were encountered: