Metadata-Version: 2.1
Name: radis
Version: 0.9.18
Summary: A non-equilibrium Radiative Solver for HITRAN-like database species 
Home-page: https://github.com/radis/radis
Author: Erwan Pannier
Author-email: erwan.pannier@gmail.com
License: GNU Lesser General Public License v3 (LGPLv3)
Keywords: spectrum,infrared,spectra,radiation,nonequilibrium,spectroscopy,molecules,HITRAN
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: mpldatacursor
Requires-Dist: pint (>=0.7.2)
Requires-Dist: publib (>=0.3.2)
Requires-Dist: plotly (>=2.5.1)
Requires-Dist: termcolor
Requires-Dist: six
Requires-Dist: configparser
Requires-Dist: astroquery (>=0.3.9)
Requires-Dist: json-tricks
Requires-Dist: numpydoc
Requires-Dist: tables
Requires-Dist: pytest
Requires-Dist: h5py
Requires-Dist: joblib
Requires-Dist: numba

[RADIS](https://radis.readthedocs.io/)
======================================

[![PyPI](https://img.shields.io/pypi/v/radis.svg)](https://pypi.python.org/pypi/radis)

[![License](https://img.shields.io/badge/License-LGPL3-blue.svg)](./License)

[![Article](https://zenodo.org/badge/doi/10.1016/j.jqsrt.2018.09.027.svg)](https://linkinghub.elsevier.com/retrieve/pii/S0022407318305867)

[![Tests](https://img.shields.io/travis/radis/radis.svg)](https://travis-ci.org/radis/radis)

[![Coverage](https://codecov.io/gh/radis/radis/branch/master/graph/badge.svg)](https://codecov.io/gh/radis/radis)

[![Documentation Status](https://readthedocs.org/projects/radis/badge/)](https://radis.readthedocs.io/en/latest/?badge=latest)

[![https://mybinder.org/v2/gh/radis/radis-examples/master?filepath=radis\_online.ipynb](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/radis/radis-examples/master?filepath=radis_online.ipynb)

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/radis-radiation/community)

Description
-----------

RADIS is an emission and absorption code for line-by-line infrared
molecular spectroscopy.

Written as a general purpose radiative solver, the code is built around
the HITRAN, HITEMP and CDSD databases for molecules in their electronic
ground state. Energy levels are read from tabulated databases or
calculated from Dunham developments. Boltzmann, Treanor, and state
specific vibrational distributions can be generated. A modular
architecture makes it possible to add new species without modifications
to the core code. Thus far, CO~2~, CO are featured for non-equilibrium
calculations, and all species present in the HITRAN database are
featured for equilibrium calculations. To fit experimental spectra,
RADIS includes a line survey tool, an interface with a look-up database
to improve fitting convergence times, and a multi-slab module with a
radiative transfer equation solver to reproduce line-of-sight
experiments. Validation cases against existing spectral codes and
experimental results from various plasma sources are included.

The code is available for use and modifications on
[GitHub](https://github.com/radis/radis) under a [GNU LESSER GENERAL
PUBLIC LICENSE
(v3)](https://github.com/radis/radis/blob/master/LICENSE), i.e., that
modifications must remain public.

Documentation
-------------

User guide, install procedure and examples are available on the RADIS
Website:

> <http://radis.readthedocs.io/>

Examples
--------

A [3-temperature
fit](http://radis.readthedocs.io/en/latest/#multi-temperature-fit) built
on top of RADIS.

![](https://raw.githubusercontent.com/radis/radis-examples/master/docs/multi-temperature-fit.gif)

Interactive RADIS sessions can be run directly from the Browser, without
installing Python. For instance, run the Quick Start example online:

[![https://mybinder.org/v2/gh/radis/radis-examples/master?filepath=first\_example.ipynb](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/radis/radis-examples/master?filepath=first_example.ipynb)

More examples can be found in the
[documentation](http://radis.readthedocs.io/) or in the [RADIS
Interactive examples](https://github.com/radis/radis-examples) project.

License
-------

The code is available on this repository under [GNU LESSER GENERAL
PUBLIC LICENSE (v3)](./LICENSE)

[![License](https://img.shields.io/badge/License-LGPL3-blue.svg)](./License)

Links
-----

RADIS:

-   Documentation: <http://radis.readthedocs.io/>

    [![Documentation Status](https://readthedocs.org/projects/radis/badge/)](https://radis.readthedocs.io/en/latest/?badge=latest)

-   Source Code: <https://github.com/radis/radis>
-   Article:
    <https://linkinghub.elsevier.com/retrieve/pii/S0022407318305867>

    [![Article](https://zenodo.org/badge/doi/10.1016/j.jqsrt.2018.09.027.svg)](https://linkinghub.elsevier.com/retrieve/pii/S0022407318305867)

And also:

-   Test Status: <https://travis-ci.org/radis/radis>

    [![Tests](https://img.shields.io/travis/radis/radis.svg)](https://travis-ci.org/radis/radis)

-   Test Coverage: <https://codecov.io/gh/radis/radis>

    [![Coverage](https://codecov.io/gh/radis/radis/branch/master/graph/badge.svg)](https://codecov.io/gh/radis/radis)

-   PyPi Repository: <https://pypi.org/project/radis/>

    [![PyPI](https://img.shields.io/pypi/v/radis.svg)](https://pypi.python.org/pypi/radis)

-   Interactive Examples: <https://github.com/radis/radis-examples>

Support
-------

If encountering any problem, first refer to the list of known
[Issues](https://github.com/radis/radis/issues?utf8=%E2%9C%93&q=is%3Aissue)
on GitHub. We appreciate your feedback and suggestions!

For any question, please join the discussion channel on Gitter:

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/radis-radiation/community)

------------------------------------------------------------------------

[![RADIS logo](https://github.com/radis/radis/blob/master/docs/radis_ico.png)](https://radis.readthedocs.io/)


