iamdonovan / spymicmac

A python package for processing KH-9 and historical aerial imagery using MicMac
GNU General Public License v3.0
12 stars 4 forks source link

register_relative masking error #53

Open iamdonovan opened 8 months ago

iamdonovan commented 8 months ago

As noted by @ogaking, running register_relative without any masks causes an UnboundLocalError in _get_mask() at line 255. This should be fixed so that register_relative can be run without requiring a mask.

iamdonovan commented 5 months ago

There is a separate, possibly related issue here with using geoutils > 0.15.0 - will do some additional digging.