Skip to content
 
 

Latest commit

 

History

205 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages