From d1d2c003a0638f8b0602ba2fb92eb380b263dfeb Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 13 Jun 2018 22:24:16 +0200 Subject: [PATCH] Closedown --- script/local.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/local.py b/script/local.py index f861498e..9593f947 100644 --- a/script/local.py +++ b/script/local.py @@ -341,14 +341,14 @@ def adjust_sensors(): global SENSORS if SENSORS is not None: # Move integration to end - sample_scienta = False + #sample_scienta = False for dev in ["Scienta.spectrum","EnergyDistribution", "AngleDistribution", "Scienta.dataMatrix"]: if dev in SENSORS: - sample_scienta = True + #sample_scienta = True SENSORS=SENSORS+[SENSORS.pop(SENSORS.index(dev))] for dev in ["Counts"]: if dev in SENSORS: - sample_scienta = True + #sample_scienta = True SENSORS=[SENSORS.pop(SENSORS.index(dev))] + SENSORS if "Scienta.dataMatrix" in SENSORS or Scienta.dataMatrix in SENSORS: print "Not ACC"