Metadata-Version: 2.1
Name: astro-elk
Version: 0.2
Summary: This python package computes, and corrects ensemble light curves for TESS pixels within a specified aperature, from TESS FFI data.
Home-page: https://github.com/tobin-wainer/TESS_Cluster_Project/
Author: Tobin Wainer, Tom Wagg
Author-email: tobinw@uw.edu
License: MIT
Platform: UNKNOWN
Provides: elk
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pip
Requires-Dist: matplotlib
Requires-Dist: astropy
Requires-Dist: scipy
Requires-Dist: jupyter
Requires-Dist: jupyterlab
Requires-Dist: ipython
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: h5py
Requires-Dist: lightkurve
Requires-Dist: tables
Requires-Dist: statsmodels
Requires-Dist: imageio
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: matplotlib ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

<p align="center">
    <img width="500", src="https://raw.githubusercontent.com/tobin-wainer/elk/main/docs/_static/main-logo.png">
</p>

<h2 align="center">
    Welcome to the <b>E</b>nsemble <b>L</b>ight<b>K</b>urve (a.k.a. elk) Python package!
    <br>
    <a href='https://elk.readthedocs.io/en/latest/?badge=latest'>
        <img src='https://readthedocs.org/projects/elk/badge/?version=latest' alt='Documentation Status' />
    </a>
    <a href="mailto:tobinw@uw.edu?cc=tomwagg@uw.edu">
        <img src="https://img.shields.io/badge/contact-authors-blueviolet.svg?style=flat" alt="Email the authors"/>
    </a>
</h2>

<p align="center">
    This package allows you to download, correct, analyze and visualize <i>ensemble</i> light curves from TESS FFI data using the methods outlined in <a href="https://ui.adsabs.harvard.edu">Wainer+2023</a>. While originally designed for analysis of star clusters, it can be used to create ensemble light curves for any given aperture.
</p>

### Installation
Put simply? `pip install astro-elk`! But we recommend creating a conda environment first to ensure everything goes smoothly! Check out the installation instructions [here](https://elk.readthedocs.io/en/latest/pages/install.html) to learn exactly how to install `elk`

### Documentation
All documentation for `elk` can be found <a href="https://elk.readthedocs.io/en/latest/">here!</a>

### Logo design
We'd also like to acknowledge the absolutely splendid work of <a href="https://www.samanthalynnmartinez.com">Samantha-Lynn Martinez</a> in designing the `elk` logo. You can find more of her portfolio <a href="https://www.samanthalynnmartinez.com/illustrationdesign">here</a> and we encourage you to reach out to her for any design needs you have!


