Further fixes after introducing scan workflow selection
This commit is contained in:
parent
23426ae12c
commit
57b20782a0
3 changed files with 23 additions and 12 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue