Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 640 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 640 Bytes

This module is designed for pre-whitening a light curve by iteratively fitting sinusoids to the peaks in the amplitude spectrum. Starting with the highest peak, the function fits and subsequently removes it from the spectrum. This iterative process continues until a specified Signal-to-Noise Ratio (SNR) threshold is reached.

Install with pip install git+https://github.com/gautam-404/PreWhitener.git.
Read the docs here.

Usage

from PreWhitener import PreWhitener

# Create a PreWhitener object by specifying the KIC/TIC/HD ID
pw = PreWhitener(name='HDxxxxx')
pw.auto()