eventsearch is a python package for the detection of spontaneous events in time series. We programmed this to detect events that start with a step like rising and a capacitor like recovery to a settle value.
Currently, the package is only available on github.
git clone https://github.com/digusil/eventsearch
cd eventsearch && pyhton setup.py installThe package has a unittest for the core functions.
python -m unittestAlternative:
pytestThis software was developted on the institute for process machinery.
