Metadata-Version: 1.1
Name: pycheops
Version: 0.7.6
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
Description: 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 examples/Notebooks for examples.
        
        
        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
        
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
