PYCHEOPS-ULTRA
==============
Python package for the analysis of light curves from the `ESA CHEOPS mission <http://cheops.unibe.ch/>`_.
Use ``pip install pycheops-ultra`` 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. 2021 (arxiv:2111.08828) for a full description of the
algorithms and assumptions used in 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"
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``
Raw data
{
"_id": null,
"home_page": "http://cheops.unibe.ch/",
"name": "pycheops-ultra",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "astronomy",
"author": "CHEOPS Science Team",
"author_email": "p.maxted@keele.ac.uk",
"download_url": "https://files.pythonhosted.org/packages/1c/c2/d446796174984013dd4aff20bae9dcb3c28142af2210ab9c667404152bff/pycheops_ultra-1.0.6.tar.gz",
"platform": null,
"description": "PYCHEOPS-ULTRA\n==============\n\nPython package for the analysis of light curves from the `ESA CHEOPS mission <http://cheops.unibe.ch/>`_.\n\nUse ``pip install pycheops-ultra`` to install.\n\nSee `pycheops/examples/Notebooks <https://github.com/pmaxted/pycheops/tree/master/pycheops/examples/Notebooks>`_ for examples.\n\nFor discussion and announcements, please join the `pycheops google group <https://groups.google.com/forum/#!forum/pycheops>`_\n\nSee pycheops/docs/PyCheops_Cookbook.pdf for a guide to using pycheops.\n\nSee pycheops/examples/Notebooks for Jupyter notebook that illustrate the\nfeatures of pycheops.\n\nSee Maxted et al. 2021 (arxiv:2111.08828) for a full description of the\nalgorithms and assumptions used in pycheops. \n\nTroubleshooting\n***************\n\nInstallation fails with \"ModuleNotFoundError: No module named 'pybind11'\"\n--------------------------------------------------------------------------\n\nRun ``pip install pybind11`` then try again\n\nStarProperties(dataset.target) produces \"Segmentation fault: 11\"\n-----------------------------------------------------------------\n\nYou are running the wrong version of python, e.g., anaconda2 instead of anaconda3\n\n\"TypeError: 'str' object is not callable\" in animate frames \n------------------------------------------------------------\nInstall \"pillow\", e.g., conda install pillow.\n\n\"No matching distribution found for matplotlib>3,2 (from pycheops)\" \n--------------------------------------------------------------------\n This error message may appear when upgrading to pycheops version 0.8.0 or\n later. Two solutions have been found ...\n\n 1. \"conda update --all\" then \"pip install pycheops --upgrade\"\n\n 2. \"pip install matplotlib --upgrade\" then \"pip install pycheops --upgrade\"\n\nInstallation fails with \"ERROR: Could not build wheels for celerite2 which use PEP 517 and cannot be installed directly\" \n-------------------------------------------------------------------------------------------------------------------------\n This error message may appear when upgrading to pycheops version 0.9.1 or\n later. The working solution is to install celerite2 prior to installing/\n updating pycheops using:\n\n ``git clone --recursive https://github.com/dfm/celerite2.git``\n\n ``cd celerite2``\n\n ``python -m pip install celerite2==0.0.1rc1``",
"bugtrack_url": null,
"license": "GNU GPLv3",
"summary": "CHEOPS light curve analysis software",
"version": "1.0.6",
"split_keywords": [
"astronomy"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1cc2d446796174984013dd4aff20bae9dcb3c28142af2210ab9c667404152bff",
"md5": "eaadfb5f335abd06162debda1d4ec726",
"sha256": "e8677fff5e365c068965d0991406e2b0891aef6cdf174cdf72c6b968dc87b453"
},
"downloads": -1,
"filename": "pycheops_ultra-1.0.6.tar.gz",
"has_sig": false,
"md5_digest": "eaadfb5f335abd06162debda1d4ec726",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15719757,
"upload_time": "2023-01-16T14:36:20",
"upload_time_iso_8601": "2023-01-16T14:36:20.368386Z",
"url": "https://files.pythonhosted.org/packages/1c/c2/d446796174984013dd4aff20bae9dcb3c28142af2210ab9c667404152bff/pycheops_ultra-1.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-16 14:36:20",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "pycheops-ultra"
}