-
Notifications
You must be signed in to change notification settings - Fork 171
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 problem with user DEM if using web kernels #4034
Comments
This is an unfortunate side effect of how the spice web server works. It basically runs spiceinit with your image label on our server that has the data area. So, anything that uses a local path for your system will not work with the spice web server. For Surface models, there is potential to make this work. See #1986 |
I'm going to leave this open for adding a better error message because it's easy to check for this case. |
@kberryUSGS I believe that working on making this work with the SPICE server is out of scope for the calibration routines. Does it make sense to label this as a SPICE server related issue as we transition (longer term) to fully supporting remote SPICE? |
After more discussion we're going to close this in favor of #1986. Basically the amount of work required to add an exception is low, but the amount of work to make this just work isn't that much more. |
ISIS version(s) affected: 4.1.2
Description
I get a smear model error if I try and use a local DEM. I can run spiceinit on a LROC WAC cube (output from lrowac2isis) with web=yes for the SPICE. But if I choose SHAPE=USER and point to a local DEM I get an error (attached) about initializing a camera model. The DEM I am using has been through DEMPREP.
As a test I went and selected the DEM that is installed in the base/dem directory, which is the one that spiceinit uses if you leave shape=system. I get the same error
How to reproduce
process a WAC CDR through lrowac2isis, to get an odd and even cube. then try and run that cube through spiceinit using web=yes for the spice, and a local dem
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: