Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnh2o2/npls
- Owner: johnh2o2
- Created: 2018-09-20T04:57:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T05:05:39.000Z (over 6 years ago)
- Last Synced: 2024-05-14T00:30:00.352Z (8 months ago)
- Topics: astronomical-algorithms, lomb-scargle-periodogram, time-series, variable-stars
- Language: Python
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```