https://github.com/insarlab/MintPy
Revision 7fb4108fca06574f7876c2afd241e6c9ab666bc4 authored by Zhang Yunjun on 23 December 2021, 00:33:09 UTC, committed by GitHub on 23 December 2021, 00:33:09 UTC
+ utils0: add round_up_to_odd()

+ github bot: fix typo

+ view: fix argv bug for pip installed version. Catch the manually specified arguments via `sys.argv` for cmd or via `iargs` through python call, and save it to `inps.argv` for later-on checking. Fixed the same issue in save_gbis.py as well.

+ view: add `--math rad2deg/deg2rad`
1 parent 7b81971
History
Tip revision: 7fb4108fca06574f7876c2afd241e6c9ab666bc4 authored by Zhang Yunjun on 23 December 2021, 00:33:09 UTC
fix argv bug in view.py for pip installed version (#714)
Tip revision: 7fb4108
File Mode Size
.circleci
.github
docker
docs
mintpy
tests
.gitignore -rw-r--r-- 187 bytes
.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
setup.py -rw-r--r-- 7.5 KB

back to top