-
Notifications
You must be signed in to change notification settings - Fork 168
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
spiceinit error when processing HRSC images #5223
Comments
Hello! Could you provide the HRSC image you were running |
I have tried to process about ten HRSC images, such as HJ029_0000_P12.IMG. So I am considering if this is some problems with SPICE's support for HRSC, after all, there is no such error with LROC images. |
Hi @acpaquette, I downloaded a tested the above mentioned file to my work area under Isis3Tests/Spiceinit/MEX/. Spiceinit runs successfully pointing to the local and efs data areas. When I tried
All tests were under isis8.0.0-RC1. |
HRSC is unique in that it requires reading line scan times. To access these times, the camera model must read from the cube's data. When using the spice server (web=true), we have the problem that the spice server only returns the label resulting in the camera model failing. A solution could be to pass in the times into the label but making this change could cause significant API breaking changes, especially since we are making modifications to the label. A somewhat simple fix is to not using web=true and disabling the use of the spice server for all HRSC images. The only frustrating part of this is having to download the MEX data locally. We are in the process of changing how the spice server operates and this specific issue would be handled once this implementation is complete. So I am not sure it's worth making any changes to the HRSC label. Therefore my suggestion would be to download the data locally by running Update: If using GUI, uncheck "Use the ISIS Spice Web Service". |
**ISIS version(s) affected: 7.2.0
Description
When I used 'spiceinit' to initialize the HRSC images, the software reported an error to me: "The Server was unable to initialize the cube.The error reported was: Unable to initialize camera model." Spice data has 'use the isis spice web service' checked. CK has 'reconstructed pointing kernels' and 'predicted point kernels' checked. Strangely enough when I processed LROC images there was no such error.
How to reproduce
See Description.
The text was updated successfully, but these errors were encountered: