Script execution

This commit is contained in:
gac-x11ma
2017-12-14 01:02:40 +01:00
parent f45d812faa
commit 3b44a970b1
+1 -1
View File
@@ -107,7 +107,7 @@ for B in setpoints:
#scan.append ([B, E], [readback1, readback2], [detector1, detector2, detector4, detector6, detector7, tey_norm])
scan.append ([B, E], [readback2], [detector1, detector2, detector4, tey_norm])
filename=open("data1.txt","a")
filename.write("%f %e %e %e %e \n" %(B,E,detector1,detector2,tey_norm))
filename.write("%s %s %s %s %s \n" %(B,E,detector1,detector2,tey_norm))
scan.end()
filename.close()