From ba0f80f6307d5a67fec168c970d632587b962e09 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 17 May 2019 11:56:21 +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 5fb57549..3954e6e0 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 = 2.0 -#ANGLE = -30.0 # move sample across beam -ANGLE = +60.0 # move sample along beam -STEPS = 60 +DISTANCE = 10.0 +ANGLE = -30.0 # move sample across beam +#ANGLE = +60.0 # move sample along beam +STEPS = 20 LATENCY = 0.0 -ENDSCAN = False +ENDSCAN = True # do not edit below DISTANCE_X = DISTANCE * math.cos(math.radians(ANGLE))