Skip to content

exord/gls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLS

Implementation of the Generalised Lomb Scargle periodogram (GLS;Zehcmeister & Kurster 2009) in C++, with wrapper in python.

Installation

The C++ code in the cpp/ folder has to be compiled as a shared library.

In many platforms, this should work:

g++ -O2 -fPIC -shared GLSperiodogram.cpp -o GLSperiodogram.so

About

C++ implementation of Generalised Lomb Scargle periodogram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published