Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisodriscoll committed Jul 25, 2016
1 parent 993a293 commit 82d5c3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
BSL Loader
----------

WIP code to read 2D `BSL
<http://www.diamond.ac.uk/Beamlines/Soft-Condensed-Matter/small-angle/
SAXS-Software/CCP13/BSL.html>`_ 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.

0 comments on commit 82d5c3b

Please sign in to comment.