yumorishita / LiCSBAS

LiCSBAS: InSAR time series analysis package using LiCSAR products
https://doi.org/10.3390/RS12030424
GNU General Public License v3.0
218 stars 108 forks source link

Data that does not appear when visualization of LiCSBAS results #335

Open esykusuma opened 4 months ago

esykusuma commented 4 months ago

Greetings Mr. Yumorisitha

I have carried out the LiCSBAS2 process, and was successful in downloading images and other processes, but when I plotted the visualization results from LiCSBAS InSAR, a lot of data spanning years did not appear, after I checked the IFG network the color was red, and I wanted to ask whether the network was unstable. Can it just be omitted and can data that doesn't appear be displayed? please answer sir.

Thank You

Here are the files I meant above, sir

202403031820batch_LiCSBAS_01_16.zip network13 network13_nobad network11_nobad network12 network12_all network12_nobad network11 network11_all network13_all

yumorishita commented 4 months ago

Too many ifgs are discarded in step11 and step12 because of severe decorrelation and unwrap errors. Try changing the parameters for step11 and/or step12.

esykusuma commented 4 months ago

Thank you sir for the answer, which parameters in steps 11 and 12 do I need to change? please explain sir

WhatsApp Image 2024-03-05 at 08 35 09_f69f44a3

esykusuma commented 4 months ago

This is my problem sir, I set it from 2015 to 2023, but if I plot the results as below, the data for 2015, 2018, 2019, 2022 and 2023 is not there, so what is the solution to my problem below?

WhatsApp Image 2024-03-05 at 08 43 26_53bbf8ff

yumorishita commented 4 months ago

Discussion about the suitable parameters for a specific case is out of the scope of the issues in this repository. Please carefully read the LiCSBAS paper, understand the logic, try changing the parameters, and check the result yourself.

esykusuma commented 3 months ago

Thank you sir for the explanation, I want to ask regarding the processing of one frame, there is a process that is not completed in step 14, do you have a solution to my problem, sir?

WhatsApp Image 2024-03-13 at 13 34 44_afa59c64

yumorishita commented 3 months ago

I have no idea. Maybe resource (memory or storage) limitation?

sonyakkk commented 3 months ago

Hi Mr. Yumorishita

I have finished the processing on frame 143A_08674_131308, the results I get have a complete time series of 2015-2024 but why do I get a small area? even though I clip on "98.32/99.01/2.99/3.97". do you have any suggestions sir? WhatsApp Image 2024-03-24 at 15 08 47_34c45584

yumorishita commented 3 months ago

Please upload the full log.

sonyakkk commented 3 months ago

this is sir [Uploading 202403241041batch_LiCSBAS_01_16.log…]()

yumorishita commented 3 months ago

I cannot download it because the link is https://github.com/yumorishita/LiCSBAS/issues/335.

yumorishita commented 3 months ago

Also please see mask_ts.png

sonyakkk commented 3 months ago

Here's the mask_ts.png, sir WhatsApp Image 2024-03-27 at 19 27 13_d341b2e3

yumorishita commented 3 months ago

The data actually exists in the southern half and the problem is only in the visualization by LiCSBAS_plot_ts.py. I have no idea about the reason.

yumorishita commented 3 months ago

Ah, the cum_filt.h5 includes only the northern half because there is no unmasked pixel before step16 filter. You will find the southern pixels by plotting only cum.h5, i.e., LiCSBAS_plot_ts.py -i cum.h5.

sonyakkk commented 3 months ago

OK sir, I'll try later Sorry sir, I want to ask again, I tried reprocessing, but why does it get stuck, even though I have a good signal. Do you have a solution sir?

This stuck has been happening for the past 2 days Screenshot 2024-03-27 201037

yumorishita commented 3 months ago

Maybe it is because of the COMET server issue. Please try again. https://github.com/yumorishita/LiCSBAS/issues/303#issuecomment-2012470139

esykusuma commented 3 months ago

Excuse me sir, I want to ask why when we clip an area, after it is made into a tif the result when plotted is that the area is small and does not match the area that corresponds to the clip

yumorishita commented 3 months ago

Can you show a real example?

esykusuma commented 3 months ago

This is the AOI that I want to clip the image to with the coordinates that I adjusted After

This is the result of the LiCSBAS process, which becomes small Before Procces

202403290025batch_LiCSBAS_02_16.txt

yumorishita commented 3 months ago

It is because most of the pixels were masked in step15 and lost in step16. Similat to this: https://github.com/yumorishita/LiCSBAS/issues/335#issuecomment-2022670228

esykusuma commented 3 months ago

I want to ask, sir, how do I create 3D values in this LICSBAS process, such as separate EW and UD, is there a way to get 3D?

yumorishita commented 3 months ago

We cannot get 3D from 1 or 2 LOSs.

esykusuma commented 2 months ago

Excuse me sir, I want to ask how many steps I can set the parameters to filter COH values, I have tried several methods but have not succeeded can you help me sir

yumorishita commented 2 months ago

You can set the coherence threshold in step04, step11, and step15. However, coherence is generally not a critical parameter in LiCSBAS.

ditafaith commented 2 months ago

Hello @esykusuma , I checked the log and found that you set up loop_thre: 3.5 rad at step 12. Is there any specific reason? Also, I'd like to hear the view from @yumorishita regarding this matter.