janelia-flyem / gala

Automatic segmentation of electron microscopy volumes
BSD 3-Clause "New" or "Revised" License
76 stars 29 forks source link

Add shuffle support to write_h5_stack #28

Closed jni closed 10 years ago

jni commented 10 years ago

Shuffle allows much higher compression when the full range of an int dtype is unused. See Python and HDF5 for more.