Scroll to navigation

MINTPY-PLOT_COHERENCE_MATRIX(1) User Commands MINTPY-PLOT_COHERENCE_MATRIX(1)

NAME

mintpy-plot_coherence_matrix - Plot the coherence matrix of one pixel (interactive)

DESCRIPTION

usage: plot_coherence_matrix.py [-h] [--yx Y X] [--lalo LAT LON]

[--lookup LOOKUP_FILE] [-c CMAP_NAME]
[--cmap-vlist CMAP_VLIST CMAP_VLIST CMAP_VLIST] [--figsize WID LEN] [--img-file IMG_FILE] [--view-cmd VIEW_CMD] [--tcoh TCOH_FILE] [-t TEMPLATE_FILE] [--save] [--nodisplay] [--noverbose] ifgram_file

Plot the coherence matrix of one pixel (interactive)

positional arguments:

interferogram stack file

options:

show this help message and exit
Point of interest in y(row)/x(col)
Point of interest in lat/lon
Lookup file to convert lat/lon into y/x
Colormap for coherence matrix. Default: RdBu_truncate
start/jump/end fraction for truncated colormap. Default: 0.0 0.7 1.0
figure size in inches. Default: [8, 4]
dataset to show in map to facilitate point selection. Default: velocity.h5
view.py command to plot the input map file Default: view.py img_file --wrap --noverbose
temporal coherence file.
temporal file.
save the figure
save and do not display the figure
Disable the verbose message printing.

example:

plot_coherence_matrix.py inputs/ifgramStack.h5 plot_coherence_matrix.py inputs/ifgramStack.h5 --yx 277 1069 plot_coherence_matrix.py inputs/ifgramStack.h5 --lalo -0.8493 -91.1510 -c RdBu
# left: map view plot_coherence_matrix.py inputs/ifgramStack.h5 --view-cmd "view.py {} --dem inputs/gsi10m.dem.wgs84" plot_coherence_matrix.py inputs/ifgramStack.h5 --view-cmd 'view.py {} --wrap --wrap-range -3 3" plot_coherence_matrix.py inputs/ifgramStack.h5 --view-cmd 'view.py {} --sub-x 900 1400 --sub-y 0 500'
# right: matrix view # show color jump same as the coherence threshold in network inversion with pixel-wised masking plot_coherence_matrix.py inputs/ifgramStack.h5 --cmap-vlist 0 0.4 1
May 2022 mintpy-plot_coherence_matrix v1.3.3