Skip to content

Latest commit

 

History

History
61 lines (52 loc) · 4.11 KB

paper.md

File metadata and controls

61 lines (52 loc) · 4.11 KB
title tags authors affiliations date bibliography aas-doi aas-journal
\texttt{stella}: Convolutional Neural Networks for Flare Identification in \textit{TESS}
Python
astronomy
PMS stars
stellar activity
stellar rotation
name orcid affiliation
Adina D. Feinstein
0000-0002-9464-8101
1, 2
name orcid affiliation
Benjamin T. Montet
0000-0001-7516-8308
3
name affiliation
Megan Ansdell
4
name index
Department of Astronomy and Astrophysics, University of Chicago, 5640 S. Ellis Ave, Chicago, IL 60637, USA
1
name index
NSF Graduate Research Fellow
2
name index
School of Physics, University of New South Wales, Sydney, NSW 2052, Australia
3
name index
Flatiron Institute, Simons Foundation, 162 Fifth Ave, New York, NY 10010, USA
4
4 May 2020
paper.bib
10.3847/1538-3881/abac0a
Astrophysical Journal

Summary

Nearby young moving groups are kinematically bound systems of stars that are believed to have formed at the same time. With all member stars having the same age, they provide snapshots of stellar and planetary evolution. In particular, young ($<$ 800 Myr) stars have increased levels of activity, seen in both fast rotation periods, large spot modulation, and increased flare rates [@zuckerman:2004; @ilin:2019]. Flare rates and energies can yield consequences for the early stages of planet formation, particularly with regards to their atmospheres. Models have demonstrated that the introduction of superflares ($> 5%$ flux increase) are able to irreparably alter the chemistry of an atmosphere [@venot:2016] and expedite atmospheric photoevaporation [@lammer:2007]. Thus, understanding flare rates and energies at young ages provides crucial keys for understanding the exoplanet population we see today.

Previous methods of flare detection with both Kepler [@borucki:2010] and Transiting Exooplanet Survey Satellite (TESS; @ricker:2014) data have relied on detrending a light curve and using outlier detection heuristics for identifying flare events [@Davenport:2016; @allesfitter]. More complex methods, such as a RANdom SAmple Consensus (RANSAC) algorithm has been tested as well [@vida18]. RANSAC algorithms identfy and subtract inliers (the underlying light curve) before searching for outliers above a given detection threshold. Low-amplitude flares can easily be removed with aggressive detrending techniques (e.g. using a small window-length to remove spot modulation). Additionally, low energy flares likely fall below the outlier threshold, biasing the overall flare sample towards higher energy flares. As flares exhibit similar temporal evolution (a sharp rise followed by an exponential decay, with the exception of complex flare groups), machine learning algorithms may prove suitable for identifying such features without light curve detrending.

stella is an open-source Python package for identifying flares in the TESS two-minute data with convolutional neural networks (CNNs). Users have the option to use the models created in @Feinstein:2020 or build their own cutomized networks. The training, validation, and test sets for our CNNs use the flare catalog presented in @guenther:2020. These light curves are publicly available through the Mikulski Archive for Space Telescopes and can be downloaded through \texttt{stella} as a wrapper around the \texttt{lightkurve} package [@lightkurve]; they are not, by default, included in the package. It takes approximately twenty minutes to train a \texttt{stella} model from scratch and $<1$ minute to predict flares on a single sector light curve. The package also allows users to measure rotation periods and fit flares to extract underlying flare parameters. Further documentation and tutorials can be found at \url{adina.feinste.in/stella}.

Acknowledgements

We acknowledge contributions from Travis expert Rodrigo Luger. This material is based upon work supported by the National Science Foundation Graduate Research Fellowship Program under Grant No. (DGE-1746045). This work was funded in part through the NASA TESS Guest Investigator Program, as a part of Program G011237 (PI Montet).