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

extended acquisition mode support #22

Merged
merged 20 commits into from Apr 21, 2022
Merged

extended acquisition mode support #22

merged 20 commits into from Apr 21, 2022

Conversation

johntruckenbrodt
Copy link
Member

This adds capability for creating S1-NRB products from SM acquisition mode and GRD products.
The following changes have been made:

  • general
    • adjust to the new pyroSAR naming scheme for Stripmap products from SM to S1..S6 (new version yet to be published)
    • enable processing without noise removal and noise power images (currently necessary for SM, see STEP-32688)
  • config.ini
    • new parameter product to differentiate SLC and GRD
  • source product JSON
    • write mean instead of min for attributes rangeResolution and azimuthResolution
    • write median of all sub-swath values for attributes rangeNumberOfLooks and azimuthNumberOfLooks (they were expected to the be the same but might actually differ in GRDs)
  • source product XML
    • write attributes rangeNumberOfLooks and azimuthNumberOfLooks per swath (also for GRDs)
  • general product metadata
    • determine number of looks by multiplying the factors applied during processing with those found in the source metadata (to support GRD source products)
    • read multiple swath-specific attributes from the original XML metadata files to support GRD (in SLCs each swath has an own file so the first found value did suffice, in GRDs the info from all sub-swaths is comprised in a single file)
  • nrb.format
    • do not create a product if it already exists

@johntruckenbrodt
Copy link
Member Author

@maawoo can you please adjust the XSDs accordingly?

@maawoo maawoo merged commit dbb2fa1 into main Apr 21, 2022
@maawoo
Copy link
Member

maawoo commented Apr 21, 2022

Sorry, forgot to ask if you had any other commits? @johntruckenbrodt

@johntruckenbrodt johntruckenbrodt deleted the feature/acq_modes branch April 29, 2022 12:55
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

Successfully merging this pull request may close these issues.

None yet

2 participants