Closed seongsujeong closed 1 year ago
Yes - I've already checked
Yes - and alternatives don't suffice
Recent Sentinel-1 data started to include radio frequency interference annotation (RFI) into the SAFE data. The document below explains about RFI in more detail: https://sentinel.esa.int/documents/247904/1653442/DI-MPC-OTH-0540-1-0-RFI-Tech-Note.pdf/4b4fa95d-039f-5c78-fb90-06d307b3c13a
Current s1-reader does not have capability to parse the RFI annotation, and take in the information into Sentinel1BurstSlc
Sentinel1BurstSlc
We need a module to read in the RFI information into Sentinel1BurstSlc dataclass.
Closing this issue as PR #97 is merged into main.
Checked for duplicates
Yes - I've already checked
Alternatives considered
Yes - and alternatives don't suffice
Related problems
Recent Sentinel-1 data started to include radio frequency interference annotation (RFI) into the SAFE data. The document below explains about RFI in more detail: https://sentinel.esa.int/documents/247904/1653442/DI-MPC-OTH-0540-1-0-RFI-Tech-Note.pdf/4b4fa95d-039f-5c78-fb90-06d307b3c13a
Current s1-reader does not have capability to parse the RFI annotation, and take in the information into
Sentinel1BurstSlc
Describe the feature request
We need a module to read in the RFI information into
Sentinel1BurstSlc
dataclass.