From 5f6c339aff4fd71e69b07c496576a23e19d410c7 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Tue, 11 Feb 2020 10:36:47 +0100 Subject: [PATCH] Startup --- config/variables.properties | 4 ++-- script/test/TestHist.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/variables.properties b/config/variables.properties index 2fa65fc..3f5ad15 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -1,2 +1,2 @@ -#Fri Feb 07 10:18:03 CET 2020 -FileSequentialNumber=259 +#Tue Feb 11 10:31:57 CET 2020 +FileSequentialNumber=281 diff --git a/script/test/TestHist.py b/script/test/TestHist.py index 416acdd..1bd97e0 100644 --- a/script/test/TestHist.py +++ b/script/test/TestHist.py @@ -4,4 +4,4 @@ def hyst_cont(field, init_field, final_field, ramp_speed, energies): run("HystScan",{"FIELD":field, "START_FIELD":init_field, "END_FIELD":final_field, "ENERGIES":energies, "RAMP_RATE":ramp_speed, "ENERGY_CHANGE_SLEEP":0.5, "MODE":None, "OFFSET":None}) -hyst_cont(cv, -0.1, 0.0, 0.2, [842.6,842.6]) \ No newline at end of file +hyst_cont(cv, -0.1, 0.0, 0.2, [842.6, ]) \ No newline at end of file