From eb21ca9aef4ff2f7408ab3e6505087dc90e8f5e1 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Thu, 19 Feb 2026 10:37:57 +0000 Subject: [PATCH] Apply suggestions from code review of branch simulator-zoom Co-authored-by: Joe Knapper --- src/openflexure_microscope_server/things/camera/simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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