Metadata-Version: 2.1
Name: tshirt
Version: 0.4
Summary: A package to analyze time series data, especially for exoplanets
Home-page: https://github.com/eas342/tshirt
Author: Everett Schlawin, Kayli Glidic
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy >=1.15
Requires-Dist: scipy >=1.1.0
Requires-Dist: astropy >=2.0
Requires-Dist: tqdm >=4.46.0
Requires-Dist: photutils >=0.4.1
Requires-Dist: bokeh >=1.4.0
Requires-Dist: pytest
Requires-Dist: celerite2

   <img src="docs/images/t_shirt_logo.jpg" alt="T shirt logot" width="200 px">
   </br>
</p>

`tshirt` README
==========================================
The Time Series Helper & Integration Reduction Tool `tshirt` is a general-purpose tool for time series science.
Its main application is to process raw data on exoplanet systems.
`tshirt` can:

- Reduce raw data: flat field, bias subtract, gain correct, etc. This has been demonstrated to work with merged CCD images from Mont4K imager on the Kuiper-61 inch on Mt Bigelow, AZ.
- Extract Photometry
- Extract Spectroscopy


See the read-the-docs page for information on how to install and use `tshirt`:
[https://tshirt.readthedocs.io/en/latest/](https://tshirt.readthedocs.io/en/latest/)
