From fe9cc3caf5d2b69c1738eda730d020f8a4e09a7e Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Mon, 7 Jul 2025 11:34:12 +0100 Subject: [PATCH] Remove unused stub json config --- ofm_config_stub.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ofm_config_stub.json diff --git a/ofm_config_stub.json b/ofm_config_stub.json deleted file mode 100644 index d116b604..00000000 --- a/ofm_config_stub.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "things": { - "/camera/": "openflexure_microscope_server.things.camera.opencv:OpenCVCamera", - "/stage/": "openflexure_microscope_server.things.stage.dummy:DummyStage", - "/auto_recentre_stage/": "openflexure_microscope_server.things.auto_recentre_stage:RecentringThing", - "/autofocus/": "openflexure_microscope_server.things.autofocus:AutofocusThing", - "/camera_stage_mapping/": "openflexure_microscope_server.things.camera_stage_mapping:CameraStageMapper", - "/system_control/": "openflexure_microscope_server.things.system_control:SystemControlThing", - "/settings/": "openflexure_microscope_server.things.settings_manager:SettingsManager", - "/smart_scan/": { - "class": "openflexure_microscope_server.things.smart_scan:SmartScanThing", - "kwargs": { - "scans_folder": "./openflexure/scans/" - } - }, - "/background_detect/": "openflexure_microscope_server.things.background_detect:BackgroundDetectThing" - }, - "settings_folder": "./openflexure/settings/", - "log_folder": "./openflexure/logs/" -} \ No newline at end of file