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

Add S-1 TOPs Merge step to handle multiple subswaths #27

Open
loreabad6 opened this issue Jul 4, 2022 · 2 comments
Open

Add S-1 TOPs Merge step to handle multiple subswaths #27

loreabad6 opened this issue Jul 4, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@loreabad6
Copy link
Member

Currently, if multiple subswaths are detected to intersect the AOI, then we raise an error since this is not supported yet. The selection happens internally so if the AOI matches multiple IW then the pipeline will exit with an Error.

But what can be done to get around it? Options:

  • Provide a different AOI?

For a good implementation see the Inferferometry ESA tutorial page 7.

TOPS Split
S-1 TOPS Split is applied to the data to select only those bursts which are required for the analysis. They are marked in blue in Figure 1. Currently, each Sub-Swath is processed separately. Note: If the area of interest covers several Sub-Swaths, they have to be merged with the S-1 TOPS Merge operator after the Sub-Swaths were debursted.

@loreabad6 loreabad6 self-assigned this Jul 4, 2022
@loreabad6 loreabad6 added the enhancement New feature or request label Jul 4, 2022
@loreabad6 loreabad6 added this to the v0.1.0 milestone Jul 4, 2022
@loreabad6
Copy link
Member Author

loreabad6 commented Jul 21, 2022

To implement this, we would need to:

  • Restructure the workflow steps:
    - Set P1 to only extract bursts and subswaths
    - Merge P1 and P2 SNAP functions
    - 1. topsar_split, 2. apply_orbit_file, 3. back_geocoding,
    x. enhanced_spectral_diversity, 4. topsar_deburst,
    5. interferogram, 6. topsar_merge, 7. ...
  • Modify stsa workflow to get a list of IW instead of only the first one
  • Loop over IW list with the workflow above
  • If only IW the workflow should skip the topsar_merge step

@loreabad6
Copy link
Member Author

Currently if the AOI matches e.g., IW1 from the ref image and IW2 from the match image, we give an error: "Subswaths intersecting the AOI do not match."
Nevertheless, we should handle this case also with TOPSAR merge

@loreabad6 loreabad6 reopened this Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant