Example notebook for the Python data loader solo-epd-loader for Solar Orbiter's (SolO) Energetic Particle Detector (EPD), provided through the SERPENTINE project.
This notebook can be run online in Binder following this link
solo-epd-loader requires Python >= 3.6.
It can be installed either from PyPI using:
pip install solo-epd-loader
or from conda using:
conda install -c conda-forge solo-epd-loader
In addition, to run the Jupyter Notebook, you need the jupyter package installed.
- Open your terminal/command line/Anaconda prompt.
- In the terminal, navigate to the folder that contains the file
epd_data_loader.ipynb
- Run
jupyter notebook epd_data_loader.ipynb
- Your standard web-browser should now open the Jupyter Notebook.
Within the SERPENTINE project, additional tools are developed that can be found at https://github.com/serpentine-h2020/serpentine/tree/main/notebooks/sep_analysis_tools. These Jupyter Notebooks include for example functions to generate dynamic spectra or determine Solar Energetic Particle (SEP) onset times utilizing EPD observations.
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 101004159.