https://github.com/insarlab/MintPy
Revision 340062dca1a6283584a8b1605be61be0579f894a authored by Yuan-Kai Liu on 22 June 2022, 06:38:04 UTC, committed by GitHub on 22 June 2022, 06:38:04 UTC
+ add `mintpy.multilook.method = nearest / mean / median` to use different interpolation methods while loading stacks of observations.
   - mv mintpy.subset.* in front of mintpy.multilook.* to be more consistent with the order of execution in the code
   - update the following scripts to support this functionality:
      - load_data.py
      - objects/stackDict.py
      - defaults/smallbaselineApp.cfg
      - defaults/smallbaselineApp_auto.cfg
      - prep_aria.py

+ [BREAKING CHANGES] rename the following template options:
   - mintpy.load.ystep --> mintpy.multilook.ystep
   - mintpy.load.xstep --> mintpy.multilook.xstep
   - update files in `tests/configs` accordingly

+ utils.attribute.py: add `update_attribute4resize()` and simplify its usage in `prep_isce.prepare_stack()` and `stackDict.ifgramStackDict.write2hdf5()`

+ fix the metadata bug for ionosphere stack due to resizing

Co-authored-by: Zhang Yunjun <yunjunzgeo@gmail.com>
1 parent c50a231
History
Tip revision: 340062dca1a6283584a8b1605be61be0579f894a authored by Yuan-Kai Liu on 22 June 2022, 06:38:04 UTC
load_data: add `mintpy.multilook.method` for mean/median (#797)
Tip revision: 340062d
File Mode Size
.circleci
.github
docker
docs
mintpy
scripts
tests
.gitignore -rw-r--r-- 1.8 KB
.readthedocs.yaml -rw-r--r-- 677 bytes
LICENSE -rw-r--r-- 35.1 KB
MANIFEST.in -rw-r--r-- 89 bytes
mkdocs.yml -rw-r--r-- 1.5 KB
pyproject.toml -rw-r--r-- 91 bytes
requirements.txt -rw-r--r-- 656 bytes
setup.py -rw-r--r-- 7.5 KB

back to top