Metadata-Version: 2.1
Name: ebltable
Version: 0.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
Platform: UNKNOWN
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 :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/x-rst
Requires-Dist: numpy (>=1.6)
Requires-Dist: scipy
Requires-Dist: astropy (>=1.2.1)

ebltable
========

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 2.7 or 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.


