Metadata-Version: 2.1
Name: transitspectroscopy
Version: 0.3.11
Summary: transitspectroscopy: a library for all your transit spectroscopy needs
Home-page: http://github.com/nespinoza/transitspectroscopy
Author: Nestor Espinoza
Author-email: nespinoza@stsci.edu
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: jwst
Requires-Dist: astropy
Requires-Dist: jdcal

# TransitSpectroscopy 🪐 --- a package for all your transit spectroscopy needs
-------------------------------------------------------------------------------

`transitspectroscopy` is a package containing algorithms and wrappers useful for performing transit (transmission and emission) spectroscopy of exoplanetary systems.

**Author**: Nestor Espinoza (nespinoza@stsci.edu)

## Statement of need
I might fill this in later, but basically: I needed a package to make available all the tools useful for transit spectroscopy: from tracing, spectral extraction to actual lightcurve fitting of wavelength-dependant transits.

## Installation
Installation is as simple as:

        python setup.py install

Or via PyPi:

        pip install transitspectroscopy

## Licence and attribution

Read the `LICENCE` file for licencing details on how to use the code.


