-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot detect PS after phase linking using TerraSAR-X images #95
Comments
Hi @david-ncu2019 |
Dear @mirzaees , Really thank you for your response! I understand that your schedule may be quite busy, but I'm really grateful if you could take a moment to check my following questions. It seems like the processing for TSX was not successful and the PS mask is not actually generated
another way to generate this mask is to use temporal coherence. all the coherence values =1 are PS
|
If the individual patches have valid mask ps, then there was a problem during concatenate step |
Dear @mirzaees , Thank you for your response! I think I will rerun the |
Dear @mirzaees , Sorry for my late reply. I have re-executed the process to get the output messages for each step, from I would greatly appreciate it if you could take some time to look over them. Thank you very much for your help. Figure 1 shows the amplitudes of the selected area over time, highlighting a town with buildings and bridges. Figure 2 displays the results after running concatenate_patches: Even though the selected area shows high values of full and average temporal coherence, the Eventually, the Here below are the log messages after running |
Hi @david-ncu2019 in your inverted folder there is the phase_series.h5 which contains SHP and the temporal coherence. using the first band (average temporal coherence), select pixels where the average temp coherence is above 0.9 (or 0.98 like the paper) for example and plot the histogram of SHP for those pixels. That plot can tell you what number is better to use as your minimum number of SHPs. |
Dear @mirzaees, Thank you very much for your suggestions! Following your instructions, I analyzed the The array shape is (2051, 1478).
Based on these histograms, it's quite challenging for me to pick a suitable threshold. I have tried modifying SHP searching window I'd greatly appreciate any guidance or suggestions you might have, just a hint is great for me! Thank you so much for your time and support! |
Dear @mirzaees ,
Really sorry to bother you. I’d really appreciate it if you could take a moment to look into my case.
I’ve processed 25 TerraSAR-X (TSX) images in a descending path for land subsidence monitoring in an agricultural region of Taiwan. The pre-processing was done with
ISCE
, and I focused on a small area withmiaplpy
to test PS detection. The TSX images were kept at full resolution.For comparison, I also processed Sentinel-1 images from the same period, which were multilooked (3 azimuth: 1 range) over a larger bounding box.
I expected the number of PS detected from TSX image processing to be significantly higher than those from the Sentinel-1A images, but surprisingly, this was not the case. This has left me quite confused. I’m uncertain if the issue stems from the
ISCE processing
step or ifmiaplpy
doesn't fully support TSX images.The first figure shows the bounding box for Sentinel-1 and TSX image processing.
The second figure shows the PS mask after phase linking performance on S1A images.
The final figure contains both
amp_dispersion_index
andtop_eigenvalues
raster. Even the output results show high values ofamplitude dispersion index
andeigenvalues
phase linking performance on TSX images, but the filemaskPS.h5
shows nothing. I'm really confused why this happened.Any advice you can provide would be really helpful. Thank you for your time!
Best regards,
David
The text was updated successfully, but these errors were encountered: