diff --git a/script/SchofieldScan.py b/script/SchofieldScan.py index 46d270e3..3f2cd2ff 100644 --- a/script/SchofieldScan.py +++ b/script/SchofieldScan.py @@ -121,10 +121,10 @@ try: # ManipulatorPhi.move(azi_range[ll]) # for nn in range(len(angle_range)): tic = time.time() - ManipulatorTheta.move(angle_range[nn]) +# ManipulatorTheta.move(angle_range[nn]) # print 'current theta is ', ManipulatorTheta.take(), ' and current azimuth is ' , ManipulatorPhi.take() -# Scienta.getStepTime().write(angle_time[nn]) -# sleep(1) + Scienta.getStepTime().write(angle_time[nn]) + sleep(1) vscan(Eph, SENSORS, VECTOR, True, LATENCY,False, before_read=wait_beam, after_read = after_readout) toc = time.time() tictoc = round((toc-tic)/60*100)/100