echemdata / galvani

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

column 23 has wrong label #83

Open ilka-schulz opened 1 year ago

ilka-schulz commented 1 year ago

The column with id 7 should be named dq/mA.h, not dQ/mA.h. The manual says (excerpt):

Variables Description Variable name/unit
Common Variables
dq : charge increment between two recorded values dq/mA.h
Additional variables
dQ: charge on a potential step dQ/mA.h

I am asking my boss if I can add an example file to this issue.

ilka-schulz commented 1 year ago

btw: CstV measurement have a dq/mA.h (column 7) value and a dQ/mA.h (column 23) value.

It appears that dQ is the time integral of dq.

ilka-schulz commented 1 year ago

And dQ (column 23) seems to be the exact same as (Q-Qo)/mA.h (column 13), at least for CstV measurements.