Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user