stixdcpy

STIX data center APIs and data analysis tools


License
GPL-2.0
Install
pip install stixdcpy==3.0

Documentation

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

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

You may also need to install the following 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.