Closedown
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
run("Diagnostics/sig_process_wrapper")
|
||||
|
||||
root = "2017/05/04/20170504_182411_WireScan.h5|/"
|
||||
root = "2017/05/05/20170505_123536_WireScan.h5|/" #"2017/05/04/20170504_182411_WireScan.h5|/"
|
||||
wire = "x"
|
||||
blms = ["",""]
|
||||
cycles = 3
|
||||
@@ -43,7 +43,7 @@ print stats
|
||||
|
||||
msg = ""
|
||||
for i in range(len(blms)):
|
||||
msg += "BLM " + str(i) + ":\n"
|
||||
msg += "Wire " + wire + " - BLM " + str(i) + ":\n"
|
||||
msg += " RMS: " + "%.4f" % stats[i][0][0] + " " + unichr(0x03C3) + "=" + "%.4f" % stats[i][0][1] + "\n"
|
||||
msg += " RMS COM: " + "%.4f" % stats[i][1][0] + " " + unichr(0x03C3) + "=" + "%.4f" % stats[i][1][1] + "\n"
|
||||
msg += " Gauss COM: " + "%.4f" % stats[i][2][0] + " " + unichr(0x03C3) + "=" + "%.4f" % stats[i][2][1] + "\n"
|
||||
|
||||
Reference in New Issue
Block a user