Chris Kerr 8d317435f6 Remove get_testdata.sh
This file is no longer needed, because the test data are saved
in the repo with git-lfs.
2020-11-07 17:54:08 +02:00
2020-11-07 17:53:00 +02:00
2019-05-12 09:12:40 +02:00
2020-11-07 17:52:41 +02:00
2020-11-07 17:51:27 +02:00
2020-11-07 17:54: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-10-31 08:52:45 +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%