Metadata-Version: 2.1
Name: gprubin
Version: 0.1.2
Summary: gprubin
Home-page: https://github.com/PFLeget/gprubin
Download-URL: https://github.com/PFLeget/gprubin/releases/tag/v0.1.2.zip
Author: PFLeget
License: BSD License
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Intended Audience :: Science/Research
License-File: LICENCE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: treegp>=1.2.0
Requires-Dist: jax


Overview
--------

``gprubin`` is a python gaussian process code that perform 2D interpolation on maskedImage. 


Installation
------------

The easiest way to install is usually::

  pip install gprubin

which will install the latest released version.

Dependencies
------------

``gprubin`` has for now the following dependencies (see the quick
installs below):

- libraries listed in the `requirements <requirements.txt>`_ file

Example
--------

You can find a notebook example in the `examples <examples>`_ folder.

