Change RangeofMotionThing to StageMeasureThing

Also changing the data tracker and name.
This commit is contained in:
Julian Stirling 2026-06-25 19:47:21 +01:00
parent 3e38722d45
commit 6a571616c9
3 changed files with 209 additions and 164 deletions

View file

@ -16,7 +16,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",
"stage_measure": "openflexure_microscope_server.things.stage_measure:StageMeasurementThing",
"bg_color_channels_luv": "openflexure_microscope_server.things.background_detect:ColourChannelDetectLUV",
"bg_channel_deviations_luv": "openflexure_microscope_server.things.background_detect:ChannelDeviationLUV"
},