-
Hello, I was following the notebook https://github.com/isce-framework/isce2-docs/blob/master/Notebooks/UNAVCO_2020/Stripmap/stripmapApp.ipynb I was able to run the
and an amplitude plot from coarse_coreg.slc In the next step, i.e., misregistration, I am not getting any output files. The output after running this command
What am I missing? Any help will be highly appreciated. Many thanks. Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved this problem. Instead of running in the Notebook, I ran ISCE2 in the terminal, this time, I got an extra error - Segmentation Fault (Core dumped). |
Beta Was this translation helpful? Give feedback.
I solved this problem. Instead of running in the Notebook, I ran ISCE2 in the terminal, this time, I got an extra error - Segmentation Fault (Core dumped).
The issue was with the GCC version. I was using the latest versions (
conda install gcc_linux-64 gxx_linux-64 gfortran_linux-64
). I reinstalled ISCE2 withconda install gcc_linux-64=7.3.0 gxx_linux-64=7.3.0 gfortran_linux-64=7.3.0
and this time, everything worked well.