https://github.com/i4ds/stixdcpy
stixdcpy is a python package that facilitates access and analysis of STIX data.
https://github.com/i4ds/stixdcpy
Last synced: about 1 year ago
JSON representation
stixdcpy is a python package that facilitates access and analysis of STIX data.
- Host: GitHub
- URL: https://github.com/i4ds/stixdcpy
- Owner: i4Ds
- License: gpl-2.0
- Created: 2020-09-03T08:56:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T10:07:02.000Z (over 2 years ago)
- Last Synced: 2024-08-09T21:18:55.940Z (almost 2 years ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 19.8 MB
- Stars: 12
- Watchers: 1
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://doi.org/10.5281/zenodo.7180433)
stixdcpy is a Python library for STIX data users to retrieve and analyze STIX data. It provides user-friendly APIs for querying and fetching data from the STIX data center (https://datacenter.stix.i4ds.net/), along with a suite of utilities for visualizing data and conducting common analysis tasks. With stixdcpy, users can effortlessly access and manipulate various data types from the STIX data center, including:
* Quick-look light curves
* Housekeeping data
* Science data
* Energy calibration data
* Auxiliary data
* STIX solar flare list
* STIX operations events
* Ephemeris data
# Installation
```sh
pip install git+https://github.com/i4ds/stixdcpy.git
```
# Tutorial and documentation
- [Tutorial](https://github.com/i4ds/stixdcpy/blob/master/examples/tutorial.ipynb)
- [Documentation](https://drhlxiao.github.io/stixdcpy/)
# Cite this work
If you use the stixdcpy in your research and publications, we would definitely appreciate an appropriate acknowledgment and citation! We suggest the following BibTex:
* [1] H. Xiao, et al. The data center for the Spectrometer and Telescope for Imaging X-rays (STIX) on board Solar Orbiter. Astronomy & Astrophysics, 673, A142. https://doi.org/10.1051/0004-6361/202346031
* [2] Hualin Xiao, Säm Krucker, Lastufka Erica, & William Setterberg. (2022). stixdcpy – a python package that facilitates access and analysis of STIX data (v2.0). Zenodo. https://doi.org/10.5281/zenodo.7180433
# Reporting Issues and Contributing
Open an issue on GitHub to report a problem. Pull requests welcome.