https://github.com/insarlab/MintPy
Revision cc27078d02c4a2906433185a7f8eb41554a1506e authored by Zhang Yunjun on 02 December 2022, 19:56:28 UTC, committed by Zhang Yunjun on 01 January 2023, 22:34:04 UTC
+ cli.temporal_filter:
   - add -f option to specify the filter type
   - change the default filter from gaussian to median

+ objects.stack.timeseries.temporal_filter():
   - add `filter_type` argument
   - support median filter via scipy.ndimage.median_filter()
   - more informative default output file name

+ minor message/comment update in cli.prep_isce.py and utils.utils1.add_attribute()
1 parent 0247168
History
Tip revision: cc27078d02c4a2906433185a7f8eb41554a1506e authored by Zhang Yunjun on 02 December 2022, 19:56:28 UTC
temporal_filter: add median filter from scipy with -f option
Tip revision: cc27078
File Mode Size
.circleci
.github
docs
scripts
src
tests
.gitignore -rw-r--r-- 1.8 KB
.pre-commit-config.yaml -rw-r--r-- 1.8 KB
.readthedocs.yaml -rw-r--r-- 676 bytes
Dockerfile -rw-r--r-- 1.7 KB
LICENSE -rw-r--r-- 35.1 KB
MANIFEST.in -rw-r--r-- 88 bytes
mkdocs.yml -rw-r--r-- 1.4 KB
pyproject.toml -rw-r--r-- 90 bytes
requirements.txt -rw-r--r-- 678 bytes
setup.py -rw-r--r-- 7.4 KB

back to top