From 12d61a6ceb440fc4a7778518c6eeec830513e7f4 Mon Sep 17 00:00:00 2001 From: gac-x12sa Date: Thu, 5 Jan 2023 17:09:14 +0100 Subject: [PATCH] Closedown --- script/devices/StdDaq.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/script/devices/StdDaq.py b/script/devices/StdDaq.py index b98eec1..bffb738 100644 --- a/script/devices/StdDaq.py +++ b/script/devices/StdDaq.py @@ -6,16 +6,7 @@ class StdDaq(DeviceBase): if simulated: self.setSimulated() self.simulated_id=1 - self.simulated_config = { - "detector_name": "eg", - "detector_type": "eiger", - "n_modules": 2, - "bit_depth": 32, - "image_pixel_height": 514, - "image_pixel_width": 1030, - "start_udp_port": 50000 - } - + self.simulated_config = {"detector_name": "eg","detector_type": "eiger","n_modules": 2,"bit_depth": 32,"image_pixel_height": 514,"image_pixel_width": 1030,"start_udp_port": 50000} def doInitialize(self): pass