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
History
File Mode Size
_includes
_layouts
api
templates
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
CONTRIBUTING.md -rw-r--r-- 7.2 KB
FAQs.md -rw-r--r-- 4.7 KB
QGIS.md -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 9.3 KB
_config.yml -rw-r--r-- 264 bytes
dask.md -rw-r--r-- 11.3 KB
demo_dataset.md -rw-r--r-- 4.8 KB
dir_structure.md -rw-r--r-- 25.2 KB
docker.md -rw-r--r-- 3.6 KB
google_earth.md -rw-r--r-- 3.3 KB
hdfeos5.md -rw-r--r-- 6.4 KB
installation.md -rw-r--r-- 9.9 KB
ports.txt -rw-r--r-- 1.3 KB
references.md -rw-r--r-- 5.0 KB
requirements4rtd.txt -rw-r--r-- 88 bytes

README.md

back to top