From c60cac898103d835042e1a1b0893eb2f6f6fc22f Mon Sep 17 00:00:00 2001 From: x03daop Date: Mon, 1 Aug 2016 17:35:57 +0200 Subject: [PATCH] Script execution --- script/ManipulatorXYScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/ManipulatorXYScan.py b/script/ManipulatorXYScan.py index d006e46a..010f202b 100644 --- a/script/ManipulatorXYScan.py +++ b/script/ManipulatorXYScan.py @@ -12,9 +12,9 @@ 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 +DISTANCE = 8.0 +ANGLE = -30.0 # move sample across beam +#ANGLE = +60.0 # move sample along beam STEPS = 40 LATENCY = 0.1 ENDSCAN = False