Skip to content

Read proprietary file formats from electrochemical test stations

License

Notifications You must be signed in to change notification settings

ilka-schulz/galvani

This branch is 50 commits behind echemdata/galvani:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4bca2ac · Dec 31, 2022
Mar 20, 2021
Aug 31, 2021
Aug 31, 2021
Dec 30, 2022
Sep 10, 2022
Aug 31, 2021
Apr 25, 2021
Apr 25, 2021
Nov 29, 2013
Mar 20, 2021
Mar 20, 2021
Mar 20, 2021
Mar 20, 2021
Sep 1, 2021
Mar 21, 2021

Repository files navigation

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.

About

Read proprietary file formats from electrochemical test stations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%