Add raster scan, with generic typing to allow subclassed settings

This commit is contained in:
Joe Knapper 2026-02-07 16:31:51 +00:00 committed by jaknapper
parent 9ab5a461c0
commit 0177596fb6
3 changed files with 97 additions and 13 deletions

View file

@ -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"
},