actually skip roi_intensities_proj_x
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user