echemdata / galvani

Read proprietary file formats from electrochemical test stations
GNU General Public License v3.0
47 stars 30 forks source link

NotImplementedError: Column ID 174 after column control/mA is unknown (similar to #64) #67

Closed Etruria89 closed 2 years ago

Etruria89 commented 2 years ago

I was trying to read one .mpr file and it was continuously generating the following errors:

1)'NotImplementedError: Column ID 174 after column control/mA is unknown' BioLogic.py script modified and it is now reading the .mpr file correctly: Here below the change: (line 186) 174: ('Ewe/V', '<f4'), added.

At the moment I am reading properly also all the other files.

Please double-check if this change can be pushed Test_error.zip ?

ilka-schulz commented 1 year ago

@chatcannon Should it not be <Ewe>/V? I think it is the averaged voltage (WE vs. REF). Also see my comment here https://github.com/echemdata/galvani/issues/74#issuecomment-1318221478. PM me for an example .mpr and .mpt file pair.