Metadata-Version: 1.1
Name: ebltable
Version: 0.1.14
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
Description-Content-Type: UNKNOWN
Description: 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 and newest versions of 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.
        
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
