Open nganji1993 opened 1 year ago
hi, indeed, this might be something we can improve. can you please try following, to check if the problem is only related to the missing GACOS corrections?
will it work this time? cheers!
hi, i deleted data releted the epochs : --rm GEOC/20220627 GEOC/20220709 GEOC*/20220721
--run LiCSBAS03op_GACOS.py again and the out put was:
licsbas2) (miniconda3-latest) ava@asus:~/Desktop/newLicsbas/licsbas$ LiCSBAS03op_GACOS.py -i /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GEOCml1 -o /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GEOCml1GACOS -g /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GACOS
LiCSBAS03op_GACOS.py ver1.5.5 20201119 Y. Morishita LiCSBAS03op_GACOS.py -i /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GEOCml1 -o /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GEOCml1GACOS -g /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GACOS
Convert ztd/sltd.geo.tif files to sltd.geo files... 193/196 sltd already exist. Skip 3 parallel processing... Finished 0/ 3th sltd... No 20220709.ztd|ztd.tif|sltd.geo.tif! Skip. No 20220627.ztd|ztd.tif|sltd.geo.tif! Skip. No 20220721.ztd|ztd.tif|sltd.geo.tif! Skip.
Correct unw data... 1241/1258 corrected unw already exist. Skip 8 parallel processing... Finished 0/ 17th unw... ztd file not available for 20210924_20220627 ztd file not available for 20210912_20220627 ztd file not available for 20211006_20220709 ztd file not available for 20211006_20220721 ztd file not available for 20211018_20220709 ztd file not available for 20220522_20220627 ztd file not available for 20220510_20220627 ztd file not available for 20211018_20220721 Finished 10/ 17th unw... ztd file not available for 20211030_20220709 ztd file not available for 20220522_20220709 ztd file not available for 20211030_20220721 ztd file not available for 20220603_20220627 ztd file not available for 20220603_20220721 ztd file not available for 20220603_20220709 ztd file not available for 20220615_20220627 ztd file not available for 20220615_20220709 ztd file not available for 20220615_20220721
Traceback (most recent call last):
File "/home/ava/Desktop/newLicsbas/licsbas/bin/LiCSBAS03op_GACOS.py", line 550, in
and then deleted other epochs in this error
then run it:
error was shown again :
**_-------LiCSBAS03op_GACOS.py -i /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GEOCml1 -o /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GEOCml1GACOS -g /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GACOS
LiCSBAS03op_GACOS.py ver1.5.5 20201119 Y. Morishita LiCSBAS03op_GACOS.py -i /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GEOCml1 -o /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GEOCml1GACOS -g /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GACOS
Convert ztd/sltd.geo.tif files to sltd.geo files... 193/193 sltd already exist. Skip
Correct unw data... 1241/1241 corrected unw already exist. Skip
Traceback (most recent call last):
File "/home/ava/Desktop/newLicsbas/licsbas/bin/LiCSBAS03op_GACOS.py", line 550, in
and also like #154 I check the zise by ls -l GEOCml1//.unw, and solved the error RESHAPE AND RESIZE
and than run step LiCSBAS03op_GACOS.py , but doesn't work !!
ValueError: zero-size array to reduction operation maximum which has no identity**
Hi I'm trying to execute this codes! First of all I execute LiCSBAS01_get_geotiff.py as follows:
LiCSBAS01_get_geotiff.py -f 028A_05385_191813 -s 20141019 -e 20220721
and as output directory I use a external HDD. Output for this command is:It seems to be fine! for the second step I run this:
LiCSBAS02_ml_prep.py -i /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GEOC -o /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GEOCml1 -n 1
and the output is:
Finally I run this command:
LiCSBAS03op_GACOS.py -i /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GEOCml1 -o /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GEOCml1GACOS -g /media/ava/book/comet_licsbas/licsbas/028A_05385_191813/GACOS
and here is the error:
Can anyone help why this error happens?
Thanks.