From 82c11081cf0becb0580008955f524a01d98291d5 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Mon, 4 May 2020 09:47:32 +0000 Subject: [PATCH] added a core subfolder --- devices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices.py b/devices.py index d7617cc..6eeff27 100755 --- a/devices.py +++ b/devices.py @@ -431,7 +431,7 @@ components = [ "args": [], "name": "scans", "desc": "server based acquisition", - "type": "slic.scanner:Scanner", + "type": "slic.core.scanner:Scanner", "kwargs": { "data_base_dir": "scan_data", "scan_info_dir": f"/sf/bernina/data/{config['pgroup']}/res/scan_info", @@ -444,7 +444,7 @@ components = [ "args": [], "name": "epics_scans", "desc": "epics non beam synchronous based acquisition", - "type": "slic.scanner:Scanner", + "type": "slic.core.scanner:Scanner", "kwargs": { "data_base_dir": "scan_data", "scan_info_dir": f"/sf/bernina/data/{config['pgroup']}/res/epics_daq/scan_info",