From 881e0566209b02657dfe743a602d87bca0183b5e Mon Sep 17 00:00:00 2001 From: x03daop Date: Fri, 9 Sep 2016 18:17:12 +0200 Subject: [PATCH] Script execution --- script/RefocusYManipulatorZScan.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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()