Apply suggestions from code review of branch simulator-zoom
Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
This commit is contained in:
parent
1da554c7ef
commit
eb21ca9aef
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue