Script execution
This commit is contained in:
@@ -9,7 +9,7 @@ import math
|
||||
set_exec_pars(compression=True)
|
||||
|
||||
# adjust the following parameters
|
||||
DISTANCE = 2.
|
||||
DISTANCE = 1.
|
||||
STEPS = 50
|
||||
LATENCY = 0.5
|
||||
ENDSCAN = False
|
||||
@@ -17,6 +17,8 @@ ENDSCAN = False
|
||||
MOTORS = [FocusYRot]
|
||||
#SENSORS = [SampleCurrent, RefCurrent, MachineCurrent, OpticsCameraCentroidX, OpticsCameraSigmaX, opps1img.getDataMatrix()]
|
||||
SENSORS = [SampleCurrent, RefCurrent, MachineCurrent]
|
||||
SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
|
||||
|
||||
STARTPOS = (-DISTANCE / 2.0)
|
||||
ENDPOS = (DISTANCE / 2.0)
|
||||
RELATIVE = True
|
||||
|
||||
Reference in New Issue
Block a user