Merge branch 'sample-size-sim' of gitlab.com:openflexure/openflexure-microscope-server into sample-size-sim
This commit is contained in:
commit
e6ba7f5a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class SimulatedCamera(BaseCamera):
|
|||
self.shape = shape
|
||||
self.glyph_shape = glyph_shape
|
||||
self.canvas_shape = canvas_shape
|
||||
self.sample_limits = sample_limits
|
||||
self.sample_limits = canvas_shape[:2] if sample_limits is None else sample_limits
|
||||
self.frame_interval = frame_interval
|
||||
self._capture_thread: Optional[Thread] = None
|
||||
self._capture_enabled = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue