yumorishita / LiCSBAS2

GNU General Public License v3.0
26 stars 4 forks source link

IndexError: list index out of range #57

Closed edhosapta closed 3 months ago

edhosapta commented 3 months ago

Hello Mr. Morishita, I am currently processing data using LiCSBAS on ascending frame 025A_09718_120810. Then I encountered the following error:

Download geotiff of unw and cc Traceback (most recent call last): File "/home/edho/LiCSBAS2/bin/LiCSBAS01_get_geotiff.py", line 500, in sys.exit(main()) ^^^^^^ File "/home/edho/LiCSBAS2/bin/LiCSBAS01_get_geotiff.py", line 340, in main print('{} IFGs available from {} to {}'.format(n_ifg, imdates[0], imdates[-1]), flush=True)


IndexError: list index out of range

Could you help me resolve this error? I will include the processing log below. Thank you.
[202406120818batch_LiCSBAS_01_16.log](https://github.com/user-attachments/files/15796618/202406120818batch_LiCSBAS_01_16.log)
yumorishita commented 3 months ago

https://github.com/yumorishita/LiCSBAS/issues/244#issuecomment-2156004788

edhosapta commented 3 months ago

Thank you for your response, Mr. Morishita. From the beginning of data processing, I have been using LiCSBAS2 and I have updated the LiCSBAS2 that I use, but I still encounter the same error. Should I reinstall LiCSBAS2?

yumorishita commented 3 months ago

According to the log, you are using LiCSBAS01_get_geotiff.py ver1.6.4 20230215 but the latest version is v1.6.5 20240607 (see here). You can update it by git pull if you installed it using git clone or by just reinstalling it.

edhosapta commented 3 months ago

Thank you for your response, Mr. Morishita. I apologize for my oversight regarding this issue, Sir. I have reinstalled the LiCSBAS2 software, and now I am able to use it again. Thank you very much for your help, Sir.

Regards, Edho