Script execution

This commit is contained in:
gac-x03da
2022-06-22 17:54:10 +02:00
parent e9bef38366
commit 160cb23c34

View File

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