This commit is contained in:
2025-08-13 13:17:16 +02:00
parent b0e946ebf1
commit 488cfd10d9
+1 -1
View File
@@ -179,7 +179,7 @@ class Timepix(PSIDeviceBase, TimePixControl):
"""
# obj = status.__obj__
md = {"period_list": [], "total_event_list": []}
data = np.array((self.n_energy_points, self.troin))
data = np.zeros((self.n_energy_points, self.troin))
# Discuss possibilities and expected behavior for the messages received in the msg_buffer.
with self.r_lock:
if status.done and status.success: