Fix camera stage mapping logging
This commit is contained in:
parent
e1dfceb0bd
commit
5b15e2d34c
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class CameraStageMapper(lt.Thing):
|
||||||
starting_position = self._stage.position
|
starting_position = self._stage.position
|
||||||
try:
|
try:
|
||||||
result: dict = calibrate_backlash_1d(
|
result: dict = calibrate_backlash_1d(
|
||||||
tracker, recorded_move, direction_array
|
tracker, recorded_move, direction_array, logger=self.logger
|
||||||
)
|
)
|
||||||
except lt.exceptions.InvocationCancelledError as e:
|
except lt.exceptions.InvocationCancelledError as e:
|
||||||
self.logger.info("User cancelled the camera stage mapping calibration")
|
self.logger.info("User cancelled the camera stage mapping calibration")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue