mirror of
https://github.com/cdtools-developers/cdtools.git
synced 2026-09-20 17:42:08 +02:00
fixing compression
This commit is contained in:
@@ -643,7 +643,7 @@ def add_dark(cxi_file, dark):
|
||||
d1.create_dataset('data_dark',data=dark)
|
||||
|
||||
|
||||
def add_data(cxi_file, data, axes=None, compression='lzf',
|
||||
def add_data(cxi_file, data, axes=None, compression='gzip',
|
||||
chunks=True):
|
||||
"""Adds the specified data to the cxi file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user