Metadata-Version: 2.1
Name: petitRADTRANS
Version: 3.3.1
Summary: Exoplanet spectral synthesis tool for retrievals
Author-Email: =?utf-8?q?Paul_Molli=C3=A8re?= <molliere@mpia.de>
License: Copyright (c) 2019-2024 Paul Mollière
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Fortran
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Project-URL: Documentation, https://petitradtrans.readthedocs.io/en/latest/
Project-URL: Repository, https://gitlab.com/mauricemolli/petitRADTRANS
Project-URL: Issues, https://gitlab.com/mauricemolli/petitRADTRANS/-/issues
Project-URL: Changelog, https://gitlab.com/mauricemolli/petitRADTRANS/-/blob/master/CHANGELOG.md
Requires-Dist: meson-python
Requires-Dist: ninja
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: astropy>=5.2
Requires-Dist: molmass
Requires-Dist: h5py
Requires-Dist: dill
Requires-Dist: pymultinest
Requires-Dist: pyvo
Requires-Dist: bs4
Requires-Dist: selenium
Requires-Dist: mpi4py
Requires-Dist: requests
Requires-Dist: skycalc-cli
Requires-Dist: matplotlib
Requires-Dist: corner
Provides-Extra: full
Requires-Dist: mpi4py; extra == "full"
Requires-Dist: requests; extra == "full"
Requires-Dist: skycalc-cli; extra == "full"
Requires-Dist: matplotlib; extra == "full"
Requires-Dist: corner; extra == "full"
Requires-Dist: seaborn; extra == "full"
Requires-Dist: species>=0.8.0; extra == "full"
Requires-Dist: ultranest; extra == "full"
Provides-Extra: retrieval
Requires-Dist: mpi4py; extra == "retrieval"
Requires-Dist: requests; extra == "retrieval"
Requires-Dist: skycalc-cli; extra == "retrieval"
Requires-Dist: matplotlib; extra == "retrieval"
Requires-Dist: corner; extra == "retrieval"
Requires-Dist: species>=0.8.0; extra == "retrieval"
Requires-Dist: ultranest; extra == "retrieval"
Provides-Extra: test
Requires-Dist: build; extra == "test"
Requires-Dist: wheel; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: mpi4py; extra == "test"
Requires-Dist: requests; extra == "test"
Requires-Dist: skycalc-cli; extra == "test"
Requires-Dist: matplotlib; extra == "test"
Requires-Dist: corner; extra == "test"
Requires-Dist: seaborn; extra == "test"
Requires-Dist: species>=0.8.0; extra == "test"
Requires-Dist: ultranest; extra == "test"
Description-Content-Type: text/x-rst

=============
petitRADTRANS
=============

.. image:: https://img.shields.io/pypi/v/petitRADTRANS
   :target: https://pypi.org/project/petitRADTRANS/
   :alt: Pypi version

.. image:: https://img.shields.io/readthedocs/petitradtrans
   :target: https://petitradtrans.readthedocs.io/en/latest/
   :alt: documentation: https://petitradtrans.readthedocs.io/en/latest/

.. image:: https://img.shields.io/gitlab/license/mauricemolli/petitRADTRANS
   :target: https://gitlab.com/mauricemolli/petitRADTRANS/-/blob/master/LICENSE
   :alt: licence: MIT

.. image:: https://img.shields.io/badge/data-Keeper-darkred
   :target: https://keeper.mpdl.mpg.de/d/ccf25082fda448c8a0d0/
   :alt: data: https://keeper.mpdl.mpg.de/d/ccf25082fda448c8a0d0/

.. image:: https://img.shields.io/badge/DOI-10.1051%2F0004--6361%2F201935470-blue
   :target: https://doi.org/10.1051/0004-6361/201935470
   :alt: DOI: 10.1051/0004-6361/201935470

.. image:: https://joss.theoj.org/papers/10.21105/joss.05875/status.svg
   :target: https://doi.org/10.21105/joss.05875
   :alt: DOI: 10.21105/joss.05875

.. image:: https://joss.theoj.org/papers/10.21105/joss.07028/status.svg
   :target: https://doi.org/10.21105/joss.07028
   :alt: DOI: 10.21105/joss.07028

**An easy-to-use Python package for calculating exoplanet spectra**

Welcome to the repository of petitRADTRANS, an easy-to-use code for the calculation of exoplanet spectra.
petitRADTRANS allows the calculation of emission or transmission spectra, at low or high resolution, clear or cloudy,
and includes a retrieval module to fit a petitRADTRANS model to your spectral data.

Documentation
=============
The code documentation, installation guide, and tutorial can be found at `https://petitradtrans.readthedocs.io <https://petitradtrans.readthedocs.io>`_.

Attribution
===========
If you use petitRADTRANS in your work, please cite the following articles:

- for petitRADTRANS itself: `Mollière et al. 2019 <https://doi.org/10.1051/0004-6361/201935470>`_
- for the retrieval package: `Nasedkin et al. 2024 <https://doi.org/10.21105/joss.05875>`_
- for petitRADTRANS 3+: `Blain et al. 2024 <https://doi.org/10.21105/joss.07028>`_

License
=======
Copyright 2019-2024 the pRT team

petitRADTRANS is available under the MIT license.
See the LICENSE file for more information.
