-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCONTRIBUTING
More file actions
16 lines (11 loc) · 782 Bytes
/
CONTRIBUTING
File metadata and controls
16 lines (11 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
=================
How to contribute
=================
Last updated: July 17, 2017; John Hoffman; jah5@princeton.edu
See the [github page](https://github.com/PrincetonUniversity/FastTemplatePeriodogram) for more details and for the latest version.
This project only requires the following external packages for running the FTP:
* [nfft](https://github.com/jakevdp/nfft/) -- a Python only implementation of the non-equispaced fast Fourier transform
* scipy & numpy.
* (optional) [matplotlib](https://matplotlib.org/) if you wish to run the Example notebook.
* (optional) [astropy](http://www.astropy.org/) for running tests using their implementation of the Lomb Scargle periodogram.
If you encounter any issues or bugs, please report to the `Issues` section of the Github page.