TomographicImaging / CILViewer

A simple Viewer for 3D data built with VTK
Apache License 2.0
8 stars 6 forks source link

compression of HDF5 files #168

Open lauramurgatroyd opened 2 years ago

lauramurgatroyd commented 2 years ago

Look at compressing hdf5 files we write https://docs.h5py.org/en/stable/high/dataset.html#filter-pipeline

paskino commented 2 years ago

We should also consider chunking

paskino commented 2 years ago

see also https://github.com/TomographicImaging/CIL/issues/1105