Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 316 Bytes

README.rst

File metadata and controls

9 lines (7 loc) · 316 Bytes

BSL Loader

WIP code to read 2D BSL files into a python numpy array.

Reading binary files of this size in python seems to be very slow, so a C extension is used to load the requried data into memory.