k-wave-python icon indicating copy to clipboard operation
k-wave-python copied to clipboard

Extend HDF5 compression options

Open djps opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. The hdf_compression_level: Optional[int] should also except a number of strings so that other compression algorithms supported by h5py can be used, such as lzf

Describe the solution you'd like Ensure the proper arguments can be passed.

djps avatar Dec 21 '23 19:12 djps

It might make sense to make the argument an enum to be able to type the options. Also this would prevent the int/string type mixing.

waltsims avatar Dec 29 '23 21:12 waltsims