DC-analysis / dclab

Python library for the post-measurement analysis of real-time deformability cytometry (RT-DC) data sets
https://dclab.readthedocs.io
Other
10 stars 12 forks source link

Allow `clevel` argument for cli compress #232

Closed PinkShnack closed 1 year ago

PinkShnack commented 1 year ago

I would like to be able to choose the compression level (clevel) when running dclab.cli.compress.

This isn't difficult to do (I already tried and tested it). Let me know if it's something that could be good to add.

paulmueller commented 1 year ago

Do you want to set it higher or lower than 5? The default behavior of dclab-compress is to compress only if the compression level is lower than 5. This logic would have to be adjusted, so probably not too straight-forward.

PinkShnack commented 1 year ago

Closing as setting clevel>5 doesn't have much of a benefit.