From 0ed10de6c1478e62df5f124bfac73550d2f51e67 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sun, 10 Sep 2023 11:57:31 +0200 Subject: [PATCH] Script execution --- script/users/chong/MultiRegionScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/users/chong/MultiRegionScan.py b/script/users/chong/MultiRegionScan.py index 577fc569..42ac2fb6 100644 --- a/script/users/chong/MultiRegionScan.py +++ b/script/users/chong/MultiRegionScan.py @@ -25,7 +25,7 @@ MOTORS = [dummy] #MOTORS = [ManipulatorY, ManipulatorZ] # line scan [start, stop, step] -POSITIONS = [0., 50., 20] +POSITIONS = [0., 50., 20.] SCAN = 'lscan' # vector scan [pos1, pos2, pos3, ...]