Loading openflexure_microscope/microscope.py +0 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,6 @@ class Microscope: settings_current['camera_settings'] = settings_current_camera # If attached to a stage # TODO: Offload to stage object if self.stage: if hasattr(self.stage.backlash, 'tolist'): backlash = self.stage.backlash.tolist() Loading Loading
openflexure_microscope/microscope.py +0 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,6 @@ class Microscope: settings_current['camera_settings'] = settings_current_camera # If attached to a stage # TODO: Offload to stage object if self.stage: if hasattr(self.stage.backlash, 'tolist'): backlash = self.stage.backlash.tolist() Loading