Script execution

This commit is contained in:
x03daop
2016-05-27 15:22:33 +02:00
parent be6a184ee2
commit d8b7fa8b84

View File

@@ -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)