UoA-eResearch / SPOC-Rongowai-L1

Translation of the Matlab L1 files into Python
MIT License
0 stars 1 forks source link

hotfix: Fix image_index_error #25

Closed AjayACST closed 5 hours ago

AjayACST commented 2 days ago

Provides a fix for the image index error when the specular point falls outside the landcover map. When this happens the returned value will now be -1. It also provides a fix for the requested XI is out of bounds in sp_solver function. If the point is outside the landmask it will not process this point

mike-ivs commented 5 hours ago

Cracking, thanks Ajay!