Questions about numTriNonzeroIntAmbiguity and temporalCoherence #1301
Unanswered
david-ncu2019
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @david-ncu2019 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear authors of MintPy,
First, I would like to thank you all for creating such a great program for InSAR time-series analysis. In particular, the integration of MintPy with HYP3 has significantly sped up the processing time and saved a considerable amount of storage space.
However, during usage, I have encountered some issues that I am unable to interpret on my own. Below, I will present one of these issues and hope to receive suggestions from the authors or other users who may have encountered the same problem.
My input consists of ascending Sentinel-1 interferograms obtained from the HYP3 service (https://hyp3-docs.asf.alaska.edu/using/vertex/). My goal is to observe the development of land subsidence patterns in my study area.
After selecting the reference point, which is located far from the subsiding regions, I performed
quick_overview
. ThenumTriNonzeroIntAmbiguity
output showed the following patterns:Since the output from the HYP3 service did not contain
.conncomp
files, phase unwrapping error correction was not available during my processing. I then proceeded toinvert_network
, and below are the patterns fromtemporalCoherence.h5
:As you can see, the temporal coherence values are separated into distinct zones, almost as if a "wall" is preventing the values from being smoothly continuous across the entire region.
Meanwhile, when I processed the descending interferograms obtained from the
hyp3-isce2
workflow (https://github.com/ASFHyP3/hyp3-isce2) withinsar_tops_burst
, this issue did not appear. I wonder if this issue is caused by the HYP3 Vertex service and how I can correct it.Beta Was this translation helpful? Give feedback.
All reactions