17 lines
270 B
Python
17 lines
270 B
Python
#check_camtool()
|
|
#camtool.start("SINBD01-DSCR010")
|
|
|
|
|
|
#print camtool.getValue().getIdentifiers()
|
|
|
|
#plot(camtool.getValue("y_fit_gauss_function"))
|
|
|
|
x = CamtoolValue("gr_x_fit_mean")
|
|
|
|
|
|
av = create_averager(x, 5, 0.05, "Average")
|
|
av.setMonitored(True)
|
|
tscan(av, 10, 1.0)
|
|
|
|
|