w
CI for superxas_bec / test (push) Successful in 36s
CI for superxas_bec / test (pull_request) Successful in 36s

This commit is contained in:
2025-09-17 14:27:27 +02:00
parent f5bb68975c
commit b6cc3417e3
+1
View File
@@ -255,6 +255,7 @@ class Timepix(PSIDeviceBase, TimePixControl):
msg_data = {self.xes_data.name: {"value": xes_data, "timestamp": time.time()}}
md = {"async_update": {"type": "add", "max_shape": [None, n_energy_points, troin]}}
self.xes_data.put(msg_data, metadata=md)
self.preview.put(xes_data)
# Put XES spectra
msg_spectra = {
self.xes_spectra.name: {"value": xes_data.sum(axis=1), "timestamp": time.time()}