From 82d5c3befa495c263674d3fc7d8f25c1cd6cf673 Mon Sep 17 00:00:00 2001 From: Lewis O'Driscoll Date: Mon, 25 Jul 2016 12:26:14 +0100 Subject: [PATCH] Add README --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..7414ecb --- /dev/null +++ b/README.rst @@ -0,0 +1,9 @@ +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.