Periodogram¶
-
class
maelstrom.periodogram.
Periodogram
(time, mag, freq)[source]¶ A class to brute force the likelihood in search of small signals. For each orbital period, it will iterate over a simplified Maelstrom model, optimise the values, and then record the loglikelihood.
This is useful for planets, and short period binaries.
- Parameters
time (array) – Time values
mag (array) – Magnitude (or flux) values. Must be relative
freq (array) – Array of frequencies