-
Notifications
You must be signed in to change notification settings - Fork 176
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 KERNEL ISSUE #5728
Comments
Instead of |
Hi @emresezer, similar to your last issue, could you provide the cube you are using or point me to the raw image and reproduction steps? |
It would also be useful to know what you are trying to process in ISIS. After some digging it looks like some of the products from the CRISM dataset provided by the Mars Orbital Data Explorer may not be supported in the ISIS CRISM camera model |
I’m using this data file: frt0001ecba_07_if166j_ter3.lbl from https://ode.rsl.wustl.edu/mars/productPageAtlas.aspx?product_id=FRT0001ECBA_07_IF166J_TER3&product_idGeo=32162163 I convert it to a cube file with the crism2isis command. I got the following warning.
I load the kernel information with the spiceinit command. I got the following warning.
|
I see that from the first output one difference is from:
to:
and the last error message tells that isis is trying to pick the first element of an array, but the array is not a solution, but maybe useful |
Thank you, I checked. I've de430.bsp and mar097.bsp docs. |
@emresezer, the XXXXX_if165j_ter3 dataproduct does not have camera information anymore. Starting from what @acpaquette wrote above, we can not in fact, the ter3 file we find:
while in one of it's ancestor, the calibrated data product TRDR (_trr file, Targeted Reduced Data Record), we find what
please try to |
@afrigeri Thanks for the reply here! I found the trr3 data worked well/correctly with the camera model in ISIS. I will explore the ter3 data but it is likely not support by the current camera model |
@afrigeri Thanks for the comment. @acpaquette Thank you for your interest. I am eagerly awaiting the results of the review. How can I use features such as map projection, foot print, latitude / longitude informations without running the |
@emresezer, within the ISIS working environment, the |
ISIS version(s) affected: 8.3.0
Description
Hello,
I am using ISIS version 8.3.0. I converted the my mro crism data file I downloaded from Mars Orbital Data Esplorer to cube format with
crism2isis
. To work on mu cube I tried to load SPICE information withspiceinit
command. I got the following output.How can I fix;
Error = "Failed to convert string [Null] to an integer" and **ERROR** Unable to initialize camera model
errors?I installed the kernel files with the following commands.
Should I delete these kernel files and download NAIF MRO kernel files instead? Or should it be download both?
Best wishes,
thanks for any help.
The text was updated successfully, but these errors were encountered: