Frequency Analysis#

Compute periodograms in period or frequency space for a light curve.

Overview#

This plugin exposes the periodogram (in period or frequency space) for an input light curve.

UI Access#

User API#

See also

This plugin uses the following lightkurve implementations:

  • lightkurve.periodogram.LombScarglePeriodogram.from_lightcurve()

  • lightkurve.periodogram.BoxLeastSquaresPeriodogram.from_lightcurve()