Further fixes after introducing scan workflow selection

This commit is contained in:
Julian Stirling 2026-01-16 13:04:23 +00:00
parent 23426ae12c
commit 57b20782a0
3 changed files with 23 additions and 12 deletions

View file

@ -13,7 +13,8 @@
"smart_scan": {
"class": "openflexure_microscope_server.things.smart_scan:SmartScanThing",
"kwargs": {
"scans_folder": "/var/openflexure/scans/"
"scans_folder": "/var/openflexure/scans/",
"default_workflow": "histo_scan_workflow"
}
},
"histo_scan_workflow": "openflexure_microscope_server.things.scan_workflows:HistoScanWorkflow",