Revert scan to use old fast autofocus
This commit is contained in:
parent
51ff132633
commit
4ae39db402
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ class ScanExtension(BaseExtension):
|
||||||
if autofocus_enabled:
|
if autofocus_enabled:
|
||||||
if fast_autofocus:
|
if fast_autofocus:
|
||||||
# Run fast autofocus. Client should provide dz ~ 2000
|
# Run fast autofocus. Client should provide dz ~ 2000
|
||||||
autofocus_extension.fast_up_down_up_autofocus(
|
autofocus_extension.fast_autofocus(
|
||||||
microscope, dz=autofocus_dz
|
microscope, dz=autofocus_dz
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue