From 3a4833d173703041e22bd5a1d2a450f76a3d5f36 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 17 Apr 2018 17:54:05 +0200 Subject: [PATCH] Closedown --- script/test/HoloFlyScan.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/test/HoloFlyScan.py b/script/test/HoloFlyScan.py index c3ce84f8..e8b120a2 100644 --- a/script/test/HoloFlyScan.py +++ b/script/test/HoloFlyScan.py @@ -54,7 +54,8 @@ try: print "phi = ", phi ManipulatorPhi.waitValueInRange(phi, 1.0, 100) #try: - cscan(MOTORS, SENSORS, THETA_RANGE[0], THETA_RANGE[1], THETA_NSTEPS - 1, time=theta_time, before_read=before_readout, after_read = after_readout) + #check_positions = False makes scan not to abort if cannot keep time base: can get less points + cscan(MOTORS, SENSORS, THETA_RANGE[0], THETA_RANGE[1], THETA_NSEPS - 1, time=theta_time, before_read=before_readout, after_read = after_readout, check_positions = False) #except ContinuousScanFollowingErrorException: # print time.time(), " cscan: exception at (theta, phi) = ({th}, {ph})".format(th=ManipulatorTheta.read(), ph=phi) if ZIGZAG: