correct syntax error
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
falcon_nohdf5:
|
falcon_nohdf5:
|
||||||
description: Falcon detector x-ray fluoresence II
|
description: Falcon detector x-ray fluoresence II
|
||||||
deviceClass: phoenix_bec.devices.falcon_phoenix_no_hdf5.FalconPHOENIX
|
deviceClass: phoenix_bec.devices.falcon_phoenix_no_hdf5.FalconPhoenix
|
||||||
deviceConfig:
|
deviceConfig:
|
||||||
prefix: 'X07MB-SITORO:'
|
prefix: 'X07MB-SITORO:'
|
||||||
deviceTags:
|
deviceTags:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
xmap_nohdf5:
|
xmap_nohdf5:
|
||||||
description: XMAP detector x-ray fluoresence II
|
description: XMAP detector x-ray fluoresence II
|
||||||
deviceClass: phoenix_bec.devices.xmap_phoenix_no_hdf5.XMAPphoenix
|
deviceClass: phoenix_bec.devices.xmap_phoenix_no_hdf5.XMAPPhoenix
|
||||||
deviceConfig:
|
deviceConfig:
|
||||||
prefix: 'X07MB-XMAP:'
|
prefix: 'X07MB-XMAP:'
|
||||||
deviceTags:
|
deviceTags:
|
||||||
|
@ -307,7 +307,7 @@ class XMAPSetup(CustomDetectorMixin):
|
|||||||
self.parent.ignore_gate.put(ignore_gate)
|
self.parent.ignore_gate.put(ignore_gate)
|
||||||
|
|
||||||
|
|
||||||
class XMAPphoenix(PSIDetectorBase):
|
class XMAPPhoenix(PSIDetectorBase):
|
||||||
"""MCA
|
"""MCA
|
||||||
XMAP detector for phoenix
|
XMAP detector for phoenix
|
||||||
custom_prepare_cls (XMAPSetu
|
custom_prepare_cls (XMAPSetu
|
||||||
|
Reference in New Issue
Block a user