diff --git a/dap/accumulator.py b/dap/accumulator.py index aebf006..7104058 100644 --- a/dap/accumulator.py +++ b/dap/accumulator.py @@ -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()