Read proprietary file formats from electrochemical test stations
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)
Use the res2sqlite.py script to convert the .res file to a sqlite3 database with the same schema.