From cff44e6a2564d55a0310556b217c561dc250c380 Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Thu, 14 Sep 2017 12:05:36 +0200 Subject: [PATCH] Script execution --- 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 4338162..0914e84 100644 --- a/script/bpm1s_TimestampTable.py +++ b/script/bpm1s_TimestampTable.py @@ -11,7 +11,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_ch, -1, 1000.0, after_read = after) +mscan(bpm1s_4ch, bpm1s_4ch, -1, 1000.0, after_read = after) #mscan(bpm6b, bpm6b, 5) #tscan(bpm6a, b5, 2.0)