Skip to content

Commit

Permalink
Merge pull request #43 from nhshetty-99/master
Browse files Browse the repository at this point in the history
Added colIDs 74 and 462 to VMPdata_colID_dtype_map
  • Loading branch information
chatcannon authored Jul 3, 2020
2 parents a74a026 + 37487da commit e67edf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions galvani/BioLogic.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def MPTfileCSV(file_or_path):
38: ('-Im(Z)/Ohm', '<f4'),
39: ('I Range', '<u2'),
70: ('P/W', '<f4'),
74: ('Energy/W.h', '<f8'),
76: ('<I>/mA', '<f4'),
77: ('<Ewe>/V', '<f4'),
123: ('Energy charge/W.h', '<f8'),
Expand All @@ -181,8 +182,10 @@ def MPTfileCSV(file_or_path):
434: ('(Q-Qo)/C', '<f4'),
435: ('dQ/C', '<f4'),
441: ('<Ecv>/V', '<f4'),
462: ('Temperature/°C', '<f4'),
467: ('Q charge/discharge/mA.h', '<f8'),
468: ('half cycle', '<u4'),
469: ('z cycle', '<u4'),
473: ('THD Ewe/%', '<f4'),
474: ('THD I/%', '<f4'),
476: ('NSD Ewe/%', '<f4'),
Expand Down

0 comments on commit e67edf9

Please sign in to comment.