Added many many debug statements to help debug issue #32
This commit is contained in:
parent
0948c9308a
commit
5672b82f5e
4 changed files with 25 additions and 8 deletions
|
|
@ -73,10 +73,12 @@ class Microscope(object):
|
|||
|
||||
def close(self):
|
||||
"""Shut down the microscope hardware."""
|
||||
logging.info("Closing {}".format(self))
|
||||
if self.camera:
|
||||
self.camera.close()
|
||||
if self.stage:
|
||||
self.stage.close()
|
||||
logging.info("Closed {}".format(self))
|
||||
|
||||
def attach(self, camera: StreamingCamera, stage: OpenFlexureStage):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue