diff --git a/src/openflexure_microscope_server/things/smart_scan.py b/src/openflexure_microscope_server/things/smart_scan.py index d7f11ab4..7bf05a5e 100644 --- a/src/openflexure_microscope_server/things/smart_scan.py +++ b/src/openflexure_microscope_server/things/smart_scan.py @@ -564,9 +564,9 @@ class SmartScanThing(Thing): positions.append(loc[:2]) names.append(name) + if not self.preview_stitch_running(): + self.preview_stitch_start(images_folder) if self.stitch_automatically: - if not self.preview_stitch_running(): - self.preview_stitch_start(images_folder) if not self.correlate_running(): self.correlate_start(images_folder, overlap=overlap)