Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runESD error #856

Open
srcgps opened this issue Jul 16, 2024 · 0 comments
Open

runESD error #856

srcgps opened this issue Jul 16, 2024 · 0 comments

Comments

@srcgps
Copy link

srcgps commented Jul 16, 2024

Hello,

I am using topsapp.py to process sentinel data. I received the error shown below. Any advice would be appreciated.

GDAL open (R): ESD/freq_IW3_08.bin.vrt
API open (WR): ESD/freq_IW3_08.5alks_15rlks.bin
GDAL close: ESD/freq_IW3_08.bin.vrt
API close: ESD/freq_IW3_08.5alks_15rlks.bin
API open (R): ESD/freq_IW3_08.5alks_15rlks.bin
API close: ESD/freq_IW3_08.5alks_15rlks.bin
Writing geotrans to VRT for ESD/freq_IW3_08.5alks_15rlks.bin
Output: ESD/freq_IW3_08.5alks_15rlks.bin
Traceback (most recent call last):
File "/home/srcgps/miniconda3/envs/isce2/bin/topsApp.py", line 1077, in
insar.run()
File "/home/srcgps/miniconda3/envs/isce2/lib/python3.12/site-packages/isce/components/iscesys/Component/Application.py", line 144, in run
exitStatus = self.main()
^^^^^^^^^^^
File "/home/srcgps/miniconda3/envs/isce2/bin/topsApp.py", line 1017, in main
self.runESD()
File "/home/srcgps/miniconda3/envs/isce2/lib/python3.12/site-packages/isce/components/isceobj/TopsProc/Factories.py", line 40, in call
return self.method(self.other, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/srcgps/miniconda3/envs/isce2/lib/python3.12/site-packages/isce/components/isceobj/TopsProc/runESD.py", line 117, in runESD
raise Exception('Coherence threshold too strict. No points left for reliable ESD estimate')
Exception: Coherence threshold too strict. No points left for reliable ESD estimate

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant