Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 825 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 825 Bytes

Pyriod

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

Give it a spin before you install with an example notebook on Binder. (This can take a while to load!)

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. We are grateful to @zhihanyue for maintaining qgridnext.