-
Notifications
You must be signed in to change notification settings - Fork 173
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
Extra OSIRIS-REx kernels #4475
Comments
All the extraneous kernels have been deleted but I am struggling with getting a passing test from the mapcam. The problem image is relevant label info:
Target clearly in view: @KrisBecker Do you have any insight on what might be happening? From doing a table dump, the positions seem to be off by quite a bit compared to the original predicted kernels which makes me think there is a missing component somewhere for resolving positions (couldn't find any special SPK dependencies mentioned in the docs) or maybe there needs to be a change to the camera model?
|
Hi @Kelvinrr... There appears to be at least two issue in the Kernels (group) configuration. The
Second, the These two mods should provide better OREX ephemeris. In the kernel management package I provided, a fundamental OREX kernel (directory) configuration was included. That configuration is designed to completely replace/obsolete any previous ISIS OREX kernel configurations. |
Hi @KrisBecker ugh, I forgot to mention this detail about the SCLK. I wasn't able to spiceinit this image with the newer SCLKs.
Didn't think too much about this because the ET between the predicted and recon are exactly the same, it seems obvious to not mix the old SCLK with newer time dependent kernels in hindsight. So, now my question is, can this image even be inited with the newer SCLKs as clock string doesn't even seem compatible? |
@Kelvinrr, yeah there is a lot going on here. Its starting to make sense. I looked at the image you linked and it has slightly different kernels than what you posted. I tested this in my ISIS5 development system and get the same error. So I went searching for this image in the archive. It doesn't exist. This is a simulated image that was probably generated before launch (2016-09-08) and it does not contain a valid label, particularly the So, no, it cannot be inited. The closest image to this time is 20190303T105940S279_map_iofL2pan.fits and it worked fine using ISIS5 and our UA OREX kernel configuration:
Note that the partition number in the Here are the two images with the real image (right) showing good coordinates. I suggest you update your test with a real image and correct the OREX ISIS kernel configuration. |
@KrisBecker I figured this is what was going on so thanks for the clarification, wanted to make sure the issue was not the configuration before just swapping the image. Updating tests with a new image should be easy enough, thanks for the help. |
@KrisBecker All the extraneous kernels are removed and existing tests are passing. At some point we need to probably do some more rigorous tests on other instruments (they seem to have been disabled at some point). |
@Kelvinrr sounds good. Let me know once the kernels become available and I will have a look. Also, could you please add OSIRIS-REx kernel download instructions to the ISIS3 README instruction set on the main ISIS3 webpage? Thanks... |
Looks like this was caused by us not using the --delete flag in the data upload step. I'm going to re-push the O-REx kernel area with the delete flag but not other missions. |
@KrisBecker This should be resolved now, can you double check? |
Looks good! Thanks. |
Originally posted by @KrisBecker in #4060 (comment)
The text was updated successfully, but these errors were encountered: