actually skip roi_intensities_proj_x

This commit is contained in:
2025-10-20 12:00:33 +02:00
parent 07406612b1
commit 10257c760d

View File

@@ -63,7 +63,7 @@ def accumulate(accumulator_addr, bsread_host, bsread_port, bsread_window):
continue
timestamp = tuple(results["timestamp"])
data = pack_bsread_data(results, detector)
data = pack_bsread_data(results, detector, skip=ENTRIES_TO_SKIP)
sorter.add(pulse_id, (timestamp, data))
ready = sorter.flush_ready()