Metadata-Version: 2.4
Name: spotter
Version: 0.0.2
Summary: Stellar contamination estimates from rotational light curves
Author: Lionel Garcia, Benjamin Rackham
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: equinox
Requires-Dist: healpy
Requires-Dist: jax
Requires-Dist: jaxlib
Requires-Dist: numpy
Requires-Dist: tinygp
Provides-Extra: compare-starry
Requires-Dist: exoplanet-core; extra == 'compare-starry'
Requires-Dist: numpy<1.22; extra == 'compare-starry'
Requires-Dist: starry; extra == 'compare-starry'
Requires-Dist: tqdm; extra == 'compare-starry'
Requires-Dist: xarray<2023.10.0; extra == 'compare-starry'
Provides-Extra: comparison
Requires-Dist: jaxoplanet; extra == 'comparison'
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: nox; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Provides-Extra: docs
Requires-Dist: docutils; extra == 'docs'
Requires-Dist: ipywidgets; extra == 'docs'
Requires-Dist: jupyterlab; extra == 'docs'
Requires-Dist: matplotlib; extra == 'docs'
Requires-Dist: myst-nb; extra == 'docs'
Requires-Dist: myst-parser; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-autoapi<3.2.0; extra == 'docs'
Requires-Dist: sphinx-book-theme; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: toml; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-xdist; extra == 'test'
Description-Content-Type: text/markdown

# spotter

<p align="center">
    <img src="docs/_static/spotter.png" width="270">
</p>

<p align="center">
Approximate forward models of fluxes and spectra time-series of non-uniform stars
  <br>
  <p align="center">
    <a href="https://github.com/lgrcia/spotter">
      <img src="https://img.shields.io/badge/github-lgrcia/spotter-white.svg?style=flat" alt="github"/></a>
    <a href="LICENCE">
      <img src="https://img.shields.io/badge/license-MIT-lightgray.svg?style=flat" alt="license"/>
    </a>
  </p>
</p>

*spotter* uses the [HEALPix](https://healpix.sourceforge.io/) subdivision scheme and is powered by the high-performance numerical package [JAX](https://jax.readthedocs.io/en/latest/notebooks/quickstart.html), enabling its use on GPUs.

## Installation

For now only locally with

```
pip install -e spotter
```

with *spotter* cloned using
```
git clone https://github.com/lgrcia/spotter
```
