Revision 6cbbf296af17bba3fbf511f57d589af495abc5ad authored by Zhang Yunjun on 24 May 2023, 11:08:10 UTC, committed by GitHub on 24 May 2023, 11:08:10 UTC
+ `diff.py`:
   - support the differencing between a *.unw (or offset file with FILE_TYPE of displacement) file and a time-series file, as used frequently in phase correction procedures, by adding a sub-function `diff_ifgram_and_timeseries()`
   - split `diff_timeseries()` and `diff_ifgram_stack()` out of `diff_file()` for clarity.
   - prepare isce metadata file, to be consistent with mask.py and subset.py

+ call `diff.py` to handle the correction procedure in the following scripts:
   - iono_tec.py
   - legacy/tropo_pyaps.py
   - solid_earth_tides.py
   - tropo_gacos.py
   - tropo_pyaps3.py

+ `cli/geocode.py`: if `--lat-file` is specified, honor this manually set file as the default lookupFile, rather than searching for the default file patterns, which could be NOT consistent with input files.
1 parent a52256d
Raw File
requirements.txt
# requirements.txt          for dependency installation via conda
# docs/ports.txt            for dependency installation via mac-ports
# setup.py                  for mintpy     installation via pip after the dependency installation above
# docs/requirements4rtd.txt for readthedocs, which uses pip with limited memory usage
python>=3.6
pip
cartopy
cvxopt
dask>=1.0
dask-jobqueue>=0.3
# gdal>=3     # for ISCE, ARIA, FRInGE, HyP3, GMTSAR users
h5py
joblib
lxml
matplotlib
numpy
pre-commit    # for developers
pyaps3>=0.3
pykml>=0.2
pyproj
pyresample
pysolid
rich
scikit-image
scipy
back to top