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
See pycheops/docs/PyCheops_Cookbook.pdf for a guide to using pycheops.
See pycheops/examples/Notebooks for Jupyter notebook that illustrate the features of pycheops.
See Maxted et al. 2022MNRAS.514…77M for a full description of the algorithms and assumptions used in pycheops.
Troubleshooting
SSLCertVerificationError
Try
$ pip uninstall python-dace-client
$ pip install dace-query
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 …
“conda update –all” then “pip install pycheops –upgrade”
“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
Release files for pycheops 1.1.27
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pycheops-1.1.27.tar.gz | 18.1 MB | Details |
Release files / pycheops-1.1.27.tar.gz
| Download URL | pycheops-1.1.27.tar.gz |
|---|---|
| Size | 18.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ae667dea6715704635f8e528908df0749fa59f4d927b8fd7528630f9da264f7f
|
|
BLAKE2b-256 checksum How to use checksums |
5d9dbfd93559a43632fdb61455643ca8ad9d044ad1f747b8ea3d2dbb7fa79610
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.12
|