insarlab / MintPy

Miami InSAR time-series software in Python
https://mintpy.readthedocs.io
Other
585 stars 254 forks source link

double_difference yields TypeError: `pad_width` must be of integral type. #1014

Closed amrit-thapa-2044 closed 1 year ago

amrit-thapa-2044 commented 1 year ago

spatial_filter Description of the problem

could not perform double differencing of the interferogram.

Full script that generated the error

!spatial_filter.py  ./inputs/ifgramStack.h5 unwrapPhase -f double_difference -p 1 10

Full error message

TypeError: `pad_width` must be of integral type.

System information

welcome[bot] commented 1 year ago

👋 Thanks for opening your first issue here! Please filled out the template with as much details as possible. We appreciate that you took the time to contribute! Make sure you read our contributing guidelines.

yunjunz commented 1 year ago

Thank you for reporting this bug @amrit-thapa-2044. I was able to reproduce your error. It should be fixed by the PR above. Cheers.