Import openflexure-stitching from pip, updated toml and config jsons

This commit is contained in:
jaknapper 2025-05-20 17:54:17 +01:00
parent 0b2aaa9c92
commit 576161e543
4 changed files with 4 additions and 3 deletions

View file

@ -10,7 +10,7 @@
"/smart_scan/": {
"class": "openflexure_microscope_server.things.smart_scan:SmartScanThing",
"kwargs": {
"path_to_openflexure_stitch": "application/openflexure-stitching/.venv/bin/openflexure-stitch"
"path_to_openflexure_stitch": "openflexure-stitch"
}
},
"/background_detect/": "openflexure_microscope_server.things.smart_scan:BackgroundDetectThing",