/gls

C++ implementation of Generalised Lomb Scargle periodogram

Primary LanguagePython

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