Skip to content

gautam-404/PreWhitener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Lightcurve pre-whitener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published