mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
77d56290d4c41f84df0c64065103eff809a0ae1c
Few modifications in the VMPdata_dtype_from_colIDs Added new headers VMPmodule_hdr_v2 Modified MPRfile initialization Includes squashed linting fixes by @ml-evs
galvani
Read proprietary file formats from electrochemical test stations
Bio-Logic .mpr files
Use the MPRfile class from BioLogic.py (exported in the main package)
from galvani import BioLogic
import pandas as pd
mpr_file = BioLogic.MPRfile('test.mpr')
df = pd.DataFrame(mpr_file.data)
Arbin .res files
Use the res2sqlite.py script to convert the .res file to a sqlite3 database with the same schema.
Languages
Python
100%