Chris Kerr 1fd9f8454a Merge pull request #97 from chatcannon/JhonFlash-master
Add support for EC-Lab v11.50

Rebased from #95 by @JhonFlash3008
2024-02-06 21:43:54 +02:00
2024-02-03 21:23:31 +01:00
2024-02-03 14:24:03 +02:00
2024-02-03 14:00:16 +02:00
2013-11-29 13:05:58 -08:00
2024-01-20 22:57:45 +02:00
2023-08-18 10:21:02 +01:00

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.

Description
Read proprietary file formats from electrochemical test stations
Readme GPL-3.0 13 MiB
Languages
Python 100%