From d8b7fa8b843ce8e05ad874dcd561da1a67f85bf7 Mon Sep 17 00:00:00 2001 From: x03daop Date: Fri, 27 May 2016 15:22:33 +0200 Subject: [PATCH] Script execution --- script/FermiSurfScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/FermiSurfScan.py b/script/FermiSurfScan.py index c5debc25..58493936 100644 --- a/script/FermiSurfScan.py +++ b/script/FermiSurfScan.py @@ -15,7 +15,7 @@ ENDSCAN = False ZIGZAG = False MOTORS = (ManipulatorTheta) -SENSORS = (Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) +SENSORS = (Counts,Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) STARTPOS = (-12.0) ENDPOS = (+15.0) RELATIVE = False @@ -23,7 +23,7 @@ RELATIVE = False #set_preference(Preference.PLOT_TYPES,{'ImageIntegrator':1}) adjust_sensors() set_adc_averaging() -set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1}) +#set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1}) try: lscan(MOTORS, SENSORS, STARTPOS, ENDPOS, STEPS, LATENCY, RELATIVE, before_read=before_readout, after_read = after_readout)