Error while running formslc step on ALOS data using stripmapApp #907
Unanswered
tryingphysics000
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
-
Hi Everyone,
I am following EARTHSCOPE 2024 stripmapApp notebook to process ALOS L0 data. I am able to successfully execute the first command " !stripmapApp.py stripmapApp.xml --start=startup --end=preprocess". But I got the following error while running the command "!stripmapApp.py stripmapApp.xml --start=formslc --end=formslc"
2024-11-30 13:28:46,087 - isce.insar - INFO - ISCE VERSION = 2.5.3, RELEASE_SVN_REVISION = ,RELEASE_DATE = 20210823, CURRENT_SVN_REVISION =
ISCE VERSION = 2.5.3, RELEASE_SVN_REVISION = ,RELEASE_DATE = 20210823, CURRENT_SVN_REVISION =
2024-11-30 13:28:46,088 - root - INFO - reference sensor not provided explicitly, using common sensor
2024-11-30 13:28:46,095 - root - INFO - secondary sensor not provided explicitly, using common sensor
do_unwrap True
Step processing
Cannot open PICKLE/cropraw
Running step formslc
Reference product was unpacked as an SLC. Skipping focusing ....
Traceback (most recent call last):
File "/home/suhora/anaconda3/envs/isce/lib/python3.6/site-packages/isce/applications/stripmapApp.py", line 1002, in
status = insar.run()
File "/home/suhora/anaconda3/envs/isce/lib/python3.6/site-packages/isce/components/iscesys/Component/Application.py", line 142, in run
exitStatus = self._processSteps()
File "/home/suhora/anaconda3/envs/isce/lib/python3.6/site-packages/isce/components/iscesys/Component/Application.py", line 405, in _processSteps
result = func(*pargs, **kwargs)
File "/home/suhora/anaconda3/envs/isce/lib/python3.6/site-packages/isce/components/isceobj/StripmapProc/Factories.py", line 46, in call
return self.method(self.other, *args, **kwargs)
File "/home/suhora/anaconda3/envs/isce/lib/python3.6/site-packages/isce/components/isceobj/StripmapProc/runROI.py", line 231, in runFormSLC
raise Exception('However, No reference SLC product found')
Exception: However, No reference SLC product found
Thank you in advance for any insights or assistance you can provide.
Regards,
Pratanu
Beta Was this translation helpful? Give feedback.
All reactions