isce-framework / fringe

Fine Resolution InSAR With Generalized Eigenvectors (FRInGE)
Apache License 2.0
80 stars 42 forks source link

Proposed changes to hardcoded parameters during unwrapping #45

Closed bjmarfito closed 3 years ago

bjmarfito commented 3 years ago

unwrapStack.py -s slcs -m Sequential/miniStacks/ -d Sequential/Datum_connection/ -M 15 -u 'unwrap_fringe.py -m snaphu'

is changed to

unwrapStack.py -s slcs -m Sequential/miniStacks/ -d Sequential/Datum_connection/ -M 15 -u 'unwrap_fringe.py' --unw_method snaphu

to remove the existence of two different unwrapping methods on the run_unwrap.sh.

bjmarfito commented 3 years ago

Noted on this @hfattahi. Though, a structure same as with MintPy/GIAnT could probably help in making FRInGE a tool which could accept stacked SLCs from any InSAR processing software.