mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 09:15:34 +00:00
63f674d897728ce31b4468d4085cb32e49ed1851
Python 3.5 is now end-of-life, Python 3.9 was released 2020-10-05
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%