diff --git a/sf-replay/src/main.cpp b/sf-replay/src/main.cpp index 73ff01d..54d45db 100644 --- a/sf-replay/src/main.cpp +++ b/sf-replay/src/main.cpp @@ -25,7 +25,7 @@ void sf_replay ( auto frame_buffer = make_unique( 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.