-
Notifications
You must be signed in to change notification settings - Fork 77
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
Update some functions for DL3 Tool #752
Conversation
…table/create_event_list function for clarity and usage beyond the earlier function.
…fferent functionalities, which might be used for different purposes, and add calculation of orthogonal geomagnetic angle, used for IRF interpolation with updated geomagnetic parameters
Codecov Report
@@ Coverage Diff @@
## master #752 +/- ##
==========================================
- Coverage 83.52% 83.45% -0.07%
==========================================
Files 72 72
Lines 5541 5568 +27
==========================================
+ Hits 4628 4647 +19
- Misses 913 921 +8
Continue to review full report at Codecov.
|
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 ok to me - assuming it has been tested on the usual reference data samples
Update pyirf dependency, and some restructuring of functions relevant for DL3 Tool to accommodate future PRs
Functions changes -
This modification is necessary so that once the 2 PRs are merged, it will be smoother to integrate, and also for any future update on the DL3 Tools.
Also, 1 more filter on event selection for DL3 is added, to select only cosmic events (event_type=32), to be more accurate in our choice of event selection.