Metadata-Version: 2.1
Name: species
Version: 0.0.8
Summary: Toolkit for analyzing spectral and photometric data of planetary and substellar atmospheres
Home-page: https://github.com/tomasstolker/species
Author: Tomas Stolker
Author-email: tomas.stolker@phys.ethz.ch
License: GPLv3
Keywords: species
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst
Requires-Dist: astropy (~=3.1)
Requires-Dist: astroquery (~=0.3)
Requires-Dist: corner (~=2.0)
Requires-Dist: emcee (~=2.2)
Requires-Dist: h5py (~=2.9)
Requires-Dist: matplotlib (~=3.0)
Requires-Dist: numpy (~=1.16)
Requires-Dist: pandas (~=0.24)
Requires-Dist: progress (~=1.5)
Requires-Dist: scipy (~=1.3)
Requires-Dist: spectres (~=2.0)
Requires-Dist: urllib3 (~=1.24)
Requires-Dist: xlrd (~=1.2)

species
=======

**spectral and photometric examination code for investigating exoplanet and substellar atmospheres**

.. image:: https://badge.fury.io/py/species.svg
    :target: https://badge.fury.io/py/species

.. image:: https://img.shields.io/badge/Python-3.6%2C%203.7-yellow.svg?style=flat
    :target: https://pypi.python.org/pypi/species

.. image:: https://travis-ci.org/tomasstolker/species.svg?branch=master
    :target: https://travis-ci.org/tomasstolker/species

.. image:: https://readthedocs.org/projects/species/badge/?version=latest
    :target: http://species.readthedocs.io/en/latest/?badge=latest

.. image:: https://coveralls.io/repos/github/tomasstolker/species/badge.svg
   :target: https://coveralls.io/github/tomasstolker/species

.. image:: https://www.codefactor.io/repository/github/tomasstolker/species/badge
   :target: https://www.codefactor.io/repository/github/tomasstolker/species

.. image:: https://img.shields.io/badge/License-GPLv3-blue.svg
    :target: https://github.com/tomasstolker/species/blob/master/LICENSE

*species* is a toolkit for analyzing spectral and photometric data of planetary and substellar objects. It provides a coherent framework for atmospheric characterization which builds on publicly-available data from various resources such as spectral and photometric libraries, atmospheric models, evolutionary models, photometry of individual targets, and filter transmission curves. All data are stored in a central database and there are tools available for creating color-magnitude diagrams, fitting atmospheric models and plotting the posterior distributions, creating synthetic photometry, plotting spectra and photometry, etc. The package has been released on `PyPI <https://pypi.org/project/species/>`_ and is actively developed and maintained.

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

Documentation can be found at `http://species.readthedocs.io <http://species.readthedocs.io>`_.

Attribution
-----------

Please cite Stolker et al. in prep. whenever results from *species* are used in a publication. Please also make sure to give credit to the relevant papers regarding the use of the publicly available data that *species* is profiting from.

Contributing
------------

Contributions are very welcome, please consider forking the repository and creating a pull request. Bug reports can be provided by creating an `issue <https://github.com/tomasstolker/species/issues>`_ on the Github page.

License
-------

Copyright 2019 Tomas Stolker

*species* is distributed under the GNU General Public License v3. See the LICENSE file for the terms and conditions.

