/stixdcpy

stixdcpy is a python package that facilitates access and analysis of STIX data.

Primary LanguageJupyter NotebookGNU General Public License v2.0GPL-2.0

stixdcpy

stixdcpy is a python package that facilitates access and analysis of STIX data. It provides APIs to query and download data from STIX data center (https://datacenter.stix.i4ds.net/) and s a set of tools for visualizing data and performing common analysis tasks. With stixdcpy, users can query and download the following types of data from STIX data center:

  • Quick-look light curves
  • Housekeeping data
  • Science data
  • Energy calibration data
  • Auxilary data
  • STIX solar flare list

Installation

Install from pypi:

pip install stixdcpy

It can be also installed from stixdcpy github repository:

pip install git+https://github.com/drhlxiao/stixdcpy.git

You may also need to install the following python libraries:

pip install numpy matplotlib pandas astropy joblib

Tutorial and documentation

Reporting Issues and Contributing

Open an issue on GitHub to report a problem. Pull requests welcome.