mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
4257a294fb615d11a3c2b858e27c37bc7c4f3034
There are additional committers who have made changes to this
file, but only adding new colIDs etc., which is not copyrightable.
Here is the corresponding git-shortlog output:
Dennis (1):
Improved compatibility with .mpr files
Peter Attia (1):
Update BioLogic.py
Tim (3):
improved parsing for PEIS files
new column types
new column types
dennissheberla (2):
Improved compatibility with .mpt files
Improved compatibility with new .mpr files
nhshetty-99 (3):
Added colIDs 74 and 462 to VMPdata_colID_dtype_map
Changed colID 74 and 462 order from original addition
Added column 469 to BioLogic.py
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.
Languages
Python
100%