Revision 36a083521b39d9fb557741f9c5d703b7e42448c3 authored by Zhang Yunjun on 16 August 2022, 06:51:05 UTC, committed by GitHub on 16 August 2022, 06:51:05 UTC
+ version: add Tag for version 1.4.1

+ readfile.read_hdf5_file(): speedup the 3D matrix reading when slicing a small fraction of the 1st dimension, by using integer indexing for 3D h5 dataset, instead of 1D boolean array indexing.

+ view.read_data4figure(): bugfix for referencing unwrapPhase while plotting mixed dset types

+ move the following plotting functions to utils.plot.py for a more compact module import, to simplify the UNAVCO notebook:
   - unwrap_error_phase_closure.plot_num_triplet_with_nonzero_integer_ambiguity()
   - timeseries_rms.plot_rms_bar()
   - objects.insar_vs_gps.plot_insar_vs_gps_scatter()

+ plot.plot_insar_vs_gps_scatter(): add preliminary outlier detection
1 parent 47bb7f6
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-- 643 bytes
setup.py -rw-r--r-- 6.8 KB

back to top