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:
commit
f337bda289
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
# The ratio between "motor" steps and pixels in (x, y, z)
|
# The ratio between "motor" steps and pixels in (x, y, z)
|
||||||
# higher related to a faster movement
|
# higher related to a faster movement
|
||||||
RATIO = (2, 2, 0.2)
|
RATIO = (2, 2, 0.07)
|
||||||
|
|
||||||
# Some colour variation, for bg detect.
|
# Some colour variation, for bg detect.
|
||||||
BG_COLOR = [220, 215, 217]
|
BG_COLOR = [220, 215, 217]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue