mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
add support for column 27: E_we-E_ce/V (fix #74)
This commit is contained in:
@@ -155,6 +155,7 @@ VMPdata_colID_dtype_map = {
|
|||||||
23: ('dQ/mA.h', '<f8'), # Same as 7?
|
23: ('dQ/mA.h', '<f8'), # Same as 7?
|
||||||
24: ('cycle number', '<f8'),
|
24: ('cycle number', '<f8'),
|
||||||
26: ('Rapp/Ohm', '<f4'),
|
26: ('Rapp/Ohm', '<f4'),
|
||||||
|
27: ('Ewe-Ece/V', '<f4'),
|
||||||
32: ('freq/Hz', '<f4'),
|
32: ('freq/Hz', '<f4'),
|
||||||
33: ('|Ewe|/V', '<f4'),
|
33: ('|Ewe|/V', '<f4'),
|
||||||
34: ('|I|/A', '<f4'),
|
34: ('|I|/A', '<f4'),
|
||||||
|
|||||||
Reference in New Issue
Block a user