-
Notifications
You must be signed in to change notification settings - Fork 169
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 web option not working with user defined shape #1986
Comments
If this doesn't get implemented in the next version, you should update the documentation (and the keyword exclusions) to make it clear that a user-defined shape model cannot be used with web SPICE. The current error message of |
This is a sensible change. With the new data moved into the source tree, I'd expect more users to not download the base area that includes the shape models. A possible solution would be if the user specifies a shapemodel, then use the web server to spiceinit with an ellipsoid and then on the client side replace that with the user specified shapemodel and re-check that the sensor instantiates. |
I am a bot that cleans up old issues that do not have activity. This issue has not received feedback in the last six months. I am going to add the I will post again in five months with another reminder and will close this issue on it's birthday unless it has |
Still active |
Author Name: Stuart Sides (@scsides)
The spiceinit application throws an error when a user specified shape model is used with the web=true option. I don't see why it couldn't just use the ellipse for testing the camera in the server then add the user's shape model back if it succeeded. This came from an external post:
"Forum link ":https://isis.astrogeology.usgs.gov/IsisSupport/index.php/topic,3919.0.html
To replicate this run spiceinit on a cube using a full path to one of the system dems:
@spiceinit from=ab.cub shape=user model=/usgs/cpkgs/isis3/data/base/dems/molaMarsPlanetaryRadius0005.cub web=t@
The text was updated successfully, but these errors were encountered: