Merge branch 'slow-dummy-z' into 'v3'

Reduce the blur for a given z movement in simulation, to improve autofocus.

See merge request openflexure/openflexure-microscope-server!484
This commit is contained in:
Julian Stirling 2026-02-18 11:04:58 +00:00
commit f337bda289

View file

@ -36,7 +36,7 @@ LOGGER = logging.getLogger(__name__)
# The ratio between "motor" steps and pixels in (x, y, z)
# higher related to a faster movement
RATIO = (2, 2, 0.2)
RATIO = (2, 2, 0.07)
# Some colour variation, for bg detect.
BG_COLOR = [220, 215, 217]