Add drawers temperature trend in the DQM#310
Conversation
- camera_monitoring.py: add temperature trends with values for all drawers
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #310 +/- ##
==========================================
- Coverage 49.01% 49.01% -0.01%
==========================================
Files 85 87 +2
Lines 7850 8012 +162
==========================================
+ Hits 3848 3927 +79
- Misses 4002 4085 +83 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@alessandromontanari I get: This is what @jlenain was fixing with 7298b03 and [3bc95c1]? |
Yes exactly, |
This has been fixed in PR #313, which is now merged onto Let me rebase it here, and fix the current conflict with |
- camera_monitoring.py: add temperature trends with values for all drawers
3bc95c1 to
be80c34
Compare
|
Rebase done and conflicts fixed. |
|
Hi @jlenain and @hashkar, I believe I fixed what was missing for the temperature trends. I had to rework a bit in
@jlenain, did we specifically need |
No, I don't think so. I just used |
jlenain
left a comment
There was a problem hiding this comment.
Thanks, @alessandromontanari !

feat(src/nectarchain/dqm):
This PR adds the temperature trends for all the drawers as output of the processor
camera_monitoring.pyin the DQM, following the same logic as for the other outputs. This is necessary both to have the plots produced by the DQM and to write in the database serving the web app.