Skip to content

Commit 77bc721

Browse files
committed
change cytation autofocus granularity to 1um
1 parent 1a5a32e commit 77bc721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylabrobot/plate_reading/biotek_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ async def evaluate_focus(focus_value):
918918
func=evaluate_focus,
919919
a=focus_min,
920920
b=focus_max,
921-
tol=0.01,
921+
tol=0.001, # 1 micron
922922
timeout=timeout,
923923
)
924924
self._focal_height = best_focal_height

0 commit comments

Comments
 (0)