Always generate the preview stitch

The preview stitch is useful even if stitch-as-you-go is not
desired. I've enabled it all the time, not just when the box
is ticked.
This commit is contained in:
Richard Bowman 2024-01-17 11:59:30 +00:00
parent 674704b0d6
commit f627d6e2f2

View file

@ -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)