isce-framework / dolphin

InSAR phase linking library for PS/DS processing
https://dolphin-insar.readthedocs.io
Other
60 stars 18 forks source link

Add config option to avoid PS pixels during phase linking #411

Closed scottstanie closed 2 months ago

scottstanie commented 2 months ago

Background on why this was the default before: For the simple "rect" SHP finder (which is no SHP finding- just averaging in a rectangular window like basic multilooking), the results can sometimes look much better if you mask out very bright pixels (which dominate the sum in a window).

Since the normal default uses the GLRT SHP algorithm, that algorithm should take care of this problem on its own; users picking the rect method can choose to turn this back on as well.