Fully subclass Rectangle basescanner for raster and snake

This commit is contained in:
jaknapper 2026-02-09 19:35:19 +00:00
parent fb7a8b4959
commit 6294cde471
3 changed files with 156 additions and 12 deletions

View file

@ -19,6 +19,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",
"stage_measure": "openflexure_microscope_server.things.stage_measure:RangeofMotionThing",
"bg_color_channels_luv": "openflexure_microscope_server.things.background_detect:ColourChannelDetectLUV",
"bg_channel_deviations_luv": "openflexure_microscope_server.things.background_detect:ChannelDeviationLUV"