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>
_
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 <https://ui.adsabs.harvard.edu/abs/2022MNRAS.514...77M/abstract>
_ for a full description of the
algorithms and assumptions used in pycheops.
Troubleshooting
Try
$ pip uninstall python-dace-client
$ pip install dace-query
Run pip install pybind11
then try again
You are running the wrong version of python, e.g., anaconda2 instead of anaconda3
Install "pillow", e.g., conda install pillow.
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"
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