correct syntax error

This commit is contained in:
gac-x07mb
2024-08-23 14:14:39 +02:00
parent 0a62c9aac6
commit 9f34dc3b22
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
falcon_nohdf5:
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:
prefix: 'X07MB-SITORO:'
deviceTags:

View File

@ -1,6 +1,6 @@
xmap_nohdf5:
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:
prefix: 'X07MB-XMAP:'
deviceTags:

View File

@ -307,7 +307,7 @@ class XMAPSetup(CustomDetectorMixin):
self.parent.ignore_gate.put(ignore_gate)
class XMAPphoenix(PSIDetectorBase):
class XMAPPhoenix(PSIDetectorBase):
"""MCA
XMAP detector for phoenix
custom_prepare_cls (XMAPSetu