From 3d84da7b61ea3491fee8397d3fa2d2b90639e4c6 Mon Sep 17 00:00:00 2001 From: x03daop Date: Sat, 22 Jul 2017 03:26:31 +0200 Subject: [PATCH] Script execution --- script/users/HoloScan-Yasmine.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/users/HoloScan-Yasmine.py b/script/users/HoloScan-Yasmine.py index 1262dae7..c513aaf5 100644 --- a/script/users/HoloScan-Yasmine.py +++ b/script/users/HoloScan-Yasmine.py @@ -36,11 +36,11 @@ try: y = [3.0 * math.sin((th+9.0) * math.pi/180.0) - 0.933 for th in theta] #x = [0.65] #y = [0.0179 * th for th in theta] - #VECTOR = [phi, theta, x, y] - VECTOR = [theta[i] for i in range(NPOINTS)] + VECTOR = [phi, theta, x, y] + #VECTOR = [theta[i] for i in range(NPOINTS)] # ManipulatorPhi.move(-8.9) #ManipulatorTilt.move(+25.5) #Scienta.getStepTime().write(1.47) - vscan( SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout) + vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout) finally: after_scan()