https://github.com/insarlab/MintPy
Revision baed9049556d50b7193b6e2400c01b9aa0f1a590 authored by Yujie Zheng on 02 December 2022, 23:05:52 UTC, committed by GitHub on 02 December 2022, 23:05:52 UTC
+ update `objects.stack.ifgramStack.get_sequential_closure_phase()`:
   - prefer the use of wrapped phase, only use unwrapped phase when no wrapped phase is found
   - eliminates the need for a reference point for the computation of the wrapped closure phase

+ closure_phase_bias: give some info regarding the necessity of a reference point for action quick_estimate and estimate.

+ docs/install: fix the order of `conda activate mintpy` and `mamba install isce2`
1 parent 4fcc33d
History
Tip revision: baed9049556d50b7193b6e2400c01b9aa0f1a590 authored by Yujie Zheng on 02 December 2022, 23:05:52 UTC
closure_phase_bias: use `wrapPhase` if available (#922)
Tip revision: baed904
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