Metadata-Version: 2.4
Name: pyspextools
Version: 0.7.1
Summary: SPEX Python tools
Author-email: Jelle de Plaa <spex@sron.nl>
License: Apache-2.0
Project-URL: Homepage, https://github.com/spex-xray/pyspextools
Project-URL: Documentation, https://spex-xray.github.io/pyspextools/
Project-URL: Repository, https://github.com/spex-xray/pyspextools.git
Project-URL: Issues, https://github.com/spex-xray/pyspextools/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: astropy
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: sphinx
Requires-Dist: setuptools>=40.8.0
Dynamic: license-file

# Pyspextools

Pyspextools is a collection of python tools for the SPEX X-ray spectral 
fitting package (see the [SPEX website](https://www.sron.nl/en/pillars/science/astrophysics/)). 

## Install

Installing pyspextools can be done directly using pip. Before you continue, 
please think about where you want to install pyspextools. It may be wise to 
create an Anaconda environment where pyspextools can be compiled with 
the most compatible versions of the modules that pyspextools depends on.

Install pyspextools as follows:

```
(conda) linux:~/> pip install pyspextools
```

Other install options can be found on the [install page of the 
documentation](https://spex-xray.github.io/pyspextools/install.html).

## Usage

Please see the documentation pages for tutorials and reference documentation:

[Full documentation of pyspextools](https://spex-xray.github.io/pyspextools/)

## Scientific citations

If pyspextools and SPEX were useful for your scientific paper, please cite
these packages with their DOIs on Zenodo:

- [Pyspextools publication on Zenodo](https://doi.org/10.5281/zenodo.3245804)
- [SPEX publication on Zenodo](https://doi.org/10.5281/zenodo.1924563)

## Under development

Please note that pyspextools is still under development. Feel free to submit 
bug reports or feature requests by raising an issue on our 
[Github page](https://github.com/spex-xray/pyspextools/issues).
