geodesymiami / rsmas_insar

RSMAS InSAR code
https://rsmas-insar.readthedocs.io/
GNU General Public License v3.0
62 stars 23 forks source link

Using subset.py of Falk's fork supporting --lat --lon for slcStack.h5 (files in radar coordinates) #556

Open falkamelung opened 1 week ago

falkamelung commented 1 week ago
  1. Switch to Falk's MintPy for using alias
    setmintpyfalk
  2. checkout branch:
    git checkout -b subset_latlong_radar
  3. test for unittestGalapagosSenDT128:
    cd $SCRATCHDIR/unittestGalapagosSenDT128/miaplpy_SN_201606_201608/inputs/
    subset.py slcStack.h5 --lat -0.84 -0.81 --lon -91.18 -91.16
    subset.py geometryRadar.h5 --lat -0.84 -0.81 --lon -91.18 -91.16