Continue turning background detectors back into Things

This commit is contained in:
Julian Stirling 2026-01-13 18:01:45 +00:00
parent 6a1ad573d9
commit 44860bf777
3 changed files with 10 additions and 67 deletions

View file

@ -16,7 +16,9 @@
"scans_folder": "/var/openflexure/scans/"
}
},
"stage_measure":"openflexure_microscope_server.things.stage_measure:RangeofMotionThing"
"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"
},
"settings_folder": "/var/openflexure/settings/",
"log_folder": "/var/openflexure/logs/"