diff --git a/script/RefocusYManipulatorZScan.py b/script/RefocusYManipulatorZScan.py index 649b5b81..3e67c65c 100644 --- a/script/RefocusYManipulatorZScan.py +++ b/script/RefocusYManipulatorZScan.py @@ -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()