-
Notifications
You must be signed in to change notification settings - Fork 17
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
Lo L1A Histogram packet_to_dataset() Refactor and CDF Creation #788
Lo L1A Histogram packet_to_dataset() Refactor and CDF Creation #788
Conversation
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.
Leaving some initial feedback for now, likely won't be able to review again for a while, so don't wait for my final review/approval.
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 good to me. I left one nit pick on naming. Ping me for review again once you address some of gregs comments.
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.
A few comments/suggestions.
@sdhoyt, it is not clear to me what comments have been addressed or that you feel are resolved. Can you mark what you think is done as resolved and then ping me and I will review. |
@subagonsouth All the comments are now marked as resolved. Most of the CDF YAML related comments are resolved by the creation of this issue: #843. I'm going to make improvements to the YAML in a separate PR. |
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.
Sorry for the slow feedback.
Change Summary
Overview
This PR refactors the the Lo L1A histogram code to use the
packet_to_dataset()
function and adds code to create the L1A CDF. There ended up being more changes that I had hoped, so I can try to break this up if needed. What I was doing on this branch evolved a bit over time, so this isn't a compartmentalized as a should be.New Dependencies
None
New Files
Deleted Files
packets_to_dataset()
packets_to_dataset()
Updated Files
Testing