v1.1: Merge pull request #12 from jgieseler/main
- Move SEP analysis functionalities used in Jupyter Notebooks at serpentine-h2020/serpentine/notebooks/sep_analysis_tools from separated .py files to the package SEPpy. In the course of this, all .py files at serpentine-h2020/serpentine/notebooks/sep_analysis_tools have been removed, and the imports changed from:
to:
from onset_functions import * import onset_widgets as w
from seppy.tools import Event import seppy.tools.widgets as w import datetime, os