From 41735e48e6bb2bbe8cc1531716390d5a26df26a5 Mon Sep 17 00:00:00 2001 From: x03daop Date: Fri, 5 Aug 2016 13:44:19 +0200 Subject: [PATCH] Script execution --- script/SchofieldScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/SchofieldScan.py b/script/SchofieldScan.py index a7acf1f9..c50f90a4 100644 --- a/script/SchofieldScan.py +++ b/script/SchofieldScan.py @@ -99,7 +99,7 @@ set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1}) try: for ll in range(len(azi_range)): - ManipulatorPhi.move(azi_range[nn]) + ManipulatorPhi.move(azi_range[ll]) for nn in range(len(angle_range)): ManipulatorTheta.move(angle_range[nn]) print 'current theta is ', ManipulatorTheta.take(), ' and current azimuth is ' , ManipulatorPhi.take()