Ruff formating

This commit is contained in:
jaknapper 2025-05-07 10:44:54 +01:00 committed by Julian Stirling
parent 17f3bbe646
commit f5c1ff2621
4 changed files with 28 additions and 17 deletions

View file

@ -410,7 +410,6 @@ class SmartScanThing(Thing):
test_image_res = list(test_image.shape)
csm_image_res = [int(i) for i in self._csm.image_resolution]
# If current stream width is different to csm calibration width,
# perform the conversion here
res_ratio = csm_image_res[0] / test_image_res[0]
@ -445,9 +444,7 @@ class SmartScanThing(Thing):
# self._stitch_resize = self._calc_resize_from_test_image()
self._stitch_resize = 0.25
self._scan_logger.info(
f'Resizing images by {self._stitch_resize}'
)
self._scan_logger.info(f"Resizing images by {self._stitch_resize}")
self._scan_logger.info(
f"Based on an overlap of {overlap}, we will make steps of {dx}, {dy}"