-
Notifications
You must be signed in to change notification settings - Fork 12
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
RFI reader and miscellaneous metadata reader for CARD-NRB compliance #97
Conversation
Updating the main branch of this fork to update after `s1_annotation.py`
…r implementation for thermal and EAP correction
… `Sentinel1BurstSlc`
Readability improvement on equation Co-authored-by: Liang Yu <liangjyu@gmail.com>
Removing commented out code Co-authored-by: Liang Yu <liangjyu@gmail.com>
Reverting the docstring to be split into two lines for PEP8 compliance Co-authored-by: Liang Yu <liangjyu@gmail.com>
Improving docstring of the code copied from isce2 Co-authored-by: Liang Yu <liangjyu@gmail.com>
Removing the commented out codes Co-authored-by: Liang Yu <liangjyu@gmail.com>
improvement on code brevity Co-authored-by: Liang Yu <liangjyu@gmail.com>
renaming variable for better clarity Co-authored-by: Liang Yu <liangjyu@gmail.com>
renaming variable name for clarity Co-authored-by: Liang Yu <liangjyu@gmail.com>
Bump isce3 to 0.8 and refresh CI specfile (isce-framework#66)
variable name revised for clarity Co-authored-by: Liang Yu <liangjyu@gmail.com>
variable renamed for clarity Co-authored-by: Liang Yu <liangjyu@gmail.com>
improvement on docstring Co-authored-by: Liang Yu <liangjyu@gmail.com>
Readability improvement of equation Co-authored-by: Liang Yu <liangjyu@gmail.com>
…s1-reader into correction_and_calibration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for this updates, @seongsujeong . We talked offline, but I'll leave some of the comments we talked about here for reference.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @seongsujeong I only have minor comments on the code. Hopefully I can find some time to test the code.
"numSubBlocks": int, | ||
"subBlockSize": int, | ||
"maxPercentageAffectedBW": float, | ||
"percentageBlocksPersistentRfi": float, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"percentageBlocksPersistentRfi": float, | |
"percentageBlocksPersistentRFI": float, |
For consistency with Gustavo's comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The keys in dict_datatype_rfi
have to be in exact match with the field names in RFI annotation .xml files because the following function element_to_dict()
make use of the dictionary to parse the XML.
@seongsujeong, any progress on this PR? |
Co-authored-by: Gustavo H. X. Shiroma <52007211+gshiroma@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, @seongsujeong . I have just a few minor comments below. I think we are close to merge it. Thanks!
Co-authored-by: Gustavo H. X. Shiroma <52007211+gshiroma@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
This PR adds
s1-reader
an ability to load Radio Frequency Interferences (RFI) information, which is available starting from IPF version 3.40.edit: 03/31/2023
This PR also includes the feature add to load miscellaneous metadata to populate the metadata of RTC-S1 to comply with CEOS Analysis Ready Data - Normalized Radar Backscatter (CARD-NRB)