Metadata-Version: 2.1
Name: ebltable
Version: 0.5.2
Summary: Python code to read in and interpolate tables for absorption of high energy gamma rays with additional helper functions
Home-page: https://github.com/me-manu/ebltable
Author: Manuel Meyer
Author-email: me.manu@gmx.net
License: BSD
Keywords: extragalactic backgroun light,Fermi,IACT,EBL,gamma-ray,absorption,opacity,LIV,Lorentz invariance violation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst
License-File: LICENSE

ebltable
========

.. image:: https://img.shields.io/pypi/v/ebltable
    :target: https://pypi.org/project/ebltable/
    :alt: Latest Release

.. image:: https://app.travis-ci.com/me-manu/ebltable.svg?branch=master
    :target: https://app.travis-ci.com/me-manu/ebltable
    :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.
