lomb-scargle-periodogram

Identifies periodic signals in unevenly sampled time series data via Lomb-Scargle computation.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/3172973615/skill-explore --skill lomb-scargle-periodogram-3172973615
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lomb-scargle-periodogram
Source: https://github.com/3172973615/skill-explore/tree/main/skillsbench_subset/tasks/exoplanet-detection-period/environment/skills/lomb-scargle-periodogram
Command: npx skills add https://github.com/3172973615/skill-explore --skill lomb-scargle-periodogram-3172973615

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lomb-Scargle periodogram enables detection of periodic signals in unevenly sampled time series data, facilitating analysis of stellar rotation, pulsations, eclipsing binaries, and other periodic phenomena in astronomy.

Core Features & Use Cases

  • Handles uneven sampling: computes periodograms even with irregular observation cadences.
  • Flexible period search: supports minimum_period and maximum_period to tailor the search range.
  • Results and visualization: provides the period (or frequency) at maximum power and optional plotting for quick inspection.

Quick Start

Analyze an unevenly sampled time series to identify the strongest periodic signal and report its period.

Frequently Asked Questions about lomb-scargle-periodogram

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect periodic signals in unevenly sampled time series data?

To detect periodic signals in unevenly sampled time series, compute a Lomb-Scargle periodogram. This method identifies periodic variations by evaluating the power spectrum across different frequencies, returning the period with maximum power.

Can I set a specific period search range for astronomical light curves?

Yes, you can set a specific period search range for astronomical light curves by defining minimum_period and maximum_period parameters. This tailors the Lomb-Scargle computation to focus on expected physical timescales.

What is the Lomb-Scargle periodogram used for in astronomy?

The Lomb-Scargle periodogram is used in astronomy to detect periodic signals in unevenly sampled time series. It facilitates the analysis of stellar rotation, pulsations, and eclipsing binaries by identifying dominant periodic variations.

Does this method work with irregular observation cadences?

Yes, the Lomb-Scargle method works with irregular observation cadences. It is specifically designed to handle uneven sampling in time series data, ensuring accurate period detection without requiring uniformly spaced observations.

How do I find the period of maximum power in a radial velocity time series?

To find the period of maximum power in a radial velocity time series, apply the Lomb-Scargle periodogram. The computation evaluates the data and directly returns the period at maximum power along with its associated power value.