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
I'm trying to process ALOS2 Stripmap Fine (SM3) images, following the instructions in alosStack_tutorial.txt, however I get this error
Traceback (most recent call last):
File "/opt/isce2/src/isce2/contrib/stack/alosStack/create_cmds.py", line 1363, in
checkStackDataDir(stack.dataDir)
File "/opt/isce2/src/isce2/contrib/stack/alosStack/create_cmds.py", line 230, in checkStackDataDir
mode = os.path.basename(sorted(glob.glob(os.path.join(dateDirs[0], 'IMG-HH-ALOS2*')))[0]).split('-')[4][0:3]
IndexError: list index out of range
I created the folders by dates and in them I introduced the images as they appear here
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone
I'm trying to process ALOS2 Stripmap Fine (SM3) images, following the instructions in alosStack_tutorial.txt, however I get this error
Traceback (most recent call last):
File "/opt/isce2/src/isce2/contrib/stack/alosStack/create_cmds.py", line 1363, in
checkStackDataDir(stack.dataDir)
File "/opt/isce2/src/isce2/contrib/stack/alosStack/create_cmds.py", line 230, in checkStackDataDir
mode = os.path.basename(sorted(glob.glob(os.path.join(dateDirs[0], 'IMG-HH-ALOS2*')))[0]).split('-')[4][0:3]
IndexError: list index out of range
I created the folders by dates and in them I introduced the images as they appear here
data/150310/
VOL-ALOS2042963520-150310-FBDR1.1__D
TRL-ALOS2042963520-150310-FBDR1.1__D
summary.txt
LED-ALOS2042963520-150310-FBDR1.1__D
IMG-HV-ALOS2042963520-150310-FBDR1.1__D
IMG-HH-ALOS2042963520-150310-FBDR1.1__D
BRS-HV-ALOS2042963520-150310-FBDR1.1__D.jpg
BRS-HH-ALOS2042963520-150310-FBDR1.1__D.jpg
prob proc
Is there any error in the data?
I appreciate your help, thank you
Beta Was this translation helpful? Give feedback.
All reactions