Chris Kerr
ce554aab2c
Column ID 19 is "control/V"
...
Added some new test data to support this
2013-12-11 11:58:41 +00:00
Chris Kerr
3483195228
"control/V" and "control/V/mA" are different
...
No longer forcing them both to "control/V/mA"
2013-12-11 11:54:07 +00:00
Chris Kerr
6a63196a67
Created function to process the list of column types and return a numpy dtype
2013-12-10 09:44:36 +00:00
Chris Kerr
509b75a81f
Deal with yet another format - with more flags data (I think)
2013-12-08 14:07:32 +00:00
Chris Kerr
fa14ba94f8
Check for module version other than 0 or 2
2013-12-08 13:41:44 +00:00
Chris Kerr
2724e2a833
Changed data reading to handle the newer file format
2013-12-08 13:37:59 +00:00
Chris Kerr
549b9ed61b
The size part of the VMP module header seems only to be 32 bit, with
...
32 bits remaining for a ?version number?
2013-12-08 13:11:03 +00:00
Chris Kerr
7d0f1e0172
Added code to parse the date string in the module headers
2013-12-04 23:20:26 +00:00
Chris Kerr
3aa3716788
Improved MPRfile docstring
2013-12-03 22:11:58 +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