mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-30 23:32:21 +02:00
Pass correct length to H5Writer
This commit is contained in:
@@ -66,7 +66,8 @@ int main (int argc, char *argv[]) {
|
||||
|
||||
writer.write_data(
|
||||
"image", file_frame_index,
|
||||
data.second, {512,1024}, 2, "uint16", "little");
|
||||
data.second, {512,1024},
|
||||
JUNGFRAU_DATA_BYTES_PER_FRAME, "uint16", "little");
|
||||
|
||||
writer.write_data(
|
||||
"pulse_id", file_frame_index,
|
||||
|
||||
Reference in New Issue
Block a user