Caveat: this is a work in progress. More details and examples will be added here
A Python tool for the analysis of Gamma-ray and MWL data in a unified framework, using physically-motivated spectral models.
TBC
These instructions assume that you have previously installed a version of conda
or mamba
on your machine.
To set-up the work environment with conda::
conda create -n gammapy-mwl-0.1
conda activate gammapy-mwl-0.1
conda install -c https://cxc.cfa.harvard.edu/conda/ciao -c conda-forge ciao sherpa
conda install -c conda-forge gammapy
git clone https://github.com/yourusername/gammapy-mwl.git
cd gammapy-mwl
pip install -e .
Additionally, if you wish to combine the absorption models provided in Sherpa with the physical models provided by Naima, you have to install Naima <https://naima.readthedocs.io/en/latest/installation.html>
_.
TBD: show how this is done!
Citing +++++++++++++++++++++++++++++++++++++++++++++
A software description is provided in the following publication: TBD
If you use gammapyXray for work/research presented in a publication (whether directly, or as a dependency to another package), we ask that you please cite it using the following links
???
We encourage you to also include citations to the paper in the main text wherever appropriate, using the recommended BibTeX entry:
Licence
+++++++
This folder is licensed under a 3-clause BSD style license - see the
LICENSE.rst <https://github.com/gammapy/gammapy/blob/master/LICENSE.rst>
_ file.
.. image:: https://anaconda.org/conda-forge/gammapy/badges/license.svg :target: TBD :alt: Licence
--------OLDER NOTES FOR LATER--------------
A repository for tools to convert various MWL data to gammapy
- from @mireianievas : https://github.com/mireianievas/gammapy_mwl_workflow
- Latest fork of gammapyXray : https://github.com/mireianievas/gammapy-ogip-spectra
- HEACIT curated list of X-ray test data : https://github.com/HEACIT/curated-test-data