Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt "pixel-level-decorrelation" methods to sinusoidally varying stars #7

Open
gully opened this issue Feb 6, 2018 · 1 comment
Open

Comments

@gully
Copy link
Contributor

gully commented Feb 6, 2018

Description

The EPIC Variability Extraction and Removal for Exoplanet Science Targets (EVEREST) pipeline "de-trends K2 light curves with pixel level decorrelation and Gaussian processes". These methods assume that the stellar source varies non-parametrically in time. In some cases, we can better predict stellar variability with explicit linear models. Sinusoidally varying light curves from rotationally-induced starspot photometric modulation stand to benefit from such a treatment, both for improved fidelity of stellar variability estimation, and for improved planet search methods. The first step for a given star would be to derive a period of sinusoidal variability (e.g. Lomb-Scargle), then build in additional columns in a design matrix, with a fixed period (keeping the problem linear), but sine and cosine amplitudes set through EVEREST. (See Equation 10.23 in Statistics, Data Mining, and Machine Learning for proof that fitting sine waves is linear-- "never fit phase!").

Benefits
  • Should improve EVEREST-produced lightcurves for stars with large peak-to-valley sinusoidal amplitude (young, spotted stars).
Costs
  • Have to understand the linear algebra related to regression
  • Have to understand EVEREST at a level that allows modifying the code
@JeffLCoughlin
Copy link

Might be worth trying PyKE keppca to some of these stars and seeing how well it does - in theory it should not be robust against the stellar variability regardless of timescale or shape. (Just as long as a component corresponding to the target variability isn't subtracted - if the stellar variability is significant compared to the K2 systematics then just need to be careful it isn't among the first few principal components.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants