Skip to main content

Basic period detection and fitting routines for astronomical time series.

Project description

Pyriod

IMPORTANT INSTALLATION NOTE: you must manually install qgrid with conda from the eshard channel as described below.

Python implementation of basic period detection and fitting routines for astronomical time series.

To install, use

pip install Pyriod

or download the latest (possibly unstable) version from GitHub and run

python setup.py install

Additional documentation is available at pyriod.readthedocs.io.

This code uses Qgrid and other Jupyter widgets to interactively display the frequency solution.
Unfortunately Qgrid is no longer supported. A version that works with other modern packages can be installed with

conda install -c eshard qgrid

Furthermore, Qgrid has specific version requirements for Jupyter (classic only, < v7) and ipywidgets (< v8):

conda install "notebook<7"
conda install "ipywidgets<8"

To display the Pyriod GUI, you will need to first enable the following Jupyter notebook extensions in the terminal:

jupyter nbextension enable --py --sys-prefix qgrid
jupyter nbextension enable --py --sys-prefix widgetsnbextension
jupyter nbextension enable --py --sys-prefix ipympl

Project details


Download files

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

Source Distribution

pyriod-0.3.0.tar.gz (402.4 kB view hashes)

Uploaded Source

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