This commit is contained in:
2025-08-15 09:26:36 +02:00
parent d6ebc2467e
commit f36a231a0b
+2 -2
View File
@@ -233,8 +233,8 @@ class Timepix(PSIDeviceBase, TimePixControl):
self.xes_spectra.put(msg_spectra, metadata={"type": "add", "max_shape": [None, troin]})
# Put TDS info
msg_info = {
f"{self.xes_info}_tds_period": {"value": tds_period, "timestamp": time.time()},
f"{self.xes_info}_tds_total_events": {
f"{self.xes_info.name}_tds_period": {"value": tds_period, "timestamp": time.time()},
f"{self.xes_info.name}_tds_total_events": {
"value": tds_total_events,
"timestamp": time.time(),
},