How to unpack CHIME/FRB data files?
问题 Depiction of a Fast Radio Burst I have an issue with the msgpack.py which has to be used to read and uncompress the msgpack data. Here is the location of the files which I'm trying to uncompress CHIME/FRB data files. Here is additional information if you can help me. PyPi msgpack. Does anyone here have experience in trying to read the CHIME/FRB data files and if so can you explain the process? import msgpack from io import BytesIO buf = BytesIO() for i in range(100): buf.write(msgpack.packb(i