Metadata-Version: 2.4
Name: niebla
Version: 0.0.16
Summary: Python package to compute the EBL with a forward folding approach.
Home-page: https://github.com/saraporrasbedmar/niebla
Author: Sara Porras Bedmar
Author-email: Sara Porras Bedmar <saraporrasbedmar@gmail.com>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/saraporrasbedmar/niebla
Project-URL: Issues, https://github.com/saraporrasbedmar/niebla/issues
Keywords: 'extragalactic background light','EBL','gamma-ray','opacity'
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.19
Requires-Dist: scipy>=1.5
Requires-Dist: astropy>=4.0
Requires-Dist: matplotlib
Dynamic: author
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python

niebla
========

Python package to compute the EBL with a forward folding approach.

![logo](src/niebla/data/logo_small.png)

Prerequisites
-------------

Python 3.5 or higher and the following packages: 
  
  - numpy 
  - scipy
  - astropy
  - matplotlib

An extra library is required to calculate the intensity of the
intrahalo light. However, implementing it is not trivial in a
virtual environment, I would not recommend to get stuck trying to
implement it if it is not needed:

- hmf

Installation:
------------

You can use pip to install the package: 

    pip install niebla

Example scripts and notebooks are provided on the github page in the
scripts/ and notebooks/ folder, https://github.com/saraporrasbedmar/niebla

License
-------
niebla is distributed under the modified BSD License.
