diff --git a/pxiii_bec/devices/SamCamDetector.py b/pxiii_bec/devices/SamCamDetector.py index 23b914e..0a99956 100644 --- a/pxiii_bec/devices/SamCamDetector.py +++ b/pxiii_bec/devices/SamCamDetector.py @@ -46,4 +46,4 @@ class SamCamDetector(PSIDetectorBase): custom_prepare_cls = SamCamSetup cam = ADComponent(GenICam, "cam1:") - image = ADComponent(ImagePlugin_V35, "image1:") + # image = ADComponent(ImagePlugin_V35, "image1:") diff --git a/pxiii_bec/scripts/scanwrappers.py b/pxiii_bec/scripts/scanwrappers.py index 58b4796..155edca 100644 --- a/pxiii_bec/scripts/scanwrappers.py +++ b/pxiii_bec/scripts/scanwrappers.py @@ -29,7 +29,7 @@ def ascan( # # GUI setup # # Get or create gui - gui = BECGuiClient() + gui = bec.gui print(gui.windows) # Use existing main window # window = gui.windows['main'].widget