also send the bsread timestamp

This commit is contained in:
2025-10-16 18:35:13 +02:00
parent 2db5c7d503
commit da9cf22bc0

View File

@@ -76,6 +76,7 @@ def accumulate(accumulator_addr, bsread_port):
for pulse_id, data in ready:
timestamp = results["timestamp"]
timestamp = make_bsread_timestamp(timestamp, pulse_id)
data["bsread_timestamp"] = timestamp
sender.send(pulse_id=pulse_id, data=data, timestamp=timestamp)