Added brief wait before z-stack captures
This commit is contained in:
parent
b5c0acb705
commit
f30d48e59d
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ class ScanPlugin(MicroscopePlugin):
|
|||
with self.microscope.lock:
|
||||
|
||||
for i in range(steps):
|
||||
time.sleep(0.1)
|
||||
logging.debug("Capturing...")
|
||||
self.capture(
|
||||
basename,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue