DOI-USGS / knoten

Python Geospatial Sensor Exploitation Library
Other
3 stars 21 forks source link

Updating the Dawn notebook #99

Closed oleg-alexandrov closed 3 months ago

oleg-alexandrov commented 2 years ago

The Dawn notebook at

https://github.com/USGS-Astrogeology/knoten/blob/master/examples/dawn_fc_isis_cmp.ipynb

needs to be updated to ISIS 6, latest ALE and USGSCSM, and then the line:

usgscsm_str = ale.loads(fileName, props={'kernels': kernels}, formatter='usgscsm', verbose=False)

needs to be replaced with:

usgscsm_str = ale.loads(fileName, props={'kernels': kernels}, formatter='ale', verbose=False)

amystamile-usgs commented 3 months ago

PR #133 closes this issue.