Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakevdp/lombscargle
Efficient, astropy-compatible implementation of the Lomb-Scargle periodogram
https://github.com/jakevdp/lombscargle
Last synced: 24 days ago
JSON representation
Efficient, astropy-compatible implementation of the Lomb-Scargle periodogram
- Host: GitHub
- URL: https://github.com/jakevdp/lombscargle
- Owner: jakevdp
- License: bsd-3-clause
- Created: 2016-03-23T22:43:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T08:09:43.000Z (over 6 years ago)
- Last Synced: 2024-10-05T01:21:03.250Z (about 1 month ago)
- Language: Python
- Size: 1.6 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.rst
Awesome Lists containing this project
README
# Lomb-Scargle periodograms for astropy
**Note: the code here is now part of astropy and this repository is no longer maintained.**
[![build status](http://img.shields.io/travis/jakevdp/lombscargle/master.svg?style=flat)](https://travis-ci.org/jakevdp/lombscargle)
[![license](http://img.shields.io/badge/license-BSD-blue.svg?style=flat)](https://github.com/jakevdp/lombscargle/blob/master/LICENSE.rst)
[![powered by astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org)This repository contains an implementation of the Lomb-Scargle periodogram for
use with [astropy](http://astropy.org). The implementation is based on the
[gatspy](http://astroml.org/gatspy/) package, but is enhanced to work within
the ``astropy.units`` framework.The fast periodogram functionality requires numpy 1.8 or newer.
The documentation build can be found at http://jakevdp.github.io/lombscargle/