NeoGeographyToolkit / StereoPipeline

The NASA Ames Stereo Pipeline is a suite of automated geodesy & stereogrammetry tools designed for processing planetary imagery captured from orbiting and landed robotic explorers on other planets.
Apache License 2.0
478 stars 168 forks source link

added spicinit web arg option to hiedr2mosaic.py #390

Closed Hyradus closed 1 year ago

Hyradus commented 1 year ago

I have edited spice function to accept a new variable web and changed also the spiceinit command to accept this variable. The variable web is linked to a new argument -w (--web) which enables the usage of spiceinit web kernels. Default is disabled.

Description

Related Issue

Related issue 389

Motivation and Context

As per described in 389:

Due to recent changes in ISISDATA structure, I cannot process anymore hiedr2mosaic.py since it crash at spice function due to missing kernels. Running the hiedr2mosaic.py commands one by one, highlight exactly the probelm with spiceinit since if I use spiceinit WEB=True, it works flawlessly.

How Has This Been Tested?

Tested on few HiRISE EDR images.

Types of changes

Checklist:

Licensing:

This project is released under the LICENSE.

oleg-alexandrov commented 1 year ago

I brought this in, added a note to the release news about the new option, and an entry in the manual, and tweaked a bit the description of the option: https://github.com/NeoGeographyToolkit/StereoPipeline/commit/8e7ce4fbdf4d3d6e7d93fc96cae55f33984053f5.