You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_peaks(): returns a DataFrame of peak positions and heights, and other info from scipy find_peaks. The function also finds a peak at the upper voltage limit. I'm not sure how to best solve this.
plot(): plots the CV, including peaks, arrows showing scan direction. It can convert units as well, and includes correct units in the axis labels.
The text was updated successfully, but these errors were encountered:
Hi @p2jones this is a really old thread. However, I actually have a need for peak detection, and specifically tracking peaks (and peak amplitude) over cycles. Wondering if you ever finalized get_peaks
In my fork, I've added functionality to cv.py:
The text was updated successfully, but these errors were encountered: