From 579f4af02eb8d754c67e2dd3be183d9885de1d56 Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Fri, 15 Sep 2017 12:02:24 +0200 Subject: [PATCH] Closedown --- script/bpm1s_TimestampTable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bpm1s_TimestampTable.py b/script/bpm1s_TimestampTable.py index 9a19060..c146a9b 100644 --- a/script/bpm1s_TimestampTable.py +++ b/script/bpm1s_TimestampTable.py @@ -12,7 +12,7 @@ def after(rec, scan): time_str = str(dt).ljust(26,'0') + str(int(nanos % 1e3)).zfill(3) append_dataset(path, time_str , type = 's') -mscan(bpm1s_4ch, [bpm1s_4ch, bpm1sig_4ch], -1, 10.0, after_read = after) +mscan(bpm1s_4ch, [bpm1s_4ch, bpm1sig_4ch, bpm1a, bpm1a_sig], -1, 10.0, after_read = after) #mscan(bpm6b, bpm6b, 5) #tscan(bpm6a, b5, 2.0)