w
This commit is contained in:
@@ -220,6 +220,7 @@ class Timepix(PSIDeviceBase, TimePixControl):
|
||||
else:
|
||||
for msg in data_frames:
|
||||
tds_period += msg["period"]
|
||||
logger.info(f"Received data frame with events {msg['totalEvents']}")
|
||||
tds_total_events += msg["totalEvents"]
|
||||
for ii in range(n_energy_points):
|
||||
xes_data[ii, :] += msg["TDSpectra"][ii::n_energy_points]
|
||||
|
||||
Reference in New Issue
Block a user