From 71d9aaa1ddb76f29bc6e853a47bc69100e205f36 Mon Sep 17 00:00:00 2001 From: Joran Angevaare Date: Thu, 30 Sep 2021 18:09:06 +0200 Subject: [PATCH] Update contexts.py --- straxen/contexts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/straxen/contexts.py b/straxen/contexts.py index bbbbe4334..ed782d001 100644 --- a/straxen/contexts.py +++ b/straxen/contexts.py @@ -29,7 +29,7 @@ check_available=('raw_records', 'peak_basics'), store_run_fields=( 'name', 'number', - 'start', 'end', 'livetime', 'mode')) + 'start', 'end', 'livetime', 'mode', 'source')) xnt_common_config = dict( n_tpc_pmts=straxen.n_tpc_pmts,