sep_tools
Python tools provided by the SOLER project for the analysis of Solar Energetic Particles
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 7 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.3%) to scientific vocabulary
Repository
Python tools provided by the SOLER project for the analysis of Solar Energetic Particles
Basic Info
- Host: GitHub
- Owner: soler-he
- License: bsd-3-clause
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://soler-horizon.eu
- Size: 90.8 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 1
- Releases: 4
Metadata Files
README.md
SOLER SEP Tools
About
This repository contains multiple Python tools for the analysis of Solar Energetic Particles (SEP). They are provided as Jupyter Notebooks that act as an interface to the actual software and also provide the necessary documentation. All tools can be either installed locally or accessed online without installation on SOLER's JupyterHub!
Installation
- These tools require a recent Python (>=3.10) installation. Following SunPy's approach, we recommend installing Python via miniforge (click for instructions).
- Download this file and extract to a folder of your choice (or clone the repository https://github.com/soler-he/sep_tools if you know how to use
git). - Open a terminal or the miniforge prompt and move to the directory where the code is.
- Create a new virtual environment (e.g.,
conda create --name sep_tools python=3.12, orpython -m venv venv_sep_toolsif you don't use miniforge/conda). - Activate the just created virtual environment (e.g.,
conda activate sep_tools, orsource venv_sep_tools/bin/activateif you don't use miniforge/conda). - If you don't have
gitinstalled (try executing it), install it withconda install conda-forge::git. - Install the Python dependencies from the requirements.txt file with
pip install -r requirements.txt
Update
To update the tools to the latest version, just download this file and extract it. Note that changes that you made to the Notebooks will be overwritten if you extract into the same directory as used in the initial installation; in this case we recommend you make a copy of your edited version.
The tools are continuously updated with small changes. After bigger updates, release versions are tagged and indexed at Zenodo. You can see the latest release version in the right sidebar of the repository (above Contributors) or get a full list at soler-he/sep_tools/releases.
Usage
Activate the created virtual environment in the terminal (step 5. of Installation), go to the folder where the tools have been extracted to, and run jupyter-lab. This will open the default web-browser. There, open the .ipynb file of the specific tool:
SEP_Fluence-Spectra.ipynb
Determines and visualizes SEP energy spectra accumulated over a whole event durationSEP_Multi-Instrument-Plot.ipynb
Makes multi-panel time-series plots of various different in-situ measurements, including also selected remote-sensing observationsSEP_Multi-Spacecraft-Plot.ipynb
Makes a plot of SEP intensity-time profiles combining observations by different spacecraftSEP_PADs-and-Anisotropy.ipynb
Determines and visualizes SEP Pitch-Angle Distributions (PADs) and first-order anisotropies, including methods for background subtractionSEP_PyOnset.ipynb
Determines SEP onset times and their uncertainties from in-situ intensity measurements using a hybrid Poisson-CUSUM-bootstrapping approach (see PyOnset for more details)SEP_Regression-Onset.ipynb
Determines SEP onset times based on a regression method
If you are new to Jupyter Notebooks, the official documentation will give you more info about What is the Jupyter Notebook? and Running Code with it.
Access online (JupyterHub)
All tools can be accessed online without installation on SOLER's JupyterHub. You only need a (free) GitHub account for verification. Click on the Notebook file below to open the specific tool:
SEP_Fluence-Spectra.ipynb
Determines and visualizes SEP energy spectra accumulated over a whole event durationSEP_Multi-Instrument-Plot.ipynb
Makes multi-panel time-series plots of various different in-situ measurements, including also selected remote-sensing observationsSEP_Multi-Spacecraft-Plot.ipynb
Makes a plot of SEP intensity-time profiles combining observations by different spacecraftSEP_PADs-and-Anisotropy.ipynb
Determines and visualizes SEP Pitch-Angle Distributions (PADs) and first-order anisotropies, including methods for background subtractionSEP_PyOnset.ipynb
Determines SEP onset times and their uncertainties from in-situ intensity measurements using a hybrid Poisson-CUSUM-bootstrapping approach (see PyOnset for more details)SEP_Regression-Onset.ipynb
Determines SEP onset times based on a regression method
Contributing
Contributions to this tool are very much welcome and encouraged! Contributions can take the form of issues to report bugs and request new features or pull requests to submit new code.
If you don't have a GitHub account, you can sign-up for free here, or you can also reach out to us with feedback by sending an email to jan.gieseler@utu.fi.
Citing
To cite these tools, please obtain the citation from the corresponding Zenodo entry, where you can generate different citation styles on the bottom right of the page.
Acknowledgement
These tools are developed within the SOLER (Energetic Solar Eruptions: Data and Analysis Tools) project. SOLER has received funding from the European Union’s Horizon Europe programme under grant agreement No 101134999.
The tool reflects only the authors’ view and the European Commission is not responsible for any use that may be made of the information it contains.
Owner
- Name: soler-he
- Login: soler-he
- Kind: organization
- Website: https://soler-horizon.eu/
- Repositories: 1
- Profile: https://github.com/soler-he
The Energetic Solar Eruptions: Data and Analysis Tools (SOLER) project, funded by Horizon Europe.
Citation (CITATION.cff)
# YAML 1.2 # Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/) cff-version: 1.0.3 message: If you use this software, please cite it using these metadata. title: SOLER SEP Tools doi: 10.5281/zenodo.15827561 authors: - given-names: Jan family-names: Gieseler affiliation: University of Turku orcid: https://orcid.org/0000-0003-1848-7067 - given-names: Nina family-names: Dresing affiliation: University of Turku orcid: https://orcid.org/0000-0003-3903-4649 - given-names: Immanuel C. family-names: Jebaraj affiliation: University of Turku orcid: https://orcid.org/0000-0002-0606-7172 - given-names: Silja family-names: Kanto affiliation: University of Turku - given-names: Christian family-names: Palmroos affiliation: University of Turku orcid: https://orcid.org/0000-0002-7778-5454 - given-names: Otso family-names: Santala affiliation: University of Turku - given-names: Laura family-names: Vuorinen affiliation: Queen Mary University of London orcid: https://orcid.org/0000-0002-2238-109X version: 0.2.0 date-released: 2025-07-07 repository-code: https://github.com/soler-he/sep_tools license: BSD-3-Clause
GitHub Events
Total
- Release event: 3
- Watch event: 1
- Issue comment event: 37
- Push event: 69
- Pull request event: 69
- Fork event: 4
- Create event: 3
Last Year
- Release event: 3
- Watch event: 1
- Issue comment event: 37
- Push event: 69
- Pull request event: 69
- Fork event: 4
- Create event: 3
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 39
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Total issue authors: 0
- Total pull request authors: 5
- Average comments per issue: 0
- Average comments per pull request: 0.62
- Merged pull requests: 28
- Bot issues: 0
- Bot pull requests: 3
Past Year
- Issues: 0
- Pull requests: 39
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Issue authors: 0
- Pull request authors: 5
- Average comments per issue: 0
- Average comments per pull request: 0.62
- Merged pull requests: 28
- Bot issues: 0
- Bot pull requests: 3
Top Authors
Issue Authors
Pull Request Authors
- jgieseler (24)
- Christian-Palmroos (6)
- ojsant (5)
- pre-commit-ci[bot] (1)
- dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- solarmach *