Skip to content

Commit

Permalink
add support for column 27: E_we-E_ce/V (fix #74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilka Schulz committed Nov 17, 2022
1 parent d6d2125 commit fec3a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions galvani/BioLogic.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def MPTfileCSV(file_or_path):
23: ('dQ/mA.h', '<f8'), # Same as 7?
24: ('cycle number', '<f8'),
26: ('Rapp/Ohm', '<f4'),
27: ('Ewe-Ece/V', '<f4'),
32: ('freq/Hz', '<f4'),
33: ('|Ewe|/V', '<f4'),
34: ('|I|/A', '<f4'),
Expand Down

0 comments on commit fec3a22

Please sign in to comment.