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

No annotation xml file found error when processing with ISCE #83

Open
falkamelung opened this issue Aug 25, 2024 · 0 comments
Open

No annotation xml file found error when processing with ISCE #83

falkamelung opened this issue Aug 25, 2024 · 0 comments

Comments

@falkamelung
Copy link

I am getting an error when downloading using burst2stack. The same dataset works fine when starting with the regular SLCs.

When I run the first the first ISCE processing step I get an No annotation xml file found error:

SentinelWrapper.py -c /scratch/05861/tg851601/qaMerapiSenAT127/configs/config_reference
Completed Parsing the Configuration file
Functions to be executed:
['Function-1', 'Function-2']
Running: Sentinel1_TOPS
['--dirname', '/scratch/05861/tg851601/qaMerapiSenAT127/SLC/S1A_IW_SLC__1SSV_20240107T105850_20240107T105853_051999_0648AD_06D0.SAFE', '--swaths', '2', '--orbitdir', '/work2/05861/tg851601/stampede2/insarlab/S1orbits', '--outdir', '/scratch/05861/tg851601/qaMerapiSenAT127/reference', '--auxdir', '/work2/05861/tg851601/stampede2/insarlab/S1aux', '--bbox', '-7.7 -7.4 107.4 113.5', '--pol', 'vv']
No annotation xml file found in /scratch/05861/tg851601/qaMerapiSenAT127/SLC/S1A_IW_SLC__1SSV_20240107T105850_20240107T105853_051999_0648AD_06D0.SAFE
Running: topo
['--reference', '/scratch/05861/tg851601/qaMerapiSenAT127/reference', '--dem', '/scratch/05861/tg851601/qaMerapiSenAT127/DEM/elevation_S10_S04_E109_E114.dem.wgs84', '--geom_referenceDir', '/scratch/05861/tg851601/qaMerapiSenAT127/geom_reference', '--numProcess', '8']
running in parallel with 8 processes
Traceback (most recent call last):
  File "/work2/05861/tg851601/stampede2/code/rsmas_insar/tools/miniconda3/share/isce2/topsStack/SentinelWrapper.py", line 251, in <module>
    main(args.start,args.end)
  File "/work2/05861/tg851601/stampede2/code/rsmas_insar/tools/miniconda3/share/isce2/topsStack/SentinelWrapper.py", line 242, in main
    cfgParser.runCmd()
  File "/work2/05861/tg851601/stampede2/code/rsmas_insar/tools/miniconda3/share/isce2/topsStack/SentinelWrapper.py", line 54, in runCmd
    func_modules.main(self.funcParams[section])
  File "/work2/05861/tg851601/stampede2/code/rsmas_insar/tools/miniconda3/share/isce2/topsStack/topo.py", line 112, in main
    bbox = [np.min(boxes[:,0]), np.max(boxes[:,1]), np.min(boxes[:,2]), np.max(boxes[:,3])]
IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed

However, there is a *xml file :

/scratch/05861/tg851601/qaMerapiSenAT127/SLC/S1A_IW_SLC__1SSV_20240107T105850_20240107T105853_051999_0648AD_06D0.SAFE/annotation/
total 416
drwxr-xr-x 2 tg851601 G-820134   4096 Aug 24 23:06 calibration
drwxr-xr-x 2 tg851601 G-820134   4096 Aug 24 23:06 rfi
-rw-r--r-- 1 tg851601 G-820134 425936 Aug 24 23:06 s1a-iw1-slc-vv-20240107t105850-20240107t105856-051999-0648ad-001.xml

Any idea what is happening? I downloaded the data using:

burst2stack --rel-orbit 127 --start-date 2024-01-01 --end-date 2024-03-31 --extent 110.39 -7.6 110.49 -7.49
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