Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: registerrier
  • License: bsd-3-clause
  • Language: Jupyter Notebook
  • Default Branch: master
  • Size: 15.2 MB
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 4
  • Open Issues: 1
  • Releases: 0
Created over 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme License Citation Codemeta

README.rst

Caveat: this is a work in progress. More details and examples will be added here

GammapyXray 
=======
A Python tool for the analysis of Gamma-ray and X-ray data in a unified framework, using physically-motivated spectral models.

A software description is provided in the following publication: TBD

Dependencies
+++++++++++++++++++++++++++++++++++++++++++++
The scripts provided in this folder are built on Numpy, Scipy, Astropy, Gammapy, Naima, Sherpa and Xspec. 

Installation and Set-up
+++++++++++++++++++++++++++++++++++++++++++++
These instructions assume that you have previously installed a version of `Anaconda `_ or `Miniconda `_ on your machine.

Download the zip / clone the repo: TBD

To set-up the work environment with conda::

  conda create -n gammapyXray-0.1
  conda activate gammapyXray-0.1
  conda install -c https://cxc.cfa.harvard.edu/conda/ciao -c conda-forge ciao sherpa
  conda install -c conda-forge gammapy

Additionally, if you wish to combine the absorption models provided in Sherpa with the physical models provided by Naima, you have to `install Naima `_. TBD: show how this is done!

Optionally, to work in a `Jupyter Lab `_ notebook::
  
  conda install -c conda-forge jupyterlab


Citing
+++++++++++++++++++++++++++++++++++++++++++++


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

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4701488.svg?style=flat
    :target: TBD
.. image:: https://archive.softwareheritage.org/badge/swh:1:dir:02e8a702ef6c9558a9f96d99bf6b9f41b5edcd34/
    :target: TBD

We encourage you to also include citations to the paper in the main text
wherever appropriate, using the recommended BibTeX entry:

Bibtex

Contributing Code and Feedback
+++++++++++++++++++++++++++++++++++++++++++++
.. image:: https://img.shields.io/github/issues-pr/registerrier/gammapy-ogip-spectra
    :target: https://github.com/registerrier/gammapy-ogip-spectra/pulls
.. image:: https://img.shields.io/github/issues-pr-closed/registerrier/gammapy-ogip-spectra    
    :target: https://github.com/registerrier/gammapy-ogip-spectra/pulls


.. image:: https://img.shields.io/github/issues/registerrier/gammapy-ogip-spectra
    :target: https://github.com/registerrier/gammapy-ogip-spectra/issues
.. image:: https://img.shields.io/github/issues-closed/registerrier/gammapy-ogip-spectra?color=yellow    
    :target: https://github.com/registerrier/gammapy-ogip-spectra/issues

Licence
+++++++
This folder is licensed under a 3-clause BSD style license - see the
`LICENSE.rst `_ file.

.. image:: https://anaconda.org/conda-forge/gammapy/badges/license.svg
    :target: TBD
    :alt: Licence

Owner

  • Name: Régis Terrier
  • Login: registerrier
  • Kind: user
  • Location: Paris
  • Company: APC, CNRS, Université de Paris

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: gammapyXray
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Luca
    family-names: Giunti
    email: giunti@apc.in2p3.fr
    affiliation: 'APC (Paris, CNRS/IN2P3)'
    orcid: 'https://orcid.org/0000-0002-3395-3647'
  - given-names: Regis
    family-names: Terrier
    email: rterrier@apc.in2p3.fr
    affiliation: 'APC (Paris, CNRS/IN2P3)'
    orcid: 'https://orcid.org/0000-0002-8219-4667'
identifiers:
  - type: doi
    value: TBD
    description: Zenodo
  - type: swh
    value: TBD
    description: Software Heritage
  - type: doi
    value: TBD
    description: Related paper
abstract: TBD
keywords:
  - ''
license: BSD-3-Clause

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "license": "https://spdx.org/licenses/BSD-3-Clause",
  "codeRepository": "https://github.com/registerrier/gammapyXray",
  "datePublished": "TBD YYYY-MM-DD",
  "issueTracker": "https://github.com/registerrier/gammapyXray/issues",
  "name": "gammapyXray",
  "version": "0.1",
  "description": "A Python tool for the analysis of Gamma-ray and X-ray data in a unified framework, using physically-motivated spectral models.",
  "applicationCategory": "Astronomy",
  "developmentStatus": "active",
  "isPartOf": "https://gammapy.org/",
  "referencePublication": "https://TBD",
  "keywords": [
    "Astronomy",
    "High-energy Astrohpysics",
    "Gamma-ray",
    "X-ray",
    "Multi-wavelength",
    "Multiwavelength",
    "Gammapy",
    "Sherpa",
    "Naima",
    "Python",
    "Modeling",
    "Data analysis"
  ],
  "programmingLanguage": [
    "Python 3"
  ],
  "softwareRequirements": [
    "Anaconda/Miniconda",
    "Gammapy",
    "Sherpa"
  ],
  "author": [
    {
      "@type": "Person",
      "@id": "https://orcid.org/0000-0002-3395-3647",
      "givenName": "Luca",
      "familyName": "Giunti",
      "email": "giunti@apc.in2p3.fr",
      "affiliation": {
        "@type": "Organization",
        "name": "APC (Paris, CNRS/IN2P3)"
      }
    },
    {
      "@type": "Person",
      "@id": "https://orcid.org/0000-0002-8219-4667",
      "givenName": "Regis",
      "familyName": "Terrier",
      "email": "rterrier@apc.in2p3.fr",
      "affiliation": {
        "@type": "Organization",
        "name": "APC (Paris, CNRS/IN2P3)"
      }
    }
  ],
  "contributor": [
    {
      "@type": "Person",
      "@id": "https://orcid.org/0000-0001-6876-5577",
      "givenName": "Bruno",
      "familyName": "Khelifi",
      "email": "khelifi@apc.in2p3.fr",
      "affiliation": {
        "@type": "Organization",
        "name": "APC (Paris, CNRS/IN2P3)"
      }
    }
  ]
}

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 3
  • Total pull requests: 9
  • Average time to close issues: 7 months
  • Average time to close pull requests: 8 days
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.56
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • luca-giunti (2)
  • registerrier (1)
Pull Request Authors
  • luca-giunti (9)
Top Labels
Issue Labels
Pull Request Labels