Closedown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user