Metadata-Version: 2.1
Name: specgp
Version: 0.2
Summary: Gaussian processes for multi-wavelength and spectral observations
Home-page: http://github.com/tagordon/specgp
Author: Tyler Gordon
Author-email: tagordon@uw.edu
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: exoplanet
Requires-Dist: pymc3
Requires-Dist: theano

# specgp

*specgp* enables 2D Gaussian process
computations in *exoplanet*. It provides
a GP kernel term, ``KronTerm(term, alpha or R)`` which
combines a 1D *celerite* kernel term with a
matrix specifying the covariance for the second
dimension.

## Installation:

*specgp* can be installed via pip:

	pip install specgp


