diff --git a/script/End-to-End.py b/script/End-to-End.py index 64e64da..6cffe6b 100644 --- a/script/End-to-End.py +++ b/script/End-to-End.py @@ -114,11 +114,11 @@ for setpoint1 in range(0, 6): count = setpoint1 idDiff01 = a-b if endH>0.0 : - #invert direction and swap start with end of translation - end = startDefault - start = readback2 - direction - direction = -1.0 - print 'End H switch, changing direction to ' + str(direction) + #invert direction and swap start with end of translation + end = startDefault + start = readback2 - direction + direction = -1.0 + print 'End H switch, changing direction to ' + str(direction) scan.append ([setpoint2], [readback2], [detector1, detector2, detector3, detector4, detector5, detector6, detector7, detector8, idDiff02, idDiff01]) break if endL>0.0 :