Skip to content

Commit

Permalink
Decrease number of chunks (#1123)
Browse files Browse the repository at this point in the history
* decrease number of chunks

* Update bootstrax

* temp increase

* Prevent mongo overflows for large rr-aqmon

* Update contexts.py

* Update daqreader.py

* Update daqreader.py

---------

Co-authored-by: Joran Angevaare <j.angevaare@nikhef.nl>
  • Loading branch information
JoranAngevaare and Joran Angevaare authored Feb 14, 2023
1 parent cb4cdf1 commit 234b787
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion straxen/plugins/online_monitor_mv/online_monitor_mv.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class OnlineMonitorMV(OnlineMonitorNV):
depends_on = ('hitlets_mv', 'events_mv')
provides = 'online_monitor_mv'
data_kind = 'online_monitor_mv'
rechunk_on_save = False

# Needed in case we make again an muVETO child.
ends_with = '_mv'
Expand Down
1 change: 0 additions & 1 deletion straxen/plugins/online_monitor_nv/online_monitor_nv.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class OnlineMonitorNV(strax.Plugin):
depends_on = ('hitlets_nv', 'events_nv')
provides = 'online_monitor_nv'
data_kind = 'online_monitor_nv'
rechunk_on_save = False

# Needed in case we make again an muVETO child.
ends_with = '_nv'
Expand Down
2 changes: 0 additions & 2 deletions straxen/plugins/online_peak_monitor/online_peak_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ class OnlinePeakMonitor(strax.Plugin):
provides = 'online_peak_monitor'
data_kind = 'online_peak_monitor'

rechunk_on_save = False

area_vs_width_nbins = straxen.URLConfig(
type=int, default=60,
help='Number of bins for area vs width histogram for online monitor. '
Expand Down

0 comments on commit 234b787

Please sign in to comment.