Trying to make a distinction between file directory operations for scans and scanning code

This started as a small change and spiralled out of control it needs good unit tests and testing
before considering to merge
This commit is contained in:
Julian Stirling 2025-06-14 22:24:10 +01:00
parent 0d2f324324
commit 32f78a4cff
3 changed files with 400 additions and 452 deletions

View file

@ -17,7 +17,7 @@ from openflexure_microscope_server.things.autofocus import (
_get_capture_by_id,
_get_capture_index_by_id,
)
from openflexure_microscope_server.things.smart_scan import IMAGE_REGEX
from openflexure_microscope_server.scan_directories import IMAGE_REGEX
RANDOM_GENERATOR = np.random.default_rng()