Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnh2o2/npls

Non-parametric Lomb Scargle
https://github.com/johnh2o2/npls

astronomical-algorithms lomb-scargle-periodogram time-series variable-stars

Last synced: 21 days ago
JSON representation

Non-parametric Lomb Scargle

Awesome Lists containing this project

README

        

# Non-parametric Lomb Scargle

Multi-harmonic Lomb Scargle with a twist: the number of harmonics are tuned automatically using the Bayesian Information Criterion.

### Install

```bash
git clone [email protected]:johnh2o2/npls.git
cd npls
python setup.py install
```

### Example usage

```bash
python npls/npls.py lightcurve.csv
```