-
Notifications
You must be signed in to change notification settings - Fork 78
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
dl1ab writing using ctapipe write_table #1111
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## ctapipe_0.17 #1111 +/- ##
================================================
- Coverage 74.64% 74.04% -0.60%
================================================
Files 124 125 +1
Lines 12353 12523 +170
================================================
+ Hits 9221 9273 +52
- Misses 3132 3250 +118
☔ View full report in Codecov by Sentry. |
Are these methods usable for the first dl1 file writing in r0_to_dl1? |
It could be, but I don't want to consider this here and fix a working process (that should already be modified to use |
r0_to_dl1 uses the ctapipe TableWriter, which produces the same output format as |
Ok, thanks for the clarifications |
tests are not passing, any idea @vuillaut ? |
yep, working on it |
Hi. |
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.
I think this is good to go, if @maxnoe has time to have a final look, it would be great
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
Follow up of #1031 using ctapipe read and write_table (ctapipe > v0.12 was required)