Loading openflexure_microscope/microscope.py +4 −2 Original line number Diff line number Diff line Loading @@ -42,7 +42,9 @@ class Microscope(object): def close(self): """Shut down the microscope hardware.""" if self.camera: self.camera.close() if self.stage: self.stage.close() def attach(self, camera: StreamingCamera, stage: OpenFlexureStage, apply_config: bool=True): Loading Loading
openflexure_microscope/microscope.py +4 −2 Original line number Diff line number Diff line Loading @@ -42,7 +42,9 @@ class Microscope(object): def close(self): """Shut down the microscope hardware.""" if self.camera: self.camera.close() if self.stage: self.stage.close() def attach(self, camera: StreamingCamera, stage: OpenFlexureStage, apply_config: bool=True): Loading