This is a data analysis script for cyclic voltammetry. Currently it only works for data produced by the EZStat-Pro potentiostat, but it could be adapted to other data formats.
Generated the cyclic voltammetry plots with the provided example data this way:
python pyCV.py --input example-EZStat-data.csv --title "Mesoporous carbon"
This will produce a folder called example-EZStat-data_pyCV_plots/ containing a png image, a jpeg image, and a csv file for each cycle.
This project is licensed under the terms of the MIT license.