-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
[Bug]: Problem with compute_interferogram_multilook #191
Comments
You may want to compare the shapes of the outputs from sbas.open_data() and sbas.psfunction(). |
HERE IS THE LINK TO MY COLAB.PLEASE HAVE A LOOK. |
I am facing the same issue and the data and psf have the same x/y size. |
It seems the problem may be related to bursts having varying lengths. |
But the linked notebook completely executed. What is the problem? |
The same y/x sizes issue is an internal Xarray/Dask error which I overcame using variable renaming. I have not seen the problem for a long time. |
I got resolved the problem.it was the issue with burst with varying lengths. Thank you for your support |
For interferogram generation, you can try to increase the default queue=32 value to process more interferograms on the same grid for the compute_interferogram*() functions. Also, some changes were made in the PyGMTSAR GitHub version to resolve the problem completely. |
How did you resolve this? By excluding scenes? |
I have update to latest Github version and also tried increasing queue. Also cutting to small aoi instead of entire burst and nothing works. |
@SteffanDavies Could you share an example notebook to test? |
It's based on the Golden Valley notebook. I can share the bursts and AOI.
|
I excluded the burst images that are outside the AOI. |
@SteffanDavies There is no problem with your bursts: |
I'm using pygmtsar docker container and also pulled latest git version second time. The processing of interferograms will finish with error and the interferograms will be less than the total pairs. |
By the way, the error seems to occur on the last pairs. If you processed only the first, you likely wouldn't see an issue. |
Describe the bug
ERROR: multilooking data slice and weight variables have different shape
There was no problem when I used the same notebook some time ago, but this problem occurred when I ran the notebook recently
To Reproduce
Problem with sbas.compute_interferogram_multilook in Multi-looked Resolution for SBAS
Screenshots
System and software version:
Processing Log
If applicable, attach a log file from notebook cell or terminal output or relevant error messages
[Please note you can use the ChatGPT4-based InSAR AI Assistant for guidance or troubleshooting. Visit https://insar.dev/ai for more information.]
The text was updated successfully, but these errors were encountered: