Utility tools for processing Maccor battery tester data
This repository contains utility tools for processing Maccor battery tester data.
"Maccor" is a trademark of Maccor, Inc. This repository and its developers don't claim ownership of the trademark or intend to infringe copyright or proprietary rights.
The software in this repository is not affiliated with Maccor, Inc. or any of its subsidiaries. The software is not endorsed by Maccor, Inc. or any of its subsidiaries. The software is provided as is and without any warranty.
This is a work in progress. The code is not yet fully tested and may contain bugs. Use at your own risk.
Most of the functions in this repository are usable without proprietary Maccor software. Solely, the functions to read Maccor RAW data files directly require the proprietary "MaccorReadDataFileLIB.dll". This DLL is not included in this repository. You will need to get it by request from Maccor, Inc. or their service partner in Europe, CellCare Technologies Ltd..
pip install maccor-utility- Clone the repository
- Copy the "MaccorReadDataFileLIB.dll" file to the "src/maccor_dll" directory in your local clone of this repository
- Depending on your operating system, choose the correct variant, e.g., 32bit or 64bit
- Rename the file to "MaccorReadDataFileLIB.dll" if necessary
- Open a command prompt in the repository directory
- Activate your python environment which you want to install this package in
- Run
pip install .to install the package
For examples on how to read Maccor data files, see the "examples" directory.
Contributions are welcome and manged with issue tracking and pull requests.
This project has been set up using PyScaffold 4.5. For details and usage information on PyScaffold see https://pyscaffold.org/.