Script execution

This commit is contained in:
gac-x11ma
2017-12-14 01:01:10 +01:00
parent df999b2700
commit 06381a4a4b
+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("%f %e %e %e %e \n" %(B,E,detector1,detector2,tey_norm))
scan.end()
filename.close()