From 9ac2432e2de88f48cf4a4b162a17d9f5565b6eab Mon Sep 17 00:00:00 2001 From: x07maop Date: Tue, 1 Mar 2016 12:29:26 +0100 Subject: [PATCH] Script execution --- script/local.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/local.py b/script/local.py index af53df9..8aac1be 100644 --- a/script/local.py +++ b/script/local.py @@ -315,8 +315,7 @@ def hyst_step_mult(forward, ranges, ramp_speed, energies): def scan_e(start, end, step, settling_time = 0, accumulation_time = None): #wait_beam() - acc = Accumulator([signal_tey, signal_i0, signal_trans], accumulation_time) - + acc = Accumulator([signal_tey, signal_i0, signal_trans], accumulation_time) detectors = acc.getSensors() + [polmod, pol_angle, temperature, current] lscan(energy, detectors, float(start), float(end), float(step), latency = settling_time)