-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
[Help]: large time processing to plot unwrapped phase #151
Comments
In the case of large rasters, SNAPHU unwrapping can require a lot of time, depending on your hardware. Have you materialized the dataset unwrap_sbas before plotting? While this does not speed up the process, it provides a progress indicator to help estimate the remaining time. |
Alexey thankyou very much. Probably is it, I didn´t the last step, materialized the dataset. I´ll try again. |
It seems you have large rasters because the first 8 cannot be completed in 45 minutes. What are the dimensions of your interferogram stack? Typically, SBAS resolution is 60 meters, and you do not need to unwrap overly large interferograms. Of course, you can use a more precise resolution, but it can be slow and is often not necessary since we can enhance lower-resolution SBAS results with higher-resolution PSI. |
I dont think so. The resolution rasters that I used is by default 60 m, and the stack numbers of interferoframs is 27. So probably shouldn't be delayed. I think the reason is that I did not execute the las step "materialized the dataset unwrap_sbas", because there was an "optional" notice in the text. So I´ll try again, in few momements, and I update the issue thread. Again, thank you for your help. |
Your data resolution is 15 meters (see your y and x spacing, 1 unit per y means about 15 meters and 4 units per x mean the same). As I’ve mentioned above, 60-meter resolution processing might be much faster. |
How could I read a document where you learn to interpret these results? (Notebook: Golden Valley) |
Check the ‘resolution’ parameter for the function compute_interferogram_multilook(). Ensure that your interferograms are clean from atmospheric noise, and use the function plot_baseline_displacement_los_mm() to check changes in single pixels. I share some explanations of the results on Patreon: https://www.patreon.com/pechnikov |
|
Your variable ‘landmask_sbas’ is defined on a different grid and needs to be adjusted here. |
Thank you for your reply, the problem has been solved |
Describe the problem you encountered
"bas.plot_phases(unwrap_sbas.phase[:8], caption='SBAS Phase, [rad]')" , more than 45 mintues and still loading.
OS and software version
Please specify your operating system and the version of PyGMTSAR you are using, if applicable.
Steps to reproduce the problem
2D Unwrapping - sbas phase
sbas.plot_phases(unwrap_sbas.phase[:8], caption='SBAS Phase, [rad]')
Note
[For additional support, consider using the ChatGPT4-based InSAR AI Assistant at https://insar.dev/ai. It can provide guidance and help with understanding PyGMTSAR's capabilities and troubleshooting issues.]
The text was updated successfully, but these errors were encountered: