AlexeyPechnikov / pygmtsar

PyGMTSAR (Python InSAR): Powerful and Accessible Satellite Interferometry
http://insar.dev/
BSD 3-Clause "New" or "Revised" License
421 stars 92 forks source link

No such file or directory:'asc/S1_20220103_130515_F1.PRM' #150

Open abdullahkhanjaan opened 2 months ago

abdullahkhanjaan commented 2 months ago

Respected I am using the "PyGMTSAR SBAS and PSI Analyses: Lake Sarez Landslides, Tajikistan". However, I got an error while running "Reframe Scenes (Optional)" step. If I skip this step then I get the same error in "Align Images" step.

image

AlexeyPechnikov commented 2 months ago

I’ve rerun the notebook, and it executed successfully:

image image
abdullahkhanjaan commented 2 months ago

I am using the scenes and bursts of my own area with coordinates": [73.08, 33.70] for that I am getting this error.

On Wed, Jul 17, 2024, 8:50 PM Alexey Pechnikov @.***> wrote:

I’ve rerun the notebook, and it executed successfully: image.png (view on web) https://github.com/user-attachments/assets/3143d68f-8274-438e-90e3-1daf65fc52c4 image.png (view on web) https://github.com/user-attachments/assets/2d852e5d-f321-4528-aaf0-1e477b1e7882

— Reply to this email directly, view it on GitHub https://github.com/AlexeyPechnikov/pygmtsar/issues/150#issuecomment-2233644717, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYTHGM7RZA3DCWQWDS2YWFTZM2HELAVCNFSM6AAAAABLAZTBW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZTGY2DINZRG4 . You are receiving this because you authored the thread.Message ID: @.***>

abdullahkhanjaan commented 2 months ago

what might be the possible solution for this?

AlexeyPechnikov commented 2 months ago

You need to check that your scenes (bursts) are consistent and cover the area for all dates. The DEM should also completely cover the area.

abdullahkhanjaan commented 2 months ago

what is meant by "cover the area for all dates". Can you explain a bit more please, I am new to using sentinel data.

AlexeyPechnikov commented 2 months ago

If your area is covered by three bursts, you need to define these bursts for all the dates when Sentinel-1 scenes are captured. If you have only one burst for the first date and different bursts for subsequent dates, the processing will not be possible. All the information can be easily checked on the provided plots and in the tables.

abdullahkhanjaan commented 2 months ago

you mean to check if the scenes are available after every 12 days or not?

abdullahkhanjaan commented 2 months ago

If your area is covered by three bursts, you need to define these bursts for all the dates when Sentinel-1 scenes are captured. If you have only one burst for the first date and different bursts for subsequent dates, the processing will not be possible. All the information can be easily checked on the provided plots and in the tables.

Defined bursts correctly but still got the same result.

AlexeyPechnikov commented 2 months ago

Check your DEM and run the reframing command in debug mode for more detailed output:

sbas.compute_reframe(AOI, debug=True)