From dec78d704d9f3dada9535179cdd849905fe689e5 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 17 May 2019 11:58:46 +0200 Subject: [PATCH] Script execution --- script/ManipulatorXYScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/ManipulatorXYScan.py b/script/ManipulatorXYScan.py index 3954e6e0..e245d296 100644 --- a/script/ManipulatorXYScan.py +++ b/script/ManipulatorXYScan.py @@ -12,10 +12,10 @@ set ANGLE = +60.0 to move the sample along the beam. import math # adjust the following parameters -DISTANCE = 10.0 +DISTANCE = 20.0 ANGLE = -30.0 # move sample across beam #ANGLE = +60.0 # move sample along beam -STEPS = 20 +STEPS = 40 LATENCY = 0.0 ENDSCAN = True