isce-framework / fringe

Fine Resolution InSAR With Generalized Eigenvectors (FRInGE)
Apache License 2.0
80 stars 42 forks source link

plot coherence matrix for one neighborhood #50

Closed hfattahi closed 3 years ago

hfattahi commented 3 years ago

This PR adds a simple python script to plot coherence matrix for one neighborhood. An example usage will be:

plotCoherence.py -i stack/slcs_base.vrt -w neighborhoodMap_allDates/KS2/nmap  -y 4000 -x 3000

and the ouput will be a plot of the "magnitude of the complex covariance matrix" (i.e., coherence magnitude matrix) over the self-similar neighbors of the pixel of interest (i.e., -y 4000 -x 3000) such as this plot:

Screen Shot 2021-07-29 at 2 46 05 PM