Closedown

This commit is contained in:
gac-x04sa
2018-10-31 12:11:52 +01:00
parent 7981f4ded4
commit 89687468f2

View File

@@ -131,7 +131,7 @@ class ReadableImage(ReadableMatrix):
add_device( Image("image", pixel), True)
"""
def _update_detector_image():
time.sleep(1.0) #TODO: Must wait thje file to be ready instead
image.matrix.update()
@@ -148,4 +148,3 @@ add_device(RegisterMatrixSource("detector_image", image.matrix), True)
detector_image.monitored = True
image.matrix.update()
"""