From bc727727387a11bacc2a9f77fd4dd8f25a8a001c Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 9 Jul 2019 16:39:52 +0200 Subject: [PATCH] Script execution --- script/ManipulatorXYScan.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/script/ManipulatorXYScan.py b/script/ManipulatorXYScan.py index 91deaddd..d164b28a 100644 --- a/script/ManipulatorXYScan.py +++ b/script/ManipulatorXYScan.py @@ -12,12 +12,12 @@ set ANGLE = +60.0 to move the sample along the beam. import math # adjust the following parameters -DISTANCE = 4.0 -ANGLE = -30.0 # move sample across beam -#ANGLE = +60.0 # move sample along beam -STEPS = 40 +DISTANCE = 2.0 +#ANGLE = -30.0 # move sample across beam +ANGLE = +60.0 # move sample along beam +STEPS = 20 LATENCY = 0.0 -ENDSCAN = True +ENDSCAN = False # do not edit below DISTANCE_X = DISTANCE * math.cos(math.radians(ANGLE))