From 23242fbb9d0d707e3aac426d9e878ee8f9c81b00 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Fri, 19 Jun 2020 11:41:50 +0200 Subject: [PATCH] Add device name to JFWriter --- sf-writer/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf-writer/src/main.cpp b/sf-writer/src/main.cpp index 4fc13ac..39ae8ed 100644 --- a/sf-writer/src/main.cpp +++ b/sf-writer/src/main.cpp @@ -121,7 +121,7 @@ int main (int argc, char *argv[]) ref(image_assembler)); } - JFH5Writer writer(output_file, n_modules, + JFH5Writer writer(output_file, device, n_modules, start_pulse_id, stop_pulse_id, pulse_id_step); for (uint64_t block_id:buffer_blocks) {