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

Multilooking: revise Gamma procedure and integrate it into SNAP workflows #77

Merged
merged 10 commits into from
Mar 1, 2019

Conversation

johntruckenbrodt
Copy link
Owner

@johntruckenbrodt johntruckenbrodt commented Mar 1, 2019

Function snap.geocode will now compute multilooking factors depending on the image geometry (Slant vs. Ground Range), the image spacing and the target resolution such that the target resolution is approximated but not exceeded. If any of the factors for range and azimuth is larger than 1, an additional multilook node is inserted into the workflow.
Multilooking factors for Gamma are now computed such that the target resolution is approximated but never exceeded to preserve more detail for resampling during geocoding.
Both the Snap and Gamma module make use of a new function ancillary.multilook_factors

The recent workflow modifications require reading the image geometry
from the source product. Reading this attribute is currently only
supported for Sentinel-1 via the drivers.SAFE class
incidence and image_geometry are needed, which are currently only
extracted from Sentinel-1 metadata
@coveralls
Copy link

coveralls commented Mar 1, 2019

Pull Request Test Coverage Report for Build 389

  • 23 of 30 (76.67%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.5%) to 32.357%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pyroSAR/gamma/util.py 0 2 0.0%
pyroSAR/snap/util.py 11 13 84.62%
pyroSAR/ancillary.py 9 12 75.0%
Totals Coverage Status
Change from base Build 386: 0.5%
Covered Lines: 1425
Relevant Lines: 4404

💛 - Coveralls

@johntruckenbrodt johntruckenbrodt changed the title integrate SNAP multilooking revise Gamma multilooking and integrate it into SNAP workflows Mar 1, 2019
@johntruckenbrodt johntruckenbrodt changed the title revise Gamma multilooking and integrate it into SNAP workflows Multilooking: revise Gamma procedure and integrate it into SNAP workflows Mar 1, 2019
@johntruckenbrodt johntruckenbrodt merged commit 039530e into master Mar 1, 2019
@johntruckenbrodt johntruckenbrodt deleted the feature/snap_multilook branch March 1, 2019 15:43
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