From d35e1ad2f920e9bd035577662d5c1d8e74cd837a Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 30 Sep 2019 18:39:37 +0200 Subject: [PATCH] Script execution --- script/ManipulatorXYFlyScan.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/script/ManipulatorXYFlyScan.py b/script/ManipulatorXYFlyScan.py index 7b101a9c..57f25069 100644 --- a/script/ManipulatorXYFlyScan.py +++ b/script/ManipulatorXYFlyScan.py @@ -14,14 +14,15 @@ import math # adjust the following parameters # move sample across beam -ANGLE = -30.0 -DISTANCE = 8. -STEP = 0.1 +#ANGLE = -30.0 +#DISTANCE = 8. +#STEP = 0.2 + # move sample along beam -#ANGLE = +60.0 -#DISTANCE = 5. -#STEP = 0.01 +ANGLE = +60.0 +DISTANCE = 4. +STEP = 0.02 SENSORS = (Counts, AngleDistribution, EnergyDistribution, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent) ENDSCAN = False