From ab165a8cb836cc5bcc341b09c6b2cf68b79b2886 Mon Sep 17 00:00:00 2001 From: x03daop Date: Mon, 1 Aug 2016 17:27:14 +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 1e30cc98..d006e46a 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 = 5.0 -ANGLE = -30.0 # move sample across beam -#ANGLE = +60.0 # move sample along beam -STEPS = 10 +DISTANCE = 2.0 +#ANGLE = -30.0 # move sample across beam +ANGLE = +60.0 # move sample along beam +STEPS = 40 LATENCY = 0.1 -ENDSCAN = True +ENDSCAN = False # do not edit below DISTANCE_X = DISTANCE * math.cos(math.radians(ANGLE))