-
Notifications
You must be signed in to change notification settings - Fork 19
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
Dqm update - using standard ctapipe tools #154
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #154 +/- ##
==========================================
+ Coverage 40.76% 47.51% +6.74%
==========================================
Files 65 64 -1
Lines 4452 4590 +138
==========================================
+ Hits 1815 2181 +366
+ Misses 2637 2409 -228 ☔ View full report in Codecov by Sentry. |
Please enter the commit message for your changes. Lines starting
Hi @hashkar ! Thanks for this PR. The fact that codecov fails is not so worrisome. The other tests pass now. On the issue you raised in your first comment concerning runs with missing pixels, could you elaborate a bit what is failing where? When @guillaumegrolleron implemented the charge extractors layer in |
@jlenain issues of the first comment are fixed now |
Thanks @hashkar ! |
@jlenain I switched the default from LocalPeakWindowSum to GlobalPeakWinfowSum in the start_dqm.py script |
Thank you, @hashkar. I wasn't calling for a change, but rather a discussion with @vmarandon , @frnbrun and you on what would be the best strategy for regular DQM runs. |
When using --method GlobalPeakWindowSum --extractor_kwargs '{"window_width":16,"window_shift":4}'
In chargeIntegration:
Line 108 - 117
The way Broken Pixles is computed does not hide the 21 pixels hidden by the camera shutter. In the display the values are still there.
Alternatively using self.pixelBAD = evt.mon.tel[0].pixel_status.hardware_failing_pixels breaks the code at line 129 or 139