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()