Home#
spotgp: Gaussian Process kernels for stellar starspot variability implemented in JAX.

Installation#
From PyPI#
pip install spotgp
With JAX acceleration (recommended):
pip install "spotgp[jax]"
From source#
git clone https://github.com/jbirky/spotgp.git
cd spotgp
pip install -e ".[jax]"
Alternatively, clone the repo and add it to your Python path:
git clone https://github.com/jbirky/spotgp.git
echo 'export PYTHONPATH="$PYTHONPATH:/path/to/spotgp"' >> ~/.bashrc
source ~/.bashrc
Development#
This project is build and maintained by Jess Birky–keep an eye out for the paper (coming soon). If you are interested in contributing, feel free to reach out or make a pull request!
Documentation Contents#
Basics