isce-framework / isce2

InSAR Scientific Computing Environment version 2
Other
516 stars 253 forks source link

Issues when processing TerraSAR-X images with stripmapApp #866

Closed david-ncu2019 closed 3 months ago

david-ncu2019 commented 3 months ago

Dear everyone,

I am encountering some issues that have been quite time-consuming, and despite re-running the entire process, the problems still persist. I would appreciate it if ISCE developers and users could take a moment to review this and offer some advice.

If someone knows the directions, please give me some tips on how to deal with the errors.

Below, I will list the errors I encountered at each step.

run_05_refineSecondaryTiming

Traceback (most recent call last): File "/home/davidncu/tools/src/isce2/contrib/stack/stripmapStack/stripmapWrapper.py", line 155, in main(args.start,args.end) File "/home/davidncu/tools/src/isce2/contrib/stack/stripmapStack/stripmapWrapper.py", line 146, in main cfgParser.runCmd() File "/home/davidncu/tools/src/isce2/contrib/stack/stripmapStack/stripmapWrapper.py", line 51, in runCmd func_modules.main(self.funcParams[section]) File "/home/davidncu/tools/src/isce2/contrib/stack/stripmapStack/refineSecondaryTiming.py", line 221, in main shifts, cull = fitOffsets(field,azazOrder=inps.azazorder, File "/home/davidncu/tools/src/isce2/contrib/stack/stripmapStack/refineSecondaryTiming.py", line 157, in fitOffsets aa, dummy = field.getFitPolynomials(azimuthOrder=azazOrder, rangeOrder=azrgOrder, usenumpy=True) File "/home/davidncu/miniconda3/envs/isce_project/lib/python3.8/site-packages/isce/components/isceobj/Location/Offset.py", line 413, in getFitPolynomials azmin = np.min(inArr[:,2]) IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed

Before that, there is no error shown in the log files for steps 1 to 4

run_06_invertMisreg

(these errors may be due the error from step 5) Missing keys in shelve file: /media/davidncu/VTRUONG_1TB/JupyterLab_Workspace/TSX_Processing/Run008/ISCE_output/refineSecondaryTiming/pairs/20230410_20230421

Then there is *no error shown in the step 7, 8, and 9.

smallbaselineApp.py