Dynamic UI for scan workflows

This commit is contained in:
Julian Stirling 2026-01-16 12:18:54 +00:00
parent 2a3a54b936
commit 21b779a4a5
4 changed files with 157 additions and 66 deletions

View file

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