Skip to main content

CHEOPS light curve analysis software

Project description

Python package for the analysis of light curves from the ESA CHEOPS mission.

Use pip install pycheops to install.

See pycheops/examples/Notebooks for examples.

For discussion and announcements, please join the pycheops google group

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”

Installation fails with “ERROR: Could not build wheels for celerite2 which use PEP 517 and cannot be installed directly”

This error message may appear when upgrading to pycheops version 0.9.1 or later. The working solution is to install celerite2 prior to installing/ updating pycheops using:

git clone --recursive https://github.com/dfm/celerite2.git

cd celerite2

python -m pip install celerite2==0.0.1rc1

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycheops-0.9.17.tar.gz (17.8 MB view hashes)

Uploaded Source

Built Distribution

pycheops-0.9.17-py2.py3-none-any.whl (43.4 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page