StingraySoftware / stingray

Anything can happen in the next half hour (including spectral timing made easy)!
https://stingray.science/stingray
MIT License
166 stars 137 forks source link
astronomy astrophysics blackhole blackholes data-analysis fourier-analysis fourier-transform hacktoberfest neutronstars pulsars time-series time-series-analysis timeseries x-ray x-ray-binaries

======== Stingray

|Build Status Master| |Docs| |Slack| |joss| |doi| |Coverage Status Master| |GitHub release|

X-Ray Spectral Timing Made Easy

Stingray is a spectral-timing software package for astrophysical X-ray (and other) data. Stingray merges existing efforts for a (spectral-)timing package in Python, and is structured with the best guidelines for modern open-source programming, following the example of Astropy_.

It provides:

There are a number of official software packages for X-ray spectral fitting (Xspec, ISIS, Sherpa, ...). However, an equivalent widely-used package does not exist for X-ray timing: to date, that has generally been done with custom software. Stingray aims not only to fill that gap, but also to provide implementations of the most advanced spectral timing techniques available in the literature. The ultimate goal of this project is to provide the community with a package that eases the learning curve for the advanced spectral timing techniques with a correct statistical framework.

More details of current and planned capabilities are available in the Stingray documentation <https://docs.stingray.science/en/stable/#features>_.

Installation and Testing

Stingray can be installed via conda, pip, or directly from the source repository itself. Our documentation provides comprehensive installation instructions <https://docs.stingray.science/en/stable/#installation>_.

After installation, it's a good idea to run the test suite. We use py.test <https://pytest.org> and tox <https://tox.readthedocs.io> for testing, and, again, our documentation provides step-by-step instructions <https://docs.stingray.science/en/stable/#test-suite>_.

Documentation

Stingray's documentation can be found at https://docs.stingray.science/.

Getting In Touch, and Getting Involved

We welcome contributions and feedback, and we need your help! The best way to get in touch is via the issues_ page. We're especially interested in hearing from you:

Even better: if you have code you'd be willing to contribute, please send a pull request or open an issue.

Related Packages

Citing Stingray

If you find this package useful in your research, please provide appropriate acknowledgement and citation. Our documentation <https://docs.stingray.science/en/stable/citing.html>_ gives further guidance, including links to appropriate papers and convenient BibTeX entries.

Copyright & Licensing

All content © 2015 The Authors. The code is distributed under the MIT license; see LICENSE.rst <LICENSE.rst>_ for details.

.. |Build Status Master| image:: https://github.com/StingraySoftware/stingray/workflows/CI%20Tests/badge.svg :target: https://github.com/StingraySoftware/stingray/actions/ .. |Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat :target: https://docs.stingray.science/ .. |Slack| image:: https://img.shields.io/badge/Join%20Our%20Community-Slack-blue :target: https://join.slack.com/t/stingraysoftware/shared_invite/zt-49kv4kba-mD1Y~s~rlrOOmvqM7mZugQ .. |Coverage Status Master| image:: https://codecov.io/gh/StingraySoftware/stingray/branch/master/graph/badge.svg?token=FjWeFfhU9F :target: https://codecov.io/gh/StingraySoftware/stingray .. |GitHub release| image:: https://img.shields.io/github/v/release/StingraySoftware/stingray :target: https://github.com/StingraySoftware/stingray/releases/latest .. |joss| image:: http://joss.theoj.org/papers/10.21105/joss.01393/status.svg :target: https://doi.org/10.21105/joss.01393 .. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1490116.svg :target: https://doi.org/10.5281/zenodo.1490116 .. _Astropy: https://www.github.com/astropy/astropy .. _Issues: https://www.github.com/stingraysoftware/stingray/issues .. _Issue: https://www.github.com/stingraysoftware/stingray/issues .. _pull request: https://github.com/StingraySoftware/stingray/pulls