Closedown
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#Mon Jul 10 21:21:54 CEST 2017
|
||||
#Mon Jul 10 21:46:52 CEST 2017
|
||||
colormap=Flame
|
||||
colormapAutomatic=false
|
||||
colormapMax=2871.141
|
||||
colormapMin=95.477
|
||||
colormapMax=2871.0
|
||||
colormapMin=95.0
|
||||
flipHorizontally=false
|
||||
flipVertically=false
|
||||
grayscale=false
|
||||
@@ -21,9 +21,9 @@ rotation=0.0
|
||||
rotationCrop=false
|
||||
scale=1.0
|
||||
serverURL=localhost\:10000
|
||||
spatialCalOffsetX=-861.4939970777481
|
||||
spatialCalOffsetY=-820.4883730911062
|
||||
spatialCalScaleX=-18.90359092620482
|
||||
spatialCalScaleY=-19.37984500632817
|
||||
spatialCalOffsetX=-1057.4895329398094
|
||||
spatialCalOffsetY=-1420.5549062527236
|
||||
spatialCalScaleX=-8.510638153514359
|
||||
spatialCalScaleY=-8.235817137431614
|
||||
spatialCalUnits=mm
|
||||
transpose=false
|
||||
|
||||
@@ -58,8 +58,8 @@ kill_camtool()
|
||||
check_camtool()
|
||||
camtool.start(camera_name)
|
||||
wait_camtool_message()
|
||||
x = camtool.stream.getChild("x_center_of_mass")
|
||||
dx = camtool.stream.getChild("x_rms")
|
||||
x = camtool.stream.getChild("x_fit_mean")
|
||||
dx = camtool.stream.getChild("x_fit_standard_deviation")
|
||||
|
||||
#Creating averagers
|
||||
x_averager = create_averager(x, nb, -1) # -1 event based, waits for the next value
|
||||
|
||||
Reference in New Issue
Block a user