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

S1 TopsApp processing (SLC or burst) cannot process SH (HH) scenes #168

Closed
jhkennedy opened this issue Dec 15, 2023 · 0 comments · Fixed by #169
Closed

S1 TopsApp processing (SLC or burst) cannot process SH (HH) scenes #168

jhkennedy opened this issue Dec 15, 2023 · 0 comments · Fixed by #169
Labels
bug Something isn't working Jira Bug Create a Jira Bug for this issue

Comments

@jhkennedy
Copy link
Contributor

jhkennedy commented Dec 15, 2023

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 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
@jhkennedy jhkennedy added the bug Something isn't working label Dec 15, 2023
@jtherrmann jtherrmann added the Jira Bug Create a Jira Bug for this issue label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Jira Bug Create a Jira Bug for this issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants