Blackened
This commit is contained in:
parent
b9bed71272
commit
1677f0df76
2 changed files with 4 additions and 6 deletions
|
|
@ -203,9 +203,7 @@ class ScanExtension(BaseExtension):
|
|||
if autofocus_enabled:
|
||||
if fast_autofocus:
|
||||
# Run fast autofocus. Client should provide dz ~ 2000
|
||||
autofocus_extension.fast_autofocus(
|
||||
microscope, dz=autofocus_dz
|
||||
)
|
||||
autofocus_extension.fast_autofocus(microscope, dz=autofocus_dz)
|
||||
else:
|
||||
# Run slow autofocus. Client should provide dz ~ 50
|
||||
autofocus_extension.autofocus(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue