w
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user