Column ID 19 is "control/V"

Added some new test data to support this
This commit is contained in:
Chris Kerr
2013-12-11 11:58:41 +00:00
parent 3483195228
commit ce554aab2c
2 changed files with 27 additions and 11 deletions

View File

@@ -152,6 +152,8 @@ def VMPdata_dtype_from_colIDs(colIDs):
dtype_dict['Ewe/V'] = '<f4'
elif colID == 7:
dtype_dict['dQ/mA.h'] = '<f8'
elif colID == 19:
dtype_dict['control/V'] = '<f4'
elif colID == 70:
dtype_dict['P/W'] = '<f4'
else: