New ScreenPanel

This commit is contained in:
2018-01-19 10:56:53 +01:00
commit ae4d621609
580 changed files with 46598 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
camtool.start("simulation")
time.sleep(1.0)
d = camtool.stream.getChild("x_fit_mean")
a = create_averager(d, 5, -1)
a.monitored = True
m=camtool.getDataMatrix()
tscan ((d,a, a.samples,m), 10, 0.5)
camtool.stop()