diff --git a/src/openflexure_microscope_server/things/camera/simulation.py b/src/openflexure_microscope_server/things/camera/simulation.py index 3b6ced94..31e3979e 100644 --- a/src/openflexure_microscope_server/things/camera/simulation.py +++ b/src/openflexure_microscope_server/things/camera/simulation.py @@ -287,7 +287,7 @@ class SimulatedCamera(BaseCamera): ) self.canvas = np.clip(new_canvas, 0, 255) # Create a further downsized canvas for low mag. This has a minimal memory - # footprint bus speeds up indexing the canvas when simulation low magnification + # footprint but speeds up indexing the canvas when simulation uses low magnification # objectives self.canvas_low_mag = fast_resize_and_blur( self.canvas, sigma=0, shape=self.low_mag_canvas_shape