pygmtsar icon indicating copy to clipboard operation
pygmtsar copied to clipboard

[Help]: incorrect landmask

Open mbahmu25 opened this issue 10 months ago • 6 comments

this is my AOI image and this is what is got image image

mbahmu25 avatar Apr 17 '24 11:04 mbahmu25

You've selected a threshold that is too high (0.5) and a spatial filtering wavelength that is too low (100m). Try using a lower threshold and a higher wavelength, such as 200m, which would be more suitable. Additionally, there's typically no need to create such a mask for large coastal areas when you can simply download a ready-to-use landmask. There are examples on https://insar.dev/ for island volcanoes analysis where PyGMTSAR's worldwide landmask tiles are utilized for downloading.

AlexeyPechnikov avatar Apr 17 '24 12:04 AlexeyPechnikov

ok it's working, but after i changed that i get this message on SBAS Analysis WhatsApp Image 2024-04-18 at 16 58 13_cf708e77 is it related to my dask ?, because when i check my dask status it show nothing image

mbahmu25 avatar Apr 18 '24 10:04 mbahmu25

The progressbar is blue (not red) and it means the processing is alive. To access your Dask web interface you need to configure the required port in Docker container.

AlexeyPechnikov avatar Apr 18 '24 12:04 AlexeyPechnikov

after that, there are one red progress bar (i forgot to capture it) and after all process done, it stopped and cannot go to the next step

mbahmu25 avatar Apr 18 '24 14:04 mbahmu25

If your interferogram processing fails in Docker containers it typically means the container is not configured well. Try to setup more RAM available per CPU core.

AlexeyPechnikov avatar Apr 18 '24 16:04 AlexeyPechnikov

image how about this error ?

mbahmu25 avatar Apr 18 '24 19:04 mbahmu25