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
Raw File
pyproject.toml
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

back to top