isce-framework / isce-framework/s1-reader
Apply elevation antenna pattern for IPF 2.36:
@vbrancat is already working on this.
Since Apr 21, 2022.
- Dominant language
- Python
- Stars
- 34
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Checked for duplicates
Yes - I've already checked
Alternatives considered
Yes - and alternatives don't suffice
Related problems
The Sentinle-1 SLC processed with IPF 2.36 requires a specific treatment which if not applied it will result in significant discontinuity between the subswath of interferometric phases.
More info on the issue and the correction algorithm is here
Describe the feature request
The Sentinel-1 reader needs to read the IPF version (carry the IPF version as metadata), check for IPF 2.36 and apply the correction to the SLC data. This means that the SLCs from version 2.36 needs to be written to disk.
The correction algorithm is described here and here is our isce2 implementation of this correction.
Computing the correction requires a static calibration file which does not change for different dataset. It's a small file perhaps we should just add it to the repo.
wget https://qc.sentinel1.groupcls.com/product/S1A/AUX_CAL/2016/06/27/S1A_AUX_CAL_V20160627T000000_G20170522T132042.SAFE.TGZ
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.