Commit Graph

208 Commits

Author SHA1 Message Date
Chris Kerr
ee892b12c7 Basic README 2013-12-02 07:53:22 +00:00
Chris Kerr
e83d1936a5 Ported res2sqlite.py to Python 3 and changed argument parsing to use argparse 2013-12-02 07:49:44 +00:00
Chris Kerr
d7c274ecd6 Imported res2sqlite.py script from previous work 2013-12-02 07:26:15 +00:00
Chris Kerr
1f9c9653c5 Added class to read in .mpr files
The class currently just reads the main data section and does not
process any of the headers or log information.
2013-11-30 20:08:08 +00:00
Chris Kerr
d909305b74 Added a class to read in .mpt files as numpy record arrays
Realised that comparing numpy arrays read in from the binary .mpr
files to a csv.DictReader would be more work than just writing a
new function to read in a record array.
2013-11-30 11:35:44 +00:00
Chris Kerr
9e66d589a4 Simple function for reading in .mpt text files
This will be helpful for checking the data read in by the .mpr
file reader
2013-11-29 22:19:01 +00:00
Chris Kerr
98dc2800d7 Ignore test data for now
Will come up with a solution for distributing data files for the
tests if and when demand arises.
2013-11-29 21:16:12 +00:00
Chris Kerr
b722421732 Initial commit 2013-11-29 13:05:58 -08:00