You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LiCSBAS12_loop_closure.py ver1.6.2 20230822 Y. Morishita
LiCSBAS12_loop_closure.py -d GEOCml1clip --multi_prime
loop_thre : 1.5 rad
1st Loop closure check and make png for all possible 383 loops,
with 8 parallel processing...
0/383th loop...
100/383th loop...
200/383th loop...
300/383th loop...
2nd Loop closure check without bad ifgs to define ref area...
with 8 parallel processing...
0/383th loop...
100/383th loop...
200/383th loop...
300/383th loop...
/home/desnatapozya/LiCSBAS2/bin/LiCSBAS12_loop_closure.py:396: RuntimeWarning: All-NaN slice encountered
refyx = np.where(loop_ph_rms_points_masked==np.nanmin(loop_ph_rms_points_masked))
Traceback (most recent call last):
File "/home/desnatapozya/LiCSBAS2/bin/LiCSBAS12_loop_closure.py", line 890, in
sys.exit(main())
^^^^^^
File "/home/desnatapozya/LiCSBAS2/bin/LiCSBAS12_loop_closure.py", line 397, in main
refy1 = refyx[0][0] # start from 0, not 1
~~~~~~~~^^^
IndexError: index 0 is out of bounds for axis 0 with size 0
Why this is could happen? And what should I do?
The text was updated successfully, but these errors were encountered:
Hello, Mr. Yu Morishita
I really need your help. I encountered this issue:
(licsbas) desnatapozya@DesnataPozya:/mnt/c/149D_09700_081210$ LiCSBAS12_loop_closure.py -d GEOCml1clip --multi_prime
LiCSBAS12_loop_closure.py ver1.6.2 20230822 Y. Morishita
LiCSBAS12_loop_closure.py -d GEOCml1clip --multi_prime
loop_thre : 1.5 rad
1st Loop closure check and make png for all possible 383 loops,
with 8 parallel processing...
0/383th loop...
100/383th loop...
200/383th loop...
300/383th loop...
2nd Loop closure check without bad ifgs to define ref area...
with 8 parallel processing...
0/383th loop...
100/383th loop...
200/383th loop...
300/383th loop...
/home/desnatapozya/LiCSBAS2/bin/LiCSBAS12_loop_closure.py:396: RuntimeWarning: All-NaN slice encountered
refyx = np.where(loop_ph_rms_points_masked==np.nanmin(loop_ph_rms_points_masked))
Traceback (most recent call last):
File "/home/desnatapozya/LiCSBAS2/bin/LiCSBAS12_loop_closure.py", line 890, in
sys.exit(main())
^^^^^^
File "/home/desnatapozya/LiCSBAS2/bin/LiCSBAS12_loop_closure.py", line 397, in main
refy1 = refyx[0][0] # start from 0, not 1
~~~~~~~~^^^
IndexError: index 0 is out of bounds for axis 0 with size 0
Why this is could happen? And what should I do?
The text was updated successfully, but these errors were encountered: