From 04a90993c589eda7acf9baaa3a918ff6e924f95d Mon Sep 17 00:00:00 2001 From: Mariana Rajado Nunes Da Silva Date: Wed, 6 Dec 2023 07:08:56 -0600 Subject: [PATCH 1/2] change integration window --- straxen/plugins/led_cal/led_calibration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/straxen/plugins/led_cal/led_calibration.py b/straxen/plugins/led_cal/led_calibration.py index 890d20f7c..613b57024 100644 --- a/straxen/plugins/led_cal/led_calibration.py +++ b/straxen/plugins/led_cal/led_calibration.py @@ -47,7 +47,7 @@ class LEDCalibration(strax.Plugin): ) led_window = straxen.URLConfig( - default=(78, 116), + default=(78, 132), infer_type=False, help="Window (samples) where we expect the signal in LED calibration", ) From 7e556b69e277afa95f6b200836502e216b529b5b Mon Sep 17 00:00:00 2001 From: Mariana Rajado Nunes Da Silva Date: Wed, 6 Dec 2023 08:28:04 -0600 Subject: [PATCH 2/2] update plugin version --- straxen/plugins/led_cal/led_calibration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/straxen/plugins/led_cal/led_calibration.py b/straxen/plugins/led_cal/led_calibration.py index 613b57024..36c22578a 100644 --- a/straxen/plugins/led_cal/led_calibration.py +++ b/straxen/plugins/led_cal/led_calibration.py @@ -34,7 +34,7 @@ class LEDCalibration(strax.Plugin): from the signal one. """ - __version__ = "0.2.3" + __version__ = "0.2.4" depends_on = "raw_records" data_kind = "led_cal"