Error @ topsApp with ionospheric correction #524
Unanswered
kattumadam
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi Sreejith, Some of the ISCE2 scripts have |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
InSAR processing using topsApp.py with ionospheric correction ended-up with the following error. The error occurred at step “mergebursts”. Any suggestions ?
########
user choose to apply ionospheric correction
Writing geotrans to VRT for merged/topophase_ori.flat
imageMath.py -e='aexp(-1.0J*b)' --a=merged/topophase_ori.flat --b=merged/topophase.ion -o merged/topophase.flat -t cfloat
/usr/bin/env: python3: No such file or directory
Traceback (most recent call last):
File "/usr/local/isce2/isce/applications/topsApp.py", line 1060, in
insar.run()
File "/usr/local/isce2/isce/components/iscesys/Component/Application.py", line 144, in run
exitStatus = self.main()
File "/usr/local/isce2/isce/applications/topsApp.py", line 1018, in main
self.runMergeBursts()
File "/usr/local/isce2/isce/components/isceobj/TopsProc/Factories.py", line 40, in call
return self.method(self.other, *args, **kwargs)
File "/usr/local/isce2/isce/components/isceobj/TopsProc/runMergeBursts.py", line 897, in runMergeBursts
runCmd(cmd)
File "/usr/local/isce2/isce/components/isceobj/TopsProc/runIon.py", line 291, in runCmd
raise Exception('error when running:\n{}\n'.format(cmd))
Thanks
Sreejith
Beta Was this translation helpful? Give feedback.
All reactions