From 14c0a108f9d0b62c77f662c74db2f71281ed2a59 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 15 Oct 2018 15:27:59 +0200 Subject: [PATCH] Script execution --- script/users/Granas/ManipulatorXYScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/users/Granas/ManipulatorXYScan.py b/script/users/Granas/ManipulatorXYScan.py index b8ce2a24..f412a4e4 100644 --- a/script/users/Granas/ManipulatorXYScan.py +++ b/script/users/Granas/ManipulatorXYScan.py @@ -12,9 +12,9 @@ set ANGLE = +60.0 to move the sample along the beam. import math # adjust the following parameters -DISTANCE = 11.0 -ANGLE = -30.0 # move sample across beam -#ANGLE = +60.0 # move sample along beam +DISTANCE = 2.0 +#ANGLE = -30.0 # move sample across beam +ANGLE = +60.0 # move sample along beam STEPS = 10 LATENCY = 0.0 ENDSCAN = False