diff --git a/src/openflexure_microscope_server/things/smart_scan.py b/src/openflexure_microscope_server/things/smart_scan.py index e0617ffc..83ce87e9 100644 --- a/src/openflexure_microscope_server/things/smart_scan.py +++ b/src/openflexure_microscope_server/things/smart_scan.py @@ -634,7 +634,8 @@ class SmartScanThing(Thing): #} ) capture_thread.start() - acquired.wait() # wait until the image is acquired + #acquired.wait() # wait until the image is acquired + time.sleep(0.5) positions.append(loc[:2]) names.append(name)