Add raster scan, with generic typing to allow subclassed settings
This commit is contained in:
parent
9ab5a461c0
commit
0177596fb6
3 changed files with 97 additions and 13 deletions
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"histo_scan_workflow": "openflexure_microscope_server.things.scan_workflows:HistoScanWorkflow",
|
||||
"snake_workflow": "openflexure_microscope_server.things.scan_workflows:SnakeWorkflow",
|
||||
"raster_workflow": "openflexure_microscope_server.things.scan_workflows:RasterWorkflow",
|
||||
"bg_color_channels_luv": "openflexure_microscope_server.things.background_detect:ColourChannelDetectLUV",
|
||||
"bg_channel_deviations_luv": "openflexure_microscope_server.things.background_detect:ChannelDeviationLUV"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue