Closedown
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#Thu Mar 09 13:02:14 CET 2017
|
||||
#Thu Mar 09 13:58:41 CET 2017
|
||||
colormap=Temperature
|
||||
colormapAutomatic=true
|
||||
colormapMax=0.0
|
||||
@@ -19,9 +19,9 @@ rotation=0.0
|
||||
rotationCrop=false
|
||||
scale=1.0
|
||||
serverURL=localhost\:10000
|
||||
spatialCalOffsetX=472.798095703125
|
||||
spatialCalOffsetY=5502.50439453125
|
||||
spatialCalScaleX=-29.54988184900188
|
||||
spatialCalScaleY=-26.71118617574497
|
||||
spatialCalOffsetX=16275.9921875
|
||||
spatialCalOffsetY=15891.47265625
|
||||
spatialCalScaleX=-18.90359092620482
|
||||
spatialCalScaleY=-19.37984500632817
|
||||
spatialCalUnits=mm
|
||||
transpose=false
|
||||
|
||||
@@ -176,13 +176,14 @@ class Sinusoid(ReadonlyRegisterBase):
|
||||
|
||||
|
||||
#Pseudo devices
|
||||
"""
|
||||
add_device(Sinusoid("phase"), True)
|
||||
add_device(Sinusoid("bpm_q"), True)
|
||||
add_device(Sinusoid("center_x"), True)
|
||||
add_device(Sinusoid("center_y"), True)
|
||||
center_x.setPolling(100)
|
||||
center_y.setPolling(100)
|
||||
|
||||
"""
|
||||
#Camtool "child" pseudo-devices
|
||||
class CamtoolValue(Readable):
|
||||
def __init__(self, channel):
|
||||
|
||||
Reference in New Issue
Block a user