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