light-curve-preprocessing

Installation
SKILL.md

Light Curve Preprocessing

Preprocessing is essential before period analysis. Raw light curves often contain outliers, long-term trends, and instrumental effects that can mask or create false periodic signals.

Overview

Common preprocessing steps:

  1. Remove outliers
  2. Remove long-term trends
  3. Handle data quality flags
  4. Remove stellar variability (optional)

Outlier Removal

Using Lightkurve

import lightkurve as lk
Installs
1
GitHub Stars
1
First Seen
Jun 12, 2026
light-curve-preprocessing — tomevault-io/tomes