Closedown

This commit is contained in:
follath_r
2017-09-01 21:13:24 +02:00
parent 2e460793f8
commit f01a0d894d

View File

@@ -2,7 +2,7 @@ camtool.start("SAROP21-PPRM102")
#sensors = [xbpm_x, camtool.stream.getChild("x_rms"), camtool.stream.getChild("y_rms")]
sensors = [camtool.stream.getChild("x_center_of_mass"), camtool.stream.getChild("x_rms"), camtool.stream.getChild("y_center_of_mass"),camtool.stream.getChild("y_rms")]
#tscan(sensors, 10, 1.0)
sensors = [camtool.stream.getChild("x_fit_mean"), camtool.stream.getChild("x_fit_standard_deviation"), camtool.stream.getChild("y_fit_mean"),camtool.stream.getChild("y_fit_standard_deviation")]#tscan(sensors, 10, 1.0)
lscan (m2rx, sensors, -3.2, -3.0 , 0.01)
lscan (m2rx, sensors, -3.15, -2.85 , 0.01)