Moved bitshuffle LZ4 property to writer header

This commit is contained in:
2020-05-18 17:01:24 +02:00
parent 04477ff2cf
commit aa22236dfd
3 changed files with 5 additions and 5 deletions
+3
View File
@@ -6,6 +6,9 @@
#include <H5Cpp.h>
#include "buffer_config.hpp"
// Size of compression header in bytes.
const int BSHUF_LZ4_HEADER_BYTES = 12;
struct ImageMetadata
{
uint64_t pulse_id;