Peter Attia 2a75b3bb19 Update README.md
Show quick example of how to use
2020-10-08 09:12:38 -07:00
2020-09-14 20:52:30 -04:00
2019-05-12 09:12:40 +02:00
2017-04-22 12:29:08 +02:00
2013-11-29 13:05:58 -08:00
2020-10-08 09:12:38 -07:00
2017-04-22 12:47:05 +02:00
2020-02-16 09:46:06 +02:00
2020-02-16 14:35:34 +02: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%