Split out background detect into a new file

This commit is contained in:
Joe Knapper 2025-04-09 16:41:15 +01:00 committed by jaknapper
parent f4db9b6e52
commit 1d5d67f35a
3 changed files with 147 additions and 140 deletions

View file

@ -13,7 +13,7 @@
"path_to_openflexure_stitch": "application/openflexure-stitching/.venv/bin/openflexure-stitch"
}
},
"/background_detect/": "openflexure_microscope_server.things.smart_scan:BackgroundDetectThing"
"/background_detect/": "openflexure_microscope_server.things.background_detect:BackgroundDetectThing"
},
"settings_folder": "/var/openflexure/settings/"
}