How to process several pairs (WBD,WWD mode) in alos2App.py? #819
Unanswered
itingwanggeo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am trying to process ALOS-2 ScanSAR WD1 level 1.1 data (WBD and WWD) with alos2App.py in ISCE. I can process a pair, but I would like to know whether alos2App.py can process several pairs in different acquisition modes in the workflow? I know alosStack can process several pairs like a network, but my data are in two different modes (WBD, WWD). I read the example xml for alos2App.py that just assigned one reference and one secondary product folder. Can I assign more secondary data?
I tried to assign the secondary data folder that contains two acquisitions, but here comes the error:
2024-02-15 16:33:34,465 - isce.insar - INFO - ISCE VERSION = 2.6.1, RELEASE_SVN_REVISION = ,RELEASE_DATE = 20220811, CURRENT_SVN_REVISION =
ISCE VERSION = 2.6.1, RELEASE_SVN_REVISION = ,RELEASE_DATE = 20220811, CURRENT_SVN_REVISION = None
The currently supported sensors are: [‘ALOS2’]
Traceback (most recent call last):
File “/home/iting/anaconda3/envs/ISCE/lib/python3.8/site-packages/isce/applications/alos2App.py”, line 1173, in
insar.run()
File “ /home/iting/anaconda3/envs/ISCE/lib/python3.8/site-packages/isce/components/iscesys/Component/Application.py ”, line 144, in run
exitStatus = self.main()
File “ /home/iting/anaconda3/envs/ISCE/lib/python3.8/site-packages/isce/applications/alos2App.py”, line 1061, in main
self.runPreprocessor()
File “/home/iting/anaconda3/envs/ISCE/lib/python3.8/site-packages/isce/components/isceobj/Alos2Proc/Factories.py”, line 40, in call
return self.method(self.other, *args, **kwargs)
File “/home/iting/anaconda3/envs/ISCE/lib/python3.8/site-packages/isce/components/isceobj/Alos2Proc/runPreprocessor.py”, line 41, in runPreprocessor
firstFrameSecondary = ledFilesSecondary[0].split(‘-‘)[-3][-4:]
IndexError: list index out of range
Is there anyone know how to deal with this problem? Can alos2App.py process several pairs or only one?
I tried to use alosStack instead, but there is another error:
Traceback (most recent call last):
File “/home/iting/anaconda3/envs/isce2/share/isce2/alosStack/create_cmds.py”, line 1363, in
checkStackDataDir(stack.dataDir)
File “/home/iting/anaconda3/envs/isce2/share/isce2/alosStack/create_cmds.py”, line 245, in checkStackDataDir
raise Exception(‘all acquisition modes should be the same’)
Exception: all acquisition modes should be the same
Data I used: (Only process swath 5)
Reference data folder:
BRS-HH-ALOS2114003150-160703-WBDR1.1__D-F5.jpg
BRS-HV-ALOS2114003150-160703-WBDR1.1__D-F5.jpg
IMG-HH-ALOS2114003150-160703-WBDR1.1__D-F5
IMG-HV-ALOS2114003150-160703-WBDR1.1__D-F5
LED-ALOS2114003150-160703-WBDR1.1__D
TRL-ALOS2114003150-160703-WBDR1.1__D
VOL-ALOS2114003150-160703-WBDR1.1__D
summary.txt
Secondary data folder:
160327:
BRS-HH-ALOS2099513150-160327-WWDR1.1__D-F5.jpg
BRS-HV-ALOS2099513150-160327-WWDR1.1__D-F5.jpg
IMG-HH-ALOS2099513150-160327-WWDR1.1__D-F5
IMG-HV-ALOS2099513150-160327-WWDR1.1__D-F5
LED-ALOS2099513150-160327-WWDR1.1__D
TRL-ALOS2099513150-160327-WWDR1.1__D
VOL-ALOS2099513150-160327-WWDR1.1__D
summary.txt
160508:
BRS-HH-ALOS2105723150-160508-WWDR1.1__D-F5.jpg
BRS-HV-ALOS2105723150-160508-WWDR1.1__D-F5.jpg
IMG-HH-ALOS2105723150-160508-WWDR1.1__D-F5
IMG-HV-ALOS2105723150-160508-WWDR1.1__D-F5
LED-ALOS2105723150-160508-WWDR1.1__D
TRL-ALOS2105723150-160508-WWDR1.1__D
VOL-ALOS2105723150-160508-WWDR1.1__D
summary.txt
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions