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

list_kernels_for_day() returns old UVIS instrument kernel. #29

Open
spacemanjosh opened this issue Mar 24, 2022 · 0 comments
Open

list_kernels_for_day() returns old UVIS instrument kernel. #29

spacemanjosh opened this issue Mar 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@spacemanjosh
Copy link

Currently, the subset tool from the NAIF website points at an older copy of the Cassini UVIS kernels. The discrepancy comes from the difference in kernels located in this kernel release:
https://naif.jpl.nasa.gov/pub/naif/pds/data/co-s_j_e_v-spice-6-v1.0/cosp_1000/data/
vs. the kernels found here:
https://naif.jpl.nasa.gov/pub/naif/CASSINI/kernels/

This can be reproduced by utilizing the list_kernels_for_day() function:
kernels = list_kernels_for_day('cassini', '2014-265', '2014-265')
and then comparing the returned list of kernels to the kernels found at the second link above.

Specifically, the following two kernels seem to be out of date:
cas_uvis_v06.ti
cas_v41.tf

But the most current versions of these are:
cas_uvis_v07.ti
cas_v43.tf

This of course is dependent on the subset service provided by NAIF, so a workaround would have to be implemented in the short term until NAIF updates their tool.

@michaelaye michaelaye added the enhancement New feature or request label Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants