Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user