work on config, fiducial, autofocus
This commit is contained in:
@@ -456,7 +456,7 @@ class autofocus:
|
||||
mtr[idx,:]=(p,m)
|
||||
_log.debug(f'{args} {kwargs} p:{p} mtr={m}')
|
||||
print(p)
|
||||
if abs(p-self._pDst)<0.01:
|
||||
if abs(p-self._pDst)<0.01 or idx>mtr.shape[0]:
|
||||
_log.debug(f'DONE->{self._idx}')
|
||||
del cam.process
|
||||
print(mtr[:idx,:])
|
||||
|
||||
Reference in New Issue
Block a user