Skip to content

wrap up for version 1.4.1#829

Merged
yunjunz merged 6 commits intoinsarlab:mainfrom
yunjunz:unavco
Aug 16, 2022
Merged

wrap up for version 1.4.1#829
yunjunz merged 6 commits intoinsarlab:mainfrom
yunjunz:unavco

Conversation

@yunjunz
Copy link
Member

@yunjunz yunjunz commented Aug 16, 2022

Description of proposed changes

  • version: add Tag for version 1.4.1

  • readfile.read_hdf5_file(): use integer indexing for 3D h5 dataset, instead of 1D boolean array indexing, when slicing a small fraction of the 1st dimension, to speedup.

  • 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

    • 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

Reminders

  • Pass Codacy code review (green)
  • Pass Circle CI test (green)
  • Make sure that your code follows our style. Use the other functions/files as a basis.
  • If modifying functionality, describe changes to function behavior and arguments in a comment below the function declaration.

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

+ 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
   - 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
@yunjunz yunjunz changed the title bugfixes & I/O speedup for UNAVCO 2022 short course wrap up for version 1.4.1 Aug 16, 2022
@yunjunz yunjunz merged commit 36a0835 into insarlab:main Aug 16, 2022
@yunjunz yunjunz deleted the unavco branch August 16, 2022 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant