You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The above link is accessible only to members of ASF.
ISCE2 sets the default polarization to vv so it will not be able to process hh scenes unless the polarization parameter is set for the reference and secondary scenes in the topsApp.xml (see this discussion), which we do not do.
Traceback:
2023-12-14 22:23:08,019 - hyp3_isce2.burst - INFO - SAFEs created!
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/opt/conda/envs/hyp3-isce2/lib/python3.11/site-packages/hyp3_isce2/__main__.py", line 51, in <module>
main()
File "/opt/conda/envs/hyp3-isce2/lib/python3.11/site-packages/hyp3_isce2/__main__.py", line 47, in main
sys.exit(process_entry_point.load()())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/envs/hyp3-isce2/lib/python3.11/site-packages/hyp3_isce2/insar_tops_burst.py", line 477, in main
isce_output_dir = insar_tops_burst(
^^^^^^^^^^^^^^^^^
File "/opt/conda/envs/hyp3-isce2/lib/python3.11/site-packages/hyp3_isce2/insar_tops_burst.py", line 93, in insar_tops_burst
ref_footprint = get_isce2_burst_bbox(ref_params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/envs/hyp3-isce2/lib/python3.11/site-packages/hyp3_isce2/burst.py", line 241, in get_isce2_burst_bbox
s1_obj.parse()
File "/opt/conda/envs/hyp3-isce2/lib/python3.11/site-packages/isce/components/isceobj/Sensor/TOPS/Sentinel1.py", line 316, in parse
self.validateUserInputs()
File "/opt/conda/envs/hyp3-isce2/lib/python3.11/site-packages/isce/components/isceobj/Sensor/TOPS/Sentinel1.py", line 238, in validateUserInputs
raise Exception('No annotation xml file found in {0}'.format(dirname))
Exception: No annotation xml file found in /home/conda/S1A_IW_SLC__1SSH_20231103T035107_20231103T035135_051047_0627B4_9900.SAFE
The text was updated successfully, but these errors were encountered:
Jira: https://asfdaac.atlassian.net/browse/TOOL-2451
Note: The above link is accessible only to members of ASF.
ISCE2 sets the default polarization to
vv
so it will not be able to processhh
scenes unless thepolarization
parameter is set for thereference
andsecondary
scenes in thetopsApp.xml
(see this discussion), which we do not do.Traceback:
The text was updated successfully, but these errors were encountered: