-
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
Thermal noise Correction and EAP phase compensation #62
Thermal noise Correction and EAP phase compensation #62
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>
fix on docstring Co-authored-by: Gustavo H. X. Shiroma <52007211+gshiroma@users.noreply.github.com>
unnecessary comment removed Co-authored-by: Gustavo H. X. Shiroma <52007211+gshiroma@users.noreply.github.com>
…iguration id of the AUX_CAL .zip
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.
Aside from my one comment, looks good.
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
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, @seongsujeong, for working on this PR. This is really important for RTC and CSLC. As we discussed offline, I think we need aux_cal in this PR. Otherwise, we'll have problems processing old data. In addition, I also added a few comments below.
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 , for addressing all my comments. I have one last suggestion below, but I think this PR is already good for merging.
Ah.. Just please make sure to resolve all conflicts before merging it. |
Co-authored-by: Gustavo H. X. Shiroma <52007211+gshiroma@users.noreply.github.com>
This PR is to add thermal noise correction and EAP phase compensation features into OPERA workflow.