Closedown

This commit is contained in:
gobbo_a
2017-05-05 17:19:43 +02:00
parent 0f58da669b
commit 412c99fe64
7 changed files with 184 additions and 154 deletions
+2 -2
View File
@@ -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"