Metadata-Version: 2.1
Name: pycheops
Version: 0.9.1
Summary: CHEOPS light curve analysis software
Home-page: http://cheops.unibe.ch/
Author: CHEOPS Science Team
Author-email: p.maxted@keele.ac.uk
License: GNU GPLv3
Keywords: astronomy
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy (>=1.17.2)
Requires-Dist: scipy
Requires-Dist: astropy (>=3.2.2)
Requires-Dist: emcee (>=3.0.0)
Requires-Dist: astroquery
Requires-Dist: numba (>=0.44.1)
Requires-Dist: lmfit (>=0.9.14)
Requires-Dist: corner
Requires-Dist: photutils
Requires-Dist: matplotlib (>3.2)
Requires-Dist: celerite2
Requires-Dist: autograd
Requires-Dist: tqdm

PYCHEOPS
========

Python package for the analysis of light curves from the `ESA CHEOPS mission <http://cheops.unibe.ch/>`_.

Use ``pip install pycheops`` to install.

See `pycheops/examples/Notebooks <https://github.com/pmaxted/pycheops/tree/master/pycheops/examples/Notebooks>`_ for examples.

For discussion and announcements, please join the `pycheops google group <https://groups.google.com/forum/#!forum/pycheops>`_

Troubleshooting
***************

Installation fails with "ModuleNotFoundError: No module named 'pybind11'"
--------------------------------------------------------------------------

Run ``pip install pybind11`` then try again

StarProperties(dataset.target) produces "Segmentation fault: 11"
-----------------------------------------------------------------

You are running the wrong version of python, e.g., anaconda2 instead of anaconda3

"TypeError: 'str' object is not callable" in animate frames 
------------------------------------------------------------
Install "pillow", e.g., conda install pillow.

"No matching distribution found for matplotlib>3,2 (from pycheops)" 
--------------------------------------------------------------------
 This error message may appear when upgrading to pycheops version 0.8.0 or
 later.  Two solutions have been found ...

 1. "conda update --all" then "pip install pycheops --upgrade"

 2. "pip install matplotlib --upgrade" then "pip install pycheops --upgrade"




