Script execution

This commit is contained in:
gac-x03da
2019-08-09 11:26:39 +02:00
parent 16433320e7
commit 769db6f7ff

View File

@@ -6,6 +6,7 @@ set analyser parameters separately!
"""
import math
set_exec_pars(compression=True)
# adjust the following parameters
DISTANCE = 0.08
@@ -14,7 +15,7 @@ LATENCY = 0.5
ENDSCAN = False
MOTORS = [FocusYRot]
SENSORS = [SampleCurrent, RefCurrent, MachineCurrent, OpticsCameraCentroidX, OpticsCameraSigmaX]
SENSORS = [SampleCurrent, RefCurrent, MachineCurrent, OpticsCameraCentroidX, OpticsCameraSigmaX, opps1img]
STARTPOS = (-DISTANCE / 2.0)
ENDPOS = (DISTANCE / 2.0)
RELATIVE = True