Script execution

This commit is contained in:
x03daop
2016-09-09 18:17:12 +02:00
parent ad36da905c
commit 881e056620
+4 -4
View File
@@ -1,5 +1,5 @@
"""
Scan refocusing mirror ROZ and manipulator X in parallel (to find analyser focus).
Scan refocusing mirror Y and manipulator Z in parallel (to find analyser focus).
Beam stays on same spot on the sample.
set scan parameters below.
@@ -16,11 +16,11 @@ ENDSCAN = False
# do not edit below
MOTOR = (RefocusZRot, ManipulatorZ)
MOTOR = (RefocusYTrans, ManipulatorZ)
SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
STARTPOS = (-2.000, 114.9)
ENDPOS = (-1.259, 115.1)
STARTPOS = (9.483, 114.9)
ENDPOS = (9.269, 115.3)
RELATIVE = False
adjust_sensors()