Unable to add SPICE data to Galileo Cube Files #5494
Unanswered
bensonyee88
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Seems like there may be a bug with our web spice server for this particular image. Please post an issue so that we can look into what is causing the "The server sent an unrecognized response" error. In the meantime, you can install the isis data directly. See instructions here: https://github.com/DOI-USGS/ISIS3?tab=readme-ov-file#the-isis-data-area. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! We're facing issues with adding SPICE data to our Galileo cube files using the spiceinit function. I have pasted the error message below. Would really appreciate any help!
Last login: Sun May 5 22:53:24 on ttys000
(base) benson@dhcp-vl2041-18708 ~ % conda activate isis
(isis) benson@dhcp-vl2041-18708 ~ % spiceinit
(isis) benson@dhcp-vl2041-18708 ~ % qimage
zsh: command not found: qimage
(isis) benson@dhcp-vl2041-18708 ~ % ls *.cub
7401r.cub 7452r.cub 8700r.cub 8726r.cub
(isis) benson@dhcp-vl2041-18708 ~ % qview 8700r.cub
^C
(isis) benson@dhcp-vl2041-18708 ~ % spiceinit from=8700r.cub attach=yes
ERROR No existing files found with a numerical version matching [kernels.????.db] in [/Applications/anaconda3/envs/isis/data/base/kernels/lsk].
(isis) benson@dhcp-vl2041-18708 ~ % spiceinit from=8700r.cub web=yes
ERROR The server sent an unrecognized response.
(isis) benson@dhcp-vl2041-18708 ~ % ls *.cub
7401r.cub 7452r.cub 8700r.cub 8726r.cub
(isis) benson@dhcp-vl2041-18708 ~ % spiceinit from=8726r.cub web=yes
ERROR The server sent an unrecognized response.
(isis) benson@dhcp-vl2041-18708 ~ % gllssi2isis from=8700r.lbl to=8700r_v2.cub
(isis) benson@dhcp-vl2041-18708 ~ % spiceinit from=8700r_v2.cub web=true
ERROR The server sent an unrecognized response.
(isis) benson@dhcp-vl2041-18708 ~ % spiceinit from=8700r_v2.cub attach=true
ERROR No existing files found with a numerical version matching [kernels.????.db] in [/Applications/anaconda3/envs/isis/data/base/kernels/lsk].
(isis) benson@dhcp-vl2041-18708 ~ %
Beta Was this translation helpful? Give feedback.
All reactions