Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.01 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.01 KB

BayesPSD

Bayesian power spectral analysis tools

Requires

  • python 2.7 or later
  • numpy
  • scipy
  • matplotlib

Recommended

Installation

  1. Clone this repository in a directory on your home system:

    /my/directory/$> git clone https://github.com/dhuppenkothen/BayesPSD.git

  2. add /my/directory/ to your $PYTHONPATH variablym either in .profile or .bashrc; this depends on your system!

  3. Congratulations, you should now be able to use the code in the repository.

You can either

  • start with the Demo notebook in ./docs/
  • run the code on multiple bursts using ./code/run_bursts.py
  • use any of the other code in the repo for your purposes.