From a88349dbfe4b0c24368d0ad7d446723d586c8a10 Mon Sep 17 00:00:00 2001 From: jaknapper Date: Wed, 7 May 2025 17:56:29 +0100 Subject: [PATCH] Loop through all stitched images --- src/openflexure_microscope_server/things/smart_scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openflexure_microscope_server/things/smart_scan.py b/src/openflexure_microscope_server/things/smart_scan.py index 2d8578f6..43da4892 100644 --- a/src/openflexure_microscope_server/things/smart_scan.py +++ b/src/openflexure_microscope_server/things/smart_scan.py @@ -257,7 +257,7 @@ class SmartScanThing(Thing): stitch_name = os.path.basename(stitched_image) shutil.copy( - stitched_image_path, + stitched_image, os.path.join( self.dir_for_scan(self._ongoing_scan_name), stitch_name ),