v1.0.0-rc.38
This commit is contained in:
@@ -86,7 +86,7 @@ void HDF5DataFile::CreateFile(const DataMessage& msg) {
|
||||
xpixel = msg.image.xpixel;
|
||||
ypixel = msg.image.ypixel;
|
||||
|
||||
dcpl.SetCompression(msg.image.algorithm, msg.image.pixel_depth_bytes, JFJochBitShuffleCompressor::DefaultBlockSize);
|
||||
dcpl.SetCompression(msg.image.algorithm, JFJochBitShuffleCompressor::DefaultBlockSize);
|
||||
dcpl.SetChunking( {1, ypixel, xpixel});
|
||||
if (msg.image.pixel_is_signed) {
|
||||
if (msg.image.pixel_depth_bytes == 2)
|
||||
|
||||
Reference in New Issue
Block a user