add support for column 27: E_we-E_ce/V (fix #74)

This commit is contained in:
Ilka Schulz
2022-11-17 09:09:04 +01:00
parent d6d2125d69
commit fec3a22548

View File

@@ -155,6 +155,7 @@ VMPdata_colID_dtype_map = {
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'),