Script execution

This commit is contained in:
gac-x03da
2018-04-17 17:56:14 +02:00
parent 3a4833d173
commit dc0762ab83
+1 -1
View File
@@ -55,7 +55,7 @@ try:
ManipulatorPhi.waitValueInRange(phi, 1.0, 100)
#try:
#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)
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)
#except ContinuousScanFollowingErrorException:
# print time.time(), " cscan: exception at (theta, phi) = ({th}, {ph})".format(th=ManipulatorTheta.read(), ph=phi)
if ZIGZAG: