You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mask: replace --threshold with --vmin/vmax (#1009)
* mask: replace --threshold with --vmin/vmax
+ mask.py: replace the -t / --threshold option with the --vmin / --mask-vmin option, to be less ambiguous, as vmin includes the direction for thresholding.
+ mask.py: add --vmax / --mask-vmax option
+ utils.isce_utils.unwrap_snaphu: support 2-band corr file, by checking the number of bands for the input correlation files, and set the file format accordingly, to support both the phase sigma and complex correlation files.
+ utils.readfile.read_binary_file(): add file/dset size checking
+ view: bugfix for --mask-vmin/vmax options
- utils.plot.read_mask(): when --mask-vmin/vmax options are specified, create mask via thresholding the 2D matrix of the mask file, instead of updating mask on top of the 2D matrix of the mask file.
0 commit comments