int-brain-lab / ibllib

IBL core shared libraries
MIT License
61 stars 36 forks source link

Mesoscope Lossless Compression #588

Open k1o0 opened 1 year ago

k1o0 commented 1 year ago

NWB cannibalizes and compresses the tif files. This may be most convenient for us as we could stream the data (although you can randomly access bzip2 files, we'd have to write an interface for random access of tif data). Suite2p also supports NWB as an input. It remains to be seen whether NWB fully supports mesoscope data specifically.

Determine whether switching to NWB is viable. This would allow streaming of raw data and aligns with community standards. This item is a fair bit of work.

Lossless: switch to NWB

k1o0 commented 7 months ago

NWB seems more and more like the format to use. This would potentially replace the bzip2 compression. Some things to try: