Chris Kerr 63f674d897 Test with Python 3.9, stop testing Python 3.5
Python 3.5 is now end-of-life, Python 3.9 was released 2020-10-05
2020-10-31 08:31:54 +02:00
2020-10-17 18:34:06 +03: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

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%