Metadata-Version: 2.1
Name: GAPlanetS
Version: 0.1.0
Summary: The GAPlanetS Data Reduction Pipeline
Home-page: https://github.com/jeaadams/GAPlanetS.git
Author: Jea Adams, Kate Follette
Author-email: jadams21@amherst.edu
License: UNKNOWN
Keywords: KLIP PSF Subtraction Exoplanets Astronomy
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pyklip
Requires-Dist: astropy
Requires-Dist: matplotlib
Requires-Dist: emcee
Requires-Dist: corner
Requires-Dist: nbsphinx

# GAPlanetS

[![Powered by pyKLIP](https://img.shields.io/badge/powered_by-pyKLIP-EB5368.svg?style=flat)](https://bitbucket.org/pyKLIP/pyklip/src/master/)

The GAPLanets package contains all the data reduction tools used in the processing of the Giant Accreting Protoplanet Survey.

## Installation

The modules in this package require Python version 3.8.5 or above.

To install the relevant packages and ensure your dependencies are met, you can reference our requirements.txt

```bash
pip install -r requirements.txt
```

Now, all the necessary packages should be installed!


