serpentine-h2020 / serpentine

Python tools and software developed by the SERPENTINE project for data downloading and performing of analysis and visualisation
https://serpentine-h2020.eu/tools/
BSD 3-Clause "New" or "Revised" License
18 stars 2 forks source link

Add energy channel combination functionality to Data Loading Notebook #24

Open jgieseler opened 1 year ago

jgieseler commented 1 year ago

For most data loaders in SEPpy there already exist functions that combine adjacent energy channels., e.g.: https://github.com/serpentine-h2020/SEPpy/blob/bc2e3e0662a019147d25bd554edbceaf7328e25b/seppy/loader/stereo.py#L481 We use them already in the Onset Determination Notebook. Add them as examples to the Data Loading Notebook.