yumorishita / LiCSBAS2

GNU General Public License v3.0
18 stars 2 forks source link

ValueError: cannot reshape array of size 7454688 into shape (2318,1608) #36

Open rookieplayerjr opened 9 months ago

rookieplayerjr commented 9 months ago

Hi developer, I'm experiencing an issue with reshaping arrays in LiCSBAS during time-series deformation calculations. The error message I receive is: ValueError: cannot reshape array of size 7454688 into shape (2318,1608) Interestingly, the product of the target shape dimensions (2318*1608 = 3724624) is exactly half of the original array size (7454688), with different multi-look window size. Additional note: I have checked the data and confirmed that there are no NaN values present. Thank you for your assistance!

yumorishita commented 9 months ago

Please upload the full log.

rookieplayerjr commented 8 months ago

202310071958batch_LiCSBAS_01_16.log

thanks

yumorishita commented 8 months ago

I have no idea because step01 failed and the GEOC directory seems to contain incomplete data. Please check the GEOC directory.

rookieplayerjr commented 8 months ago

ok, I will check the input GEOC files, thanks for your time.

linusramos commented 8 months ago

I experience a similar issue with the message ValueError: cannot reshape array of size 1794000 into shape (1000,2394)

In the Log file attached, two errors were identified: 1.) ERROR: bperp for 20150502 not found! 2.) ValueError: cannot reshape array of size 1794000 into shape (1000,2394)

202310131002batch_LiCSBAS_01_16.log

yumorishita commented 8 months ago

Please try removing GEOCml1clip first and rerun from step05 again. The bperp error is not critical.

linusramos commented 8 months ago

Please try removing GEOCml1clip first and rerun from step05 again. The bperp error is not critical.

Thanks for the instructions. Got past the code that returned "ValueError: cannnot reshape array of size".