Script execution

This commit is contained in:
gac-x11ma
2017-12-14 02:09:58 +01:00
parent 1867088308
commit cb00524826

View File

@@ -140,7 +140,7 @@ for i in range(0,No_of_steps):
ADC1_E2=ADC1_temp_E2/Noavg;
tey_norm = tey_norm_E1/tey_norm_E2;#edge/preedge
detector4 = caget(OTF_MODE2)
filename.write(" %f %f %e %f %e %e %s \n" %(B, E1, ADC2_E1, E2, ADC2_E2, tey_norm, detector4);
filename.write(" %f %f %e %f %e %e %s \n" %(B, E1, ADC2_E1, E2, ADC2_E2, tey_norm, detector4));
filename.close();
#plot(data"+file_prefix", title = "2d", xdata = B, ydata = data_y)