Metadata-Version: 2.4
Name: star_toffee
Version: 1.0.0
Summary: Package for finding flares in TESS lightcurves
Author-email: Jason Reeves <jasonree702@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/JasonReeves702/TOFFEE/blob/main/README.md
Project-URL: Issues, https://github.com/JasonReeves702/TOFFEE/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

<p align="center">
  <img src="https://raw.githubusercontent.com/JasonReeves702/TOFFEE/refs/heads/main/TOFFEE_Logo.png?token=GHSAT0AAAAAADPCESBXCXJN5D3ATT2HGREM2I3QBEA" width="385" height="223" alt="TOFFEE_Logo" />
</p>

# TOFFEE

Software to detrend and detect flares in TESS lightcurves. Effective in separately detecting overlapping flare events to be complete down to short waiting times.

Read more on the project at: https://github.com/JasonReeves702/TOFFEE

Install using pip with:

pip install star-toffee

Import into Python with:

import toffee
