jmstrat / Echem.Data

Importing electrochemistry data into R
GNU Affero General Public License v3.0
1 stars 0 forks source link

Support for new versions of EC-Lab #1

Closed erlendurj closed 4 years ago

erlendurj commented 4 years ago

The read.echem() function does not support the latest version of EC-Lab data files. As per the error message from the function: Error: Unrecognised version for data module: 3

A fix has been released for the Galvani python, showing that there's a small change in the binary file from newer version of EC-lab: https://github.com/echemdata/galvani/pull/36/commits/72d79146e65b4f7fc598d78cb3df07824bd65b92

jmstrat commented 4 years ago

Don't have any data to test this on, but I've ported the python code over in #2.