Here
|
and (self.af_fov_count % Acquisition.NUMBER_OF_FOVS_PER_AF == 0) |
autofocus is only performed every Nth field of view as set by
NUMBER_OF_FOVS_PER_AF whose default is 3. This seems to mean that only every third FOV will have images in focus? It doesn't look like the updated focus information from that FOV is propagated to other FOVs. Is there a logic behind that or is it just a bug?
Here
Squid/software/control/core/core.py
Line 1710 in 86216a2
NUMBER_OF_FOVS_PER_AFwhose default is 3. This seems to mean that only every third FOV will have images in focus? It doesn't look like the updated focus information from that FOV is propagated to other FOVs. Is there a logic behind that or is it just a bug?