hpc4cmb / toast

Time Ordered Astrophysics Scalable Tools
Other
44 stars 39 forks source link

Add general support for compression of DetectorData #634

Closed tskisner closed 1 year ago

tskisner commented 1 year ago

The DetectorData class is our primary container for timestream data from a set of co-sampled detectors. This is used for signal, flags, detector pointing, etc. When storing this data to disk, it is useful to compress it. This work adds support for gzip and flac compression (and a "none" type for testing) of DetectorData: