Revision 00dd1068fe3abf515f9888192cf84e45df42e425 authored by Zhang Yunjun on 28 July 2022, 04:19:07 UTC, committed by GitHub on 28 July 2022, 04:19:07 UTC
+ `timeseries2velocity.py --periodic`: use `atan2()`, instead of `atan()`, to account for the 4 quadrant outcome of the arc tangent operation, while calculating the phase component of the periodic signals.

+ `prep_hyp3.py`: fix bug of `ORBIT_DIRECTION`.

+ `reference_point.py inputs/ifgramStack.h5 --write-data`: skip pixels with no-data-value (zero) while updating the `unwrapPhase` matrix.

+ `README.md` and `setup.py`: switch MintPy license from `GPLv3` to `GPLv3+`.
1 parent 8d8d85d
History
File Mode Size
.circleci
.github
docs
mintpy
scripts
tests
.gitignore -rw-r--r-- 1.8 KB
.readthedocs.yaml -rw-r--r-- 677 bytes
Dockerfile -rw-r--r-- 1.7 KB
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-- 661 bytes
setup.py -rw-r--r-- 6.7 KB

back to top