Error in stackSentinel #521
-
Hello All, Greetings! The configuration used for stackSentinel is In my first try, I tried to get maximum coverage in the bounding box (covered in all the SLC), with parameter -W interferogram. Then I shrunk the AOI from all sides to check if it was because of any overlap issue. Then I tried to run the same with -W offset as well. I do get the same error in all the cases and the process doesn't go forward as I am getting another error while running 'run_08_timeseries_misreg' as below:
I installed ISCE2 using conda and after setting up the PATH in the usual way, the stackSentinel.py application was not included in the path. I had to find the application (stackSentinel.py) path and had to assign that explicitly in the PATH. I am stating this only because I wonder if the error happened because the application was unable to find any *.py file? I can see that the directories ...../misreg/azimuth/dates and ...../misreg/range/dates are empty, so I guess the error occurred in all the pairs. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey, I'm just looking over your question and it looks like maybe the bounding box argument is out of order in your stackSentinel.py script? You currently list it as Therefore the boundary box is currently not properly lined up with your frame. Maybe see if that works? |
Beta Was this translation helpful? Give feedback.
-
Hey riyasmjgeo, I met the same problem
This worked for me, hope it can help u! |
Beta Was this translation helpful? Give feedback.
Hey riyasmjgeo, I met the same problem
module overlap_withDEM not found
while running 'run_07_pairs_misreg' and I just fixed it.chmod +x overlap_withDEM.py
, and tried to run itoverlap_withDEM.py -h
. It returned an ERROR just like<home path>/anaconda3/envs/isce2_env/lib/libstdc++.so.6: version
GLIBCXX_3.4.30' not found]...`.strings <home path>/anaconda3/envs/isce2_env/lib/libstdc++.so.6 | grep GLIBC
. Clearly, the results displayed info from GLIBCXX_3.4.1 to GLIBCXX_3.4.29 except GLIBCXX_3.4.30 due to there was only 'libstdc++.so.6…