Chris Kerr 13957160f8 Update regular expression for mdbtools 1.0 output
The output formatting has changed - it now puts multiple data rows in a
single INSERT statement, and also changes the quoting of text data.
2024-01-20 23:39:41 +02:00
2023-08-18 10:26:00 +01: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%