mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 09:44:17 +02:00
Adjust parameters passed to writer
This commit is contained in:
@@ -45,7 +45,7 @@ int main (int argc, char *argv[])
|
||||
|
||||
writer.write_data("frame", output_file_position,
|
||||
frame_buffer,
|
||||
{32*512, 1024}, 2, "uint16", "little");
|
||||
{32*512, 1024}, 32*512*1024*2, "uint16", "little");
|
||||
|
||||
writer.write_data("pulse_id", output_file_position,
|
||||
(char*)&(metadata.pulse_id),
|
||||
|
||||
Reference in New Issue
Block a user