Loading openflexure_microscope/microscope.py +2 −2 Original line number Diff line number Diff line Loading @@ -192,7 +192,7 @@ class Microscope(object): # If attached to a camera if self.camera: # Update camera config self.camera.config = config self.camera.config.update(config) # If attached to a stage # TODO: Convert stage settings into a config expansion Loading Loading
openflexure_microscope/microscope.py +2 −2 Original line number Diff line number Diff line Loading @@ -192,7 +192,7 @@ class Microscope(object): # If attached to a camera if self.camera: # Update camera config self.camera.config = config self.camera.config.update(config) # If attached to a stage # TODO: Convert stage settings into a config expansion Loading