simonsobs / sodetlib

Tools for performing core instrument testing, quality control, and analysis tasks.
BSD 2-Clause "Simplified" License
5 stars 0 forks source link

Adds dev cfg option to disable compression always #383

Closed jlashner closed 1 year ago

jlashner commented 1 year ago

There was a discussion on the daq-dev call yesterday, and we decided that since we are not retaining L2-data on site, it is best to disable compression entirely until it is bound into books. This should speed up general data processing time for the streamer and the bookbinder, and should make things like magpie and lyrebird less compute intensive.

This PR just makes enable_compression a device cfg option instead of always defaulting to True. (has not been tested yet)