Script execution

This commit is contained in:
gac-x11ma
2017-12-12 16:54:45 +01:00
parent 3f2416a9a2
commit 5cc3407f56

View File

@@ -82,8 +82,10 @@ for E in setpoints:
if H > 0:
scan1.append ([E, H], [readback1, readback2], [detector1, detector2, detector4, detector7, tey_norm])
print "appending: ", H
if H < 0:
scan2.append ([E, H], [readback1, readback2], [detector1, detector2, detector4, detector7, tey_norm])
print "appending: ", H
scan1.end()
scan2.end()