SolO-SIS-Loader: A python data loader for Suprathermal Ion Spectrograph (SIS) instrument onboard Solar Orbiter (SolO).
Project description
SolO-SIS-Loader: A python data loader for Suprathermal Ion Spectrograph (SIS) instrument onboard Solar Orbiter (SolO).
SolO-SIS-Loader is a python data loader for Suprathermal Ion Spectrograph (SIS) instrument onboard Solar Orbiter (SolO). SIS is part of the Energetic Particle Detector (EPD) suite for the SolO spacecraft and provides observations of He to Fe for an energy range from ∼100 keV/nucleon up to several MeV/nucleon.
🚀 Instrument Specifics
SIS is based on the ACE/ULEIS design which identifies particle species and energy by time-of-flight by energy technique. Particles are detected when they pass through the entrance foils and deposit their energy in the solid state detector at the back of the instrument. The very high mass resolution of m/sigma_m∼50 will allow SIS to measure particle populations with 3He/4He ratios down to <1%.
💾 Installation
SolO-SIS-Loader requires python >= 3.8
and can be installed from PyPI using pip
. In the terminal do the following:
# install the required packages using pip
pip install SolO-SIS-Loader
This will install all the necessary dependencies in the active python enviroment.
SolO-SIS-Loader can also be installed directly from the github repository using the latest developed version (not recomended).
pip install git+https://github.com/AthKouloumvakos/SolO-SIS-Loader
📙 Usage
An example of how to search and download SIS data and load them in an xarray dataset.
from solo_sis_loader import SIS
import sunpy.net.attrs as a
t_start = '2022-09-04'
t_end = '2022-09-08'
stime = a.Time(t_start, t_end)
level = a.Level('LL02')
sis = SIS()
response = sis.search(stime, level=level)
files = sis.fetch(response)
sis.load(files)
📦 Useful Python packages
- solo-epd-loader: A python data loader for Solar Orbiter's (SolO) Energetic Particle Detector (EPD).
- SunPy: The community-developed, free and open-source solar data analysis environment for Python.
- AstroPy: The Astropy Project is a community effort to develop a single core package for Astronomy in Python.
ⓘ Disclaimer
This software is provided "as is", with no guarantee. It is not an official data source, and not officially endorsed by the corresponding instrument team.
📜 Acknowledging or Citing SolO-SIS-Loader
If you use SolO-SIS-Loader for scientific work or research presented in a publication, please mention it in the main text and in the methods or acknowledgements section add the following: "This research has made use of SolO-SIS-Loader, a python data loader for Suprathermal Ion Spectrograph (SIS) instrument onboard Solar Orbiter's (SolO) (Zenodo: https://doi.org/).". You may also acknowledge SolO-SIS-Loader in posters or talks in the way you prefer. SolO-SIS-Loader has a strong dependency on SunPy and AstroPy Python packages, consider citing these packages as well.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file solo_sis_loader-0.1.0.tar.gz
.
File metadata
- Download URL: solo_sis_loader-0.1.0.tar.gz
- Upload date:
- Size: 23.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8bc22d8cc48be1ff9bef1db3a7ad9f4fab2bc6d359ec8ee4b862530539f93c2 |
|
MD5 | 3e87fd0bcb8d085c7aa275208827c830 |
|
BLAKE2b-256 | dd29d3bb8af0affacf3842b0dd70125cf128d7c1702f2f6ee55443f760b39d68 |