SETI / rms-opus

PDS OPUS - Outer Planets Data Search Tool
Apache License 2.0
9 stars 7 forks source link

Excessive import warnings from New Horizons #1342

Closed rfrenchseti closed 2 months ago

rfrenchseti commented 4 months ago

Importing NH volumes gives a large number of duplicate warnings like:

2024-02-09 12:07:14 | pds.opus_import.main |--| WARNING | Retrieving viewable shape: C:/Users/runner/Dropbox (SETI Institute)/Shared-OPUS/pdsdata/holdings/documents/NHxxLO_xxxx/LORRI-responsivity-plot.png
2024-02-09 12:07:14 | pds.opus_import.main |--| WARNING | Retrieving viewable shape: C:/Users/runner/Dropbox (SETI Institute)/Shared-OPUS/pdsdata/holdings/documents/NHxxLO_xxxx/NH-Boresight-FOVs.png

At the very least, we shouldn't see these over and over again. At best, whatever is causing the warning should be fixed.

rfrenchseti commented 2 months ago

This was fixed as part of #1346