Metadata-Version: 2.4
Name: pyratbay
Version: 2.0.2
Summary: Python Radiative Transfer in a Bayesian Framework
Author-email: Patricio Cubillos <patricio.cubillos@oeaw.ac.at>
License-Expression: GPL-2.0-only
Project-URL: Homepage, https://github.com/pcubillos/pyratbay
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.0.0
Requires-Dist: scipy>=1.13.1
Requires-Dist: matplotlib>=3.9.2
Requires-Dist: mc3>=3.2.0
Requires-Dist: chemcat>=0.3.12
Requires-Dist: h5py>=3.10.0
Provides-Extra: test
Requires-Dist: pytest>=3.9; extra == "test"
Requires-Dist: mpi4py>=3.1.4; extra == "test"
Dynamic: license-file

# Pyrat Bay: Python Radiative Transfer in a Bayesian framework

<img alt="pyratbay" src="https://github.com/pcubillos/pyratbay/blob/master/docs/figures/pyrat_logo.png" width="190">

> A Forward-modeling and retrieval code to model exoplanet atmospheres and spectra.

[![Tests](https://github.com/pcubillos/pyratbay/actions/workflows/python-package.yml/badge.svg?branch=master)](https://github.com/pcubillos/pyratbay/actions/workflows/python-package.yml)
[![Documentation Status](https://readthedocs.org/projects/pyratbay/badge/?version=latest)](https://pyratbay.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/pyratbay.svg)](https://pypi.org/project/pyratbay)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/pyratbay.svg)](https://anaconda.org/conda-forge/pyratbay)
[![GitHub](https://img.shields.io/github/license/pcubillos/pyratbay.svg?color=blue)](https://pyratbay.readthedocs.io/en/latest/license.html)


### Install as:
```
pip install pyratbay
```
or:
```
conda install -c conda-forge pyratbay
```

### Docs at:
<https://pyratbay.readthedocs.io/en/latest/>

### Cite as ([ADS](https://ui.adsabs.harvard.edu/abs/2021arXiv210505598C)):

```bibtex
@ARTICLE{CubillosBlecic2021mnrasPyratBay,
       author = {{Cubillos}, Patricio E. and {Blecic}, Jasmina},
        title = "{The PYRAT BAY framework for exoplanet atmospheric modelling: a population study of Hubble/WFC3 transmission spectra}",
      journal = {\mnras},
     keywords = {radiative transfer, methods: statistical, planets and satellites: atmosphere, Astrophysics - Earth and Planetary Astrophysics, Astrophysics - Instrumentation and Methods for Astrophysics},
         year = 2021,
        month = aug,
       volume = {505},
       number = {2},
        pages = {2675-2702},
          doi = {10.1093/mnras/stab1405},
archivePrefix = {arXiv},
       eprint = {2105.05598},
 primaryClass = {astro-ph.EP},
       adsurl = {https://ui.adsabs.harvard.edu/abs/2021MNRAS.505.2675C},
      adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
```

