ebltable
Python package to read in tabulated photon densities and gamma-ray opacities
Science Score: 54.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
-
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.0%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
·
Repository
Python package to read in tabulated photon densities and gamma-ray opacities
Basic Info
- Host: GitHub
- Owner: me-manu
- License: bsd-3-clause
- Language: Jupyter Notebook
- Default Branch: main
- Size: 9.48 MB
Statistics
- Stars: 14
- Watchers: 3
- Forks: 12
- Open Issues: 0
- Releases: 4
Created over 9 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
Citation
README.rst
ebltable
========
.. image:: https://img.shields.io/pypi/v/ebltable
:target: https://pypi.org/project/ebltable/
:alt: Latest Release
.. image:: https://github.com/me-manu/ebltable/actions/workflows/python_publish.yml/badge.svg
:target: https://github.com/me-manu/ebltable/actions/workflows/python_publish.yml
:alt: Build
.. image:: https://img.shields.io/codecov/c/gh/me-manu/ebltable
:target: https://codecov.io/gh/me-manu/ebltable/
:alt: Code Coverage
.. image:: https://img.shields.io/github/license/me-manu/ebltable
:target: https://github.com/me-manu/ebltable
:alt: License
.. image:: https://img.shields.io/github/issues/me-manu/ebltable
:target: https://github.com/me-manu/ebltable/issues
:alt: Issues
.. image:: https://zenodo.org/badge/73200740.svg
:target: https://zenodo.org/badge/latestdoi/73200740
:alt: DOI
Python packages to read in and interpolate tables for the photon density
of the Extragalactic Background Light (EBL) and the resulting opacity
for high energy gamma rays.
Prerequisites
-------------
Python 3.5 or higher and the following packages:
- numpy
- scipy
- astropy
Installation
------------
You can use pip to install the package::
pip install ebltable
Example scripts and notebooks are provided on the github page in the
example/ and notebooks/ folder, https://github.com/me-manu/ebltable
License
-------
ebltable is distributed under the modified BSD License.
Owner
- Login: me-manu
- Kind: user
- Repositories: 6
- Profile: https://github.com/me-manu
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Meyer
given-names: Manuel
orcid: https://orcid.org/0000-0002-0738-7581
title: me-manu/ebltable: ebltable: Python packages to read in and interpolate tables of the Extragalactic Background Light
version: v0.5
doi: 10.5281/zenodo.7312062
date-released: 2022-11-10
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: about 3 years ago
All Time
- Total Commits: 52
- Total Committers: 2
- Avg Commits per committer: 26.0
- Development Distribution Score (DDS): 0.442
Top Committers
| Name | Commits | |
|---|---|---|
| Manuel Meyer | m****r@f****e | 29 |
| me-manu | m****u@g****t | 23 |
Committer Domains (Top 20 + Academic)
gmx.net: 1
fysik.su.se: 1
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 7
- Total pull requests: 3
- Average time to close issues: 4 months
- Average time to close pull requests: 35 minutes
- Total issue authors: 6
- Total pull request authors: 1
- Average comments per issue: 1.57
- Average comments per pull request: 0.67
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 1
- Average time to close issues: about 2 months
- Average time to close pull requests: about 1 hour
- Issue authors: 2
- Pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- me-manu (2)
- remi-adam (1)
- grburgess (1)
- R-Grau (1)
- saraporrasbedmar (1)
- chopra010 (1)
Pull Request Authors
- me-manu (4)
Top Labels
Issue Labels
enhancement (1)
bug (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 171 last-month
- Total dependent packages: 3
- Total dependent repositories: 3
- Total versions: 12
- Total maintainers: 1
pypi.org: ebltable
Python code to read in and interpolate tables for absorption of high energy gamma rays with additional helper functions
- Homepage: https://github.com/me-manu/ebltable
- Documentation: https://ebltable.readthedocs.io/
- License: BSD
-
Latest release: 0.6.3
published over 1 year ago
Rankings
Dependent packages count: 3.1%
Dependent repos count: 9.0%
Forks count: 10.5%
Average: 11.5%
Downloads: 17.2%
Stargazers count: 17.7%
Maintainers (1)
Last synced:
8 months ago
Dependencies
setup.py
pypi
- astropy *
- numpy *
- scipy *
requirements.txt
pypi
- AStropy >=4.0
- numpy >=1.19
- scipy >=1.5
.github/workflows/python_publish.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
requirements-dev.txt
pypi
- pytest >=7.0 development