mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
Update README.md
Show quick example of how to use
This commit is contained in:
@@ -7,6 +7,14 @@ Read proprietary file formats from electrochemical test stations
|
|||||||
|
|
||||||
Use the `MPRfile` class from BioLogic.py (exported in the main package)
|
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 ##
|
## Arbin .res files ##
|
||||||
|
|
||||||
Use the res2sqlite.py script to convert the .res file to a sqlite3 database
|
Use the res2sqlite.py script to convert the .res file to a sqlite3 database
|
||||||
|
|||||||
Reference in New Issue
Block a user