mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
557e755f03e4706aca1ba3cadd043e7677d4427e
Ensure that all variables used in the except and finally blocks are always defined - fixes #23 In Python 3, Popen objects can be used as contextmanagers, but not in Python 2.7
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)
Arbin .res files
Use the res2sqlite.py script to convert the .res file to a sqlite3 database with the same schema.
Languages
Python
100%