Pass correct parameters

This commit is contained in:
2020-05-20 17:31:11 +02:00
parent 665602b06c
commit edeec7b8e7
+1 -1
View File
@@ -25,7 +25,7 @@ void sf_replay (
auto frame_buffer = make_unique<uint16_t[]>(
MODULE_N_PIXELS * REPLAY_READ_BUFFER_SIZE);
ReplayH5Reader file_reader(device, channel_name, stop_pulse_id);
ReplayH5Reader file_reader(device, channel_name, source_id, stop_pulse_id);
uint64_t curr_pulse_id = start_pulse_id;
// "<= stop_pulse_id" because we include the stop_pulse_id in the file.