Source author record

Avi Shporer

Avi Shporer appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

111works
5topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

111 published item(s)

preprint2026arXiv

The Advanced X-ray Imaging Satellite (AXIS) Community Science Book

The AXIS Community Science Book represents the collective effort of 592 scientists worldwide to define the transformative science enabled by the Advanced X-ray Imaging Satellite (AXIS), a next-generation X-ray mission selected by NASA's Astrophysics Probe Program for Phase A study. AXIS will advance the legacy of high-angular-resolution X-ray astronomy with ~1.5'' imaging over a wide 24' field of view and an order of magnitude greater collecting area than Chandra in the 0.3-12 keV band. Combining sharp imaging, high throughput, and rapid response capabilities, AXIS will open new windows on virtually every aspect of modern astrophysics, exploring the birth and growth of supermassive black holes, the feedback processes that shape galaxies, the life cycles of stars and exoplanet environments, and the nature of compact stellar remnants, supernova remnants, and explosive transients. This book compiles 138 community-contributed science cases developed by five Science Working Groups focused on AGN and supermassive black holes, galaxy evolution and feedback, compact objects and supernova remnants, stellar physics and exoplanets, and time-domain and multi-messenger astrophysics. Together, these studies establish the scientific foundation for next-generation X-ray exploration in the 2030s and highlight strong synergies with facilities of the 2030s, such as JWST, Roman, Rubin/LSST, SKA, ALMA, ngVLA, and next-generation gravitational-wave and neutrino networks.

preprint2026arXiv

TOI-3862 b: A dense super-Neptune deep in the hot Neptune desert

The structure and evolution of close-in exoplanets are shaped by atmospheric loss and migration processes, which give rise to key population features such as the hot Neptune desert, ridge, and savanna - regions of the period-radius space whose boundaries offer critical insights into planetary formation and survival. As part of the KESPRINT collaboration, we selected the TESS transiting planet candidate TOI-3862.01 for radial velocity follow-up to confirm its planetary nature and characterize its mass and bulk properties. This planet candidate is of particular interest due to its position in the middle of the hot Neptune desert, making it a valuable probe for testing theories of planet migration and atmospheric loss. We confirmed the planetary nature and determined the mass of TOI-3862.01 (hereinafter TOI-3862b) by performing a joint fit with both transit and radial velocity data, precisely characterizing the bulk properties of this planet. TOI-3862b is a super-Neptune on a 1.56-day orbit around a Sun-like star with an effective temperature of 5300$\pm$50K. It has a mass of 53.7$_{-2.9}^{+2.8}$ M$_{\oplus}$ and a radius of 5.53$\pm$0.18 R$_{\oplus}$, corresponding to a density of 1.7$\pm$0.2 g/cm^3. This places it among the rare population of hot and dense super-Neptune desert planets. TOI-3862b, residing deep in the hot Neptune desert, represents a rare occurrence in an otherwise sparsely populated region, offering a valuable opportunity to probe the processes that may allow planets to survive in such environments.

preprint2026arXiv

Two temperate Earth- and Neptune-sized planets orbiting fully convective M dwarfs

As the diversity of exoplanets continues to grow, it is important to revisit assumptions about habitability and classical HZ definitions. In this work, we introduce an expanded 'temperate' zone, defined by instellation fluxes between $0.1<S/\mathrm{S}_\oplus<5$, thus encompassing a broader range of potentially habitable worlds. We also introduce the TEMPOS survey, which aims to produce a catalogue of precise radii for temperate planets orbiting M dwarfs with $T_\mathrm{eff}\leq3400\,$ K. This work reports the discovery and characterisation of two planets in this temperate regime orbiting mid-type M dwarfs: TOI-6716\,b, a $0.98\pm0.07\,\mathrm{R}_\oplus$ planet orbiting its M4 host star ($R_\star=0.231\,\pm0.015\mathrm{R}_\odot$, $M_\star=0.223\pm0.011\,\mathrm{M}_\odot$, $T_\mathrm{eff}=3110\pm80\,\mathrm{K}$) with a period $P=4.7185898^{+0.0000054}_{-0.0000041}\,\mathrm{d}$, and TOI-7384 b, a $3.56\pm0.21\,\mathrm{R}_\oplus$ planet orbiting an M4 ($R_\star=0.319\,\pm0.018\mathrm{R}_\odot$, $M_\star=0.318\pm0.016\,\mathrm{M}_\odot$, $T_\mathrm{eff}=3185\pm75\,\mathrm{K}$) star every $P=6.2340258^{+0.0000034}_{-0.0000036}\,\mathrm{d}$. The radii of TOI-6716 b and TOI-7384 b have precisions of $6.8\%$ and $5.9\%$ respectively. We validate these planets with multi-band ground-based photometric observations, high-resolution imaging and statistical analyses. We find these planets to have instellation fluxes close to the inner (hotter) edge of the temperate zone, with $4.4\pm1.1\,\mathrm{S}_\oplus$ and $4.9\pm1.1\,\mathrm{S}_\oplus$ for TOI-6716 b and TOI-7384 b respectively. Also, with a predicted TSM similar to the TRAPPIST-1 planets, TOI-6716 b is likely to be a good rocky-world JWST target, should it have retained its atmosphere.

preprint2022arXiv

A Neural Network Solves, Explains, and Generates University Math Problems by Program Synthesis and Few-Shot Learning at Human Level

We demonstrate that a neural network pre-trained on text and fine-tuned on code solves mathematics course problems, explains solutions, and generates new questions at a human level. We automatically synthesize programs using few-shot learning and OpenAI's Codex transformer and execute them to solve course problems at 81% automatic accuracy. We curate a new dataset of questions from MIT's largest mathematics courses (Single Variable and Multivariable Calculus, Differential Equations, Introduction to Probability and Statistics, Linear Algebra, and Mathematics for Computer Science) and Columbia University's Computational Linear Algebra. We solve questions from a MATH dataset (on Prealgebra, Algebra, Counting and Probability, Intermediate Algebra, Number Theory, and Precalculus), the latest benchmark of advanced mathematics problems designed to assess mathematical reasoning. We randomly sample questions and generate solutions with multiple modalities, including numbers, equations, and plots. The latest GPT-3 language model pre-trained on text automatically solves only 18.8% of these university questions using zero-shot learning and 30.8% using few-shot learning and the most recent chain of thought prompting. In contrast, program synthesis with few-shot learning using Codex fine-tuned on code generates programs that automatically solve 81% of these questions. Our approach improves the previous state-of-the-art automatic solution accuracy on the benchmark topics from 8.8% to 81.1%. We perform a survey to evaluate the quality and difficulty of generated questions. This work is the first to automatically solve university-level mathematics course questions at a human level and the first work to explain and generate university-level mathematics course questions at scale, a milestone for higher education.

preprint2022arXiv

A Possible Alignment Between the Orbits of Planetary Systems and their Visual Binary Companions

Astronomers do not have a complete picture of the effects of wide-binary companions (semimajor axes greater than 100 AU) on the formation and evolution of exoplanets. We investigate these effects using new data from Gaia EDR3 and the TESS mission to characterize wide-binary systems with transiting exoplanets. We identify a sample of 67 systems of transiting exoplanet candidates (with well-determined, edge-on orbital inclinations) that reside in wide visual binary systems. We derive limits on orbital parameters for the wide-binary systems and measure the minimum difference in orbital inclination between the binary and planet orbits. We determine that there is statistically significant difference in the inclination distribution of wide-binary systems with transiting planets compared to a control sample, with the probability that the two distributions are the same being 0.0037. This implies that there is an overabundance of planets in binary systems whose orbits are aligned with those of the binary. The overabundance of aligned systems appears to primarily have semimajor axes less than 700 AU. We investigate some effects that could cause the alignment and conclude that a torque caused by a misaligned binary companion on the protoplanetary disk is the most promising explanation.

preprint2022arXiv

HD 56414 b: A Warm Neptune Transiting an A-type Star

We report the discovery in TESS data and validation of HD 56414 b (a.k.a. TOI-1228 b), a Neptune-size ($R_{\rm p} = 3.71 \pm 0.20\, R_\oplus$) planet with a 29-day orbital period transiting a young (Age = $420 \pm 140$ Myr) A-type star in the TESS southern continuous viewing zone. HD 56414 is one of the hottest stars ($T_{\rm eff} = 8500 \pm 150 \, {\rm K}$) to host a known sub-Jovian planet. HD 56414 b lies on the boundary of the hot Neptune desert in planet radius -- bolometric insolation flux space, suggesting that the planet may be experiencing mass loss. To explore this, we apply a photoevaporation model that incorporates the high near ultraviolet continuum emission of A-type stars. We find that the planet can retain most of its atmosphere over the typical 1-Gyr main sequence lifetime of an A-type star if its mass is $\ge 8 \, M_\oplus$. Our model also predicts that close-in Neptune-size planets with masses $< 14 \, M_\oplus$ are susceptible to total atmospheric stripping over 1 Gyr, hinting that the hot Neptune desert, which has been previously observed around FGKM-type stars, likely extends to A-type stars.

preprint2022arXiv

HD 83443c: A highly eccentric giant planet on a 22-year orbit

We report the discovery of a highly eccentric long-period Jovian planet orbiting the hot-Jupiter host HD\,83443. By combining radial velocity data from four instruments (AAT/UCLES, Keck/HIRES, HARPS, Minerva-Australis) spanning more than two decades, we find evidence for a planet with m~sin~$i=1.35^{+0.07}_{-0.06}$\,\mj, moving on an orbit with $a=8.0\pm$0.8\,au and eccentricity $e=0.76\pm$0.05. We combine our radial velocity analysis with \textit{Gaia} eDR3 /\textit{Hipparcos} proper motion anomalies and derive a dynamical mass of $1.5^{+0.5}_{-0.2} M_{\rm Jup}$. We perform a detailed dynamical simulation that reveals locations of stability within the system that may harbor additional planets, including stable regions within the habitable zone of the host star. HD\,83443 is a rare example of a system hosting a hot Jupiter and an exterior planetary companion. The high eccentricity of HD\,83443c suggests that a scattering event may have sent the hot Jupiter to its close orbit while leaving the outer planet on a wide and eccentric path.

preprint2022arXiv

Revisiting Kepler Transiting Systems: Unvetting Planets and Constraining Relationships among Harmonics in Phase Curves

Space-based photometric missions widely use statistical validation tools for vetting transiting planetary candidates, particularly when other traditional methods of planet confirmation are unviable. In this paper, we refute the planetary nature of three previously validated planets -- Kepler-854~b, Kepler-840~b, and Kepler-699~b -- and possibly a fourth, Kepler-747~b, using updated stellar parameters from Gaia and phase-curve analysis. In all four cases, the inferred physical radii rule out their planetary nature given the stellar radiation the companions receive. For Kepler-854~b, the mass derived from the host star's ellipsoidal variation, which had not been part of the original vetting procedure, similarly points to a non-planetary value. To contextualize our understanding of the phase curve for stellar mass companions in particular and extend our understanding of high-order harmonics, we examine Kepler eclipsing binaries with periods between 1.5 and 10 days. Using a sample of 20 systems, we report a strong power-law relation between the second cosine harmonic of the phase-curve signal and the higher cosine harmonics, which supports the hypothesis that those signals arise from the tidal interaction between the binary components. We find that the ratio between the second and third-harmonic amplitudes is $2.24 \pm 0.48$, in good agreement with the expected value of 2.4 from the classical formalism for the ellipsoidal distortion.

preprint2022arXiv

TESS discovery of a sub-Neptune orbiting a mid-M dwarf TOI-2136

We present the discovery of TOI-2136b, a sub-Neptune planet transiting every 7.85 days a nearby M4.5V-type star, identified through photometric measurements from the TESS mission. The host star is located $33$ pc away with a radius of $R_{\ast} = 0.34\pm0.02\ R_{\odot}$, a mass of $0.34\pm0.02\ M_{\odot}$ and an effective temperature of $\rm 3342\pm100\ K$. We estimate its stellar rotation period to be $75\pm5$ days based on archival long-term photometry. We confirm and characterize the planet based on a series of ground-based multi-wavelength photometry, high-angular-resolution imaging observations, and precise radial velocities from CFHT/SPIRou. Our joint analysis reveals that the planet has a radius of $2.19\pm0.17\ R_{\oplus}$, and a mass measurement of $6.4\pm2.4\ M_{\oplus}$. The mass and radius of TOI2136b is consistent with a broad range of compositions, from water-ice to gas-dominated worlds. TOI-2136b falls close to the radius valley for low-mass stars predicted by the thermally driven atmospheric mass loss models, making it an interesting target for future studies of its interior structure and atmospheric properties.

preprint2022arXiv

TESS Giants Transiting Giants II: The hottest Jupiters orbiting evolved stars

Giant planets on short-period orbits are predicted to be inflated and eventually engulfed by their host stars. However, the detailed timescales and stages of these processes are not well known. Here we present the discovery of three hot Jupiters (P $<$ 10 d) orbiting evolved, intermediate-mass stars ($M_\star$ $\approx$ 1.5 M$_\odot$, 2 R$_\odot$ $<$ $R_\star < $ 5 R$_\odot$). By combining \tess photometry with ground-based photometry and radial velocity measurements, we report masses and radii for these three planets between 0.4 and 1.8 M$_\mathrm{J}$ and 0.8 and 1.8 R$_\mathrm{J}$. \planet has the shortest period (P=\period) of any planet discovered around a red giant star to date. Both \planettwo and \planetthree appear to be inflated, but \planet does not show any sign of inflation. The large radii and relatively low masses of \planettwo and \planetthree place them among the lowest density hot Jupiters currently known, while \planet is conversely one of the highest. All three planets have orbital eccentricities below 0.2. The large spread in radii for these systems implies that planet inflation has a complex dependence on planet mass, radius, incident flux, and orbital properties. We predict that \planet has the shortest orbital decay timescale of any planet currently known, but do not detect any orbital decay in this system. Transmission spectroscopy of \planettwo would provide a favorable opportunity for the detection of water, carbon dioxide and carbon monoxide features in the atmosphere of a planet orbiting an evolved star, and could yield new information about planet formation and atmospheric evolution.

preprint2022arXiv

TESS Giants Transiting Giants III: An eccentric warm Jupiter supports a period-eccentricity relation for giant planets transiting evolved stars

The fate of planets around rapidly evolving stars is not well understood. Previous studies have suggested that relative to the main sequence population, planets transiting evolved stars ($P$ $<$ 100 d) tend to have more eccentric orbits. Here we present the discovery of TOI-4582 b, a 0.94 $\pm$ 0.12 R$_\mathrm{J}$, 0.53 $\pm$ 0.05 M$_\mathrm{J}$ planet orbiting an intermediate-mass subgiant star every 31.034 days. We find that this planet is also on a significantly eccentric orbit ($e$ = 0.51 $\pm$ 0.05). We then compare the population of planets found transiting evolved (log$g$ $<$ 3.8) stars to the population of planets transiting main sequence stars. We find that the rate at which median orbital eccentricity grows with period is significantly higher for evolved star systems than for otherwise similar main sequence systems, particularly for systems with only one planet detected. In general, we observe that mean planet eccentricity $<e>$ = $a$ + $b$log$_{10}$($P$) for the evolved population with a single transiting planet where $a$ = (-0.18 $\pm$ 0.08) and $b$ = (0.38 $\pm$ 0.06), significantly distinct from the main sequence planetary system population. This trend is seen even after controlling for stellar mass and metallicity. These systems do not appear to represent a steady evolution pathway from eccentric, long-period planetary orbits to circular, short period orbits, as orbital model comparisons suggest inspiral timescales are uncorrelated with orbital separation or eccentricity. Characterization of additional evolved planetary systems will distinguish effects of stellar evolution from those of stellar mass and composition.

preprint2022arXiv

TESS Hunt for Young and Maturing Exoplanets (THYME) VI: an 11 Myr giant planet transiting a very low-mass star in Lower Centaurus Crux

Mature super-Earths and sub-Neptunes are predicted to be $\simeq$Jovian radius when younger than 10 Myr. Thus, we expect to find 5-15$R_\oplus$ planets around young stars even if their older counterparts harbor none. We report the discovery and validation of TOI 1227 b, a $0.85\pm0.05R_J$ (9.5$R_\oplus$) planet transiting a very low-mass star ($0.170\pm0.015M_\odot$) every 27.4 days. TOI~1227's kinematics and strong lithium absorption confirm it is a member of a previously discovered sub-group in the Lower Centaurus Crux OB association, which we designate the Musca group. We derive an age of 11$\pm$2 Myr for Musca, based on lithium, rotation, and the color-magnitude diagram of Musca members. The TESS data and ground-based follow-up show a deep (2.5\%) transit. We use multiwavelength transit observations and radial velocities from the IGRINS spectrograph to validate the signal as planetary in nature, and we obtain an upper limit on the planet mass of $\simeq0.5 M_J$. Because such large planets are exceptionally rare around mature low-mass stars, we suggest that TOI 1227 b is still contracting and will eventually turn into one of the more common $<5R_\oplus$ planets.

preprint2022arXiv

TESS Revisits WASP-12: Updated Orbital Decay Rate and Constraints on Atmospheric Variability

After observing WASP-12 in the second year of the primary mission, the Transiting Exoplanet Survey Satellite (TESS) revisited the system in late 2021 during its extended mission. In this paper, we incorporate the new TESS photometry into a reanalysis of the transits, secondary eclipses, and phase curve. We also present a new $K_s$-band occultation observation of WASP-12b obtained with the Palomar/Wide-field Infrared Camera instrument. The latest TESS photometry spans three consecutive months, quadrupling the total length of the TESS WASP-12 light curve and extending the overall time baseline by almost two years. Based on the full set of available transit and occultation timings, we find that the orbital period is shrinking at a rate of $-29.81 \pm 0.94$ ms yr$^{-1}$. The additional data also increase the measurement precision of the transit depth, orbital parameters, and phase-curve amplitudes. We obtain a secondary eclipse depth of $466 \pm 35$ ppm, a $2σ$ upper limit on the nightside brightness of 70 ppm, and a marginal $6\overset{\circ}{.}2 \pm 2\overset{\circ}{.}8$ eastward offset between the dayside hotspot and the substellar point. The voluminous TESS dataset allows us to assess the level of atmospheric variability on timescales of days, months, and years. We do not detect any statistically significant modulations in the secondary eclipse depth or day-night brightness contrast. Likewise, our measured $K_s$-band occultation depth of $2810 \pm 390$ ppm is consistent with most $\sim$2.2 $μ$m observations in the literature.

preprint2022arXiv

The LHS 1678 System: Two Earth-Sized Transiting Planets and an Astrometric Companion Orbiting an M Dwarf Near the Convective Boundary at 20 pc

We present the TESS discovery of the LHS 1678 (TOI-696) exoplanet system, comprised of two approximately Earth-sized transiting planets and a likely astrometric brown dwarf orbiting a bright ($V_J$=12.5, $K_s$=8.3) M2 dwarf at 19.9 pc. The two TESS-detected planets are of radius 0.70$\pm$0.04 $R_\oplus$ and 0.98$\pm$0.06 $R_\oplus$ in 0.86-day and 3.69-day orbits, respectively. Both planets are validated and characterized via ground-based follow-up observations. HARPS RV monitoring yields 97.7 percentile mass upper limits of 0.35 $M_\oplus$ and 1.4 $M_\oplus$ for planets b and c, respectively. The astrometric companion detected by the CTIO/SMARTS 0.9m has an orbital period on the order of decades and is undetected by other means. Additional ground-based observations constrain the companion to being a high-mass brown dwarf or smaller. Each planet is of unique interest; the inner planet has an ultra-short period, and the outer planet is in the Venus zone. Both are promising targets for atmospheric characterization with the JWST and mass measurements via extreme-precision radial velocity. A third planet candidate of radius 0.9$\pm$0.1 $R_\oplus$ in a 4.97-day orbit is also identified in multi-Cycle TESS data for validation in future work. The host star is associated with an observed gap in the lower main sequence of the Hertzsprung-Russell diagram. This gap is tied to the transition from partially- to fully-convective interiors in M dwarfs, and the effect of the associated stellar astrophysics on exoplanet evolution is currently unknown. The culmination of these system properties makes LHS 1678 a unique, compelling playground for comparative exoplanet science and understanding the formation and evolution of small, short-period exoplanets orbiting low-mass stars.

preprint2022arXiv

The TESS Grand Unified Hot Jupiter Survey. I. Ten TESS Planets

We report the discovery of ten short-period giant planets (TOI-2193A b, TOI-2207 b, TOI-2236 b, TOI-2421 b, TOI-2567 b, TOI-2570 b, TOI-3331 b, TOI-3540A b, TOI-3693 b, TOI-4137 b). All of the planets were identified as planet candidates based on periodic flux dips observed by NASA's Transiting Exoplanet Survey Satellite (TESS). The signals were confirmed to be from transiting planets using ground-based time-series photometry, high angular resolution imaging, and high-resolution spectroscopy coordinated with the TESS Follow-up Observing Program. The ten newly discovered planets orbit relatively bright F and G stars ($G < 12.5$,~$T_\mathrm{eff}$ between 4800 and 6200 K). The planets' orbital periods range from 2 to 10~days, and their masses range from 0.2 to 2.2 Jupiter masses. TOI-2421 b is notable for being a Saturn-mass planet and TOI-2567 b for being a ``sub-Saturn'', with masses of $0.322\pm 0.073$ and $0.195\pm 0.030$ Jupiter masses, respectively. In most cases, we have little information about the orbital eccentricities. Two exceptions are TOI-2207 b, which has an 8-day period and a detectably eccentric orbit ($e = 0.17\pm0.05$), and TOI-3693 b, a 9-day planet for which we can set an upper limit of $e < 0.052$. The ten planets described here are the first new planets resulting from an effort to use TESS data to unify and expand on the work of previous ground-based transit surveys in order to create a large and statistically useful sample of hot Jupiters.

preprint2022arXiv

TKS V. Twin sub-Neptunes Transiting the Nearby G Star HD 63935

We present the discovery of two nearly identically-sized sub-Neptune transiting planets orbiting HD 63935, a bright ($V=8.6$ mag), sun-like ($T_{eff}=5560K$) star at 49 pc. TESS identified the first planet, HD 63935 b (TOI-509.01), in Sectors 7 and 34. We identified the second signal (HD 63935 c) in Keck HIRES and Lick APF radial velocity data as part of our followup campaign. It was subsequently confirmed with TESS photometry in Sector 34 as TOI-509.02. Our analysis of the photometric and radial velocity data yields a robust detection of both planets with periods of $9.0600 \pm 0.007$ and $21.40 \pm 0.0019$ days, radii of $2.99 \pm 0.14$ and $2.90 \pm 0.13$ $R_\oplus$, and masses of $10.8 \pm 1.8$ and $11.1 \pm 2.4$ $M_\oplus$. We calculate densities for planets b and c consistent with a few percent of the planet mass in hydrogen/helium envelopes. We also describe our survey's efforts to choose the best targets for JWST atmospheric followup. These efforts suggest that HD 63935 b will have the most clearly visible atmosphere of its class. It is the best target for transmission spectroscopy (ranked by Transmission Spectroscopy Metric, a proxy for atmospheric observability) in the so-far uncharacterized parameter space comprising sub-Neptune-sized (2.6 $R_\oplus$ $<$ $R_p$ $<$ 4 $R_\oplus$), moderately-irradiated (100 $F_\oplus$ $<$ $F_p$ $<$ 1000 $F_\oplus$) planets around G-stars. Planet c is also a viable target for transmission spectroscopy, and given the indistinguishable masses and radii of the two planets, the system serves as a natural laboratory for examining the processes that shape the evolution of sub-Neptune planets.

preprint2022arXiv

TOI-1075 b: A Dense, Massive, Ultra-Short Period Hot Super-Earth Straddling the Radius Gap

Populating the exoplanet mass-radius diagram in order to identify the underlying relationship that governs planet composition is driving an interdisciplinary effort within the exoplanet community. The discovery of hot super-Earths - a high temperature, short-period subset of the super-Earth planet population - has presented many unresolved questions concerning the formation, evolution, and composition of rocky planets. We report the discovery of a transiting, ultra-short period hot super-Earth orbiting TOI-1075 (TIC 351601843), a nearby ($d$ = 61.4 pc) late K-/early M-dwarf star, using data from the Transiting Exoplanet Survey Satellite (TESS). The newly discovered planet has a radius of $1.791^{+0.116}_{-0.081}$ $R_{\oplus}$, and an orbital period of 0.605 days (14.5 hours). We precisely measure the planet mass to be $9.95^{+1.36}_{-1.30}$ $M_{\oplus}$ using radial velocity measurements obtained with the Planet Finder Spectrograph (PFS), mounted on the Magellan II telescope. Our radial velocity data also show a long-term trend, suggesting an additional planet in the system. While TOI-1075 b is expected to have a substantial H/He atmosphere given its size relative to the radius gap, its high density ($9.32^{+2.05}_{-1.85}$ $\rm{g/cm^3}$) is likely inconsistent with this possibility. We explore TOI-1075 b's location relative to the M-dwarf radius valley, evaluate the planet's prospects for atmospheric characterization, and discuss potential planet formation mechanisms. Studying the TOI-1075 system in the broader context of ultra-short period planetary systems is necessary for testing planet formation and evolution theories, density enhancing mechanisms, and for future atmospheric and surface characterization studies via emission spectroscopy with JWST.

preprint2022arXiv

TOI-1696: a nearby M4 dwarf with a $3R_\oplus$ planet in the Neptunian desert

We present the discovery and validation of a temperate sub-Neptune around the nearby mid-M dwarf TIC 470381900 (TOI-1696), with a radius of $3.09 \pm 0.11 \,R_\oplus$ and an orbital period of $2.5 \,\rm{days}$, using a combination of TESS and follow-up observations using ground-based telescopes. Joint analysis of multi-band photometry from TESS, MuSCAT, MuSCAT3, Sinistro, and KeplerCam confirmed the transit signal to be achromatic as well as refined the orbital ephemeris. High-resolution imaging with Gemini/'Alopeke and high-resolution spectroscopy with the Subaru/IRD confirmed that there are no stellar companions or background sources to the star. The spectroscopic observations with IRD and IRTF/SpeX were used to determine the stellar parameters, and found the host star is an M4 dwarf with an effective temperature of $T_{eff} = 3185 \pm 76\,\rm{K}$ and a metallicity of [Fe/H] $=0.336 \pm 0.060 \,\rm{dex}$. The radial velocities measured from IRD set a $2$-$σ$ upper limit on the planetary mass to be $48.8 \,M_\oplus$. The large radius ratio ($R_p/R_\star \sim 0.1$) and the relatively bright NIR magnitude ($J=12.2 \,\rm{mag}$) make this planet an attractive target for further followup observations. TOI-1696b is one of the planets belonging to the Neptunian desert with the highest transmission spectroscopy metric discovered to date, making it an interesting candidate for atmospheric characterizations with JWST.

preprint2022arXiv

TOI-2046b, TOI-1181b and TOI-1516b, three new hot Jupiters from \textit{TESS}: planets orbiting a young star, a subgiant and a normal star

We present the confirmation and characterization of three hot Jupiters, TOI-1181b, TOI-1516b, and TOI-2046b, discovered by the TESS space mission. The reported hot Jupiters have orbital periods between 1.4 and 2.05 days. The masses of the three planets are $1.18\pm0.14$ M$_{\mathrm{J}}$, $3.16\pm0.12$\, M$_{\mathrm{J}}$, and 2.30 $\pm 0.28$ M$_{\mathrm{J}}$, for TOI-1181b, TOI-1516b, and TOI-2046b, respectively. The stellar host of TOI-1181b is a F9IV star, whereas TOI-1516b and TOI-2046b orbit F main sequence host stars. The ages of the first two systems are in the range of 2-5 Gyrs. However, TOI-2046 is among the few youngest known planetary systems hosting a hot Jupiter, with an age estimate of 100-400 Myrs. The main instruments used for the radial velocity follow-up of these three planets are located at Ondřejov, Tautenburg and McDonald Observatory, and all three are mounted on 2-3 meter aperture telescopes, demonstrating that mid-aperture telescope networks can play a substantial role in the follow-up of gas giants discovered by \textit{TESS} and in the future by \textit{PLATO}.

preprint2022arXiv

Transit Timing Variations for AU Microscopii b & c

We explore the transit timing variations (TTVs) of the young (22 Myr) nearby AU Mic planetary system. For AU Mic b, we introduce three Spitzer (4.5 $μ$m) transits, five TESS transits, 11 LCO transits, one PEST transit, one Brierfield transit, and two transit timing measurements from Rossiter-McLaughlin observations; for AU Mic c, we introduce three TESS transits. We present two independent TTV analyses. First, we use EXOFASTv2 to jointly model the Spitzer and ground-based transits and to obtain the midpoint transit times. We then construct an O--C diagram and model the TTVs with Exo-Striker. Second, we reproduce our results with an independent photodynamical analysis. We recover a TTV mass for AU Mic c of 10.8$^{+2.3}_{-2.2}$ M$_{E}$. We compare the TTV-derived constraints to a recent radial-velocity (RV) mass determination. We also observe excess TTVs that do not appear to be consistent with the dynamical interactions of b and c alone, and do not appear to be due to spots or flares. Thus, we present a hypothetical non-transiting "middle-d" candidate exoplanet that is consistent with the observed TTVs, the candidate RV signal, and would establish the AU Mic system as a compact resonant multi-planet chain in a 4:6:9 period commensurability. These results demonstrate that the AU Mic planetary system is dynamically interacting producing detectable TTVs, and the implied orbital dynamics may inform the formation mechanisms for this young system. We recommend future RV and TTV observations of AU Mic b and c to further constrain the masses and to confirm the existence of possible additional planet(s).

preprint2022arXiv

Uncovering the true periods of the young sub-Neptunes orbiting TOI-2076

Context: TOI-2076 is a transiting three-planet system of sub-Neptunes orbiting a bright (G = 8.9 mag), young ($340\pm80$ Myr) K-type star. Although a validated planetary system, the orbits of the two outer planets were unconstrained as only two non-consecutive transits were seen in TESS photometry. This left 11 and 7 possible period aliases for each. Aims: To reveal the true orbits of these two long-period planets, precise photometry targeted on the highest-probability period aliases is required. Long-term monitoring of transits in multi-planet systems can also help constrain planetary masses through TTV measurements. Methods: We used the MonoTools package to determine which aliases to follow, and then performed space-based and ground-based photometric follow-up of TOI-2076 c and d with CHEOPS, SAINT-EX, and LCO telescopes. Results: CHEOPS observations revealed a clear detection for TOI-2076 c at $P=21.01538^{+0.00084}_{-0.00074}$ d, and allowed us to rule out three of the most likely period aliases for TOI-2076 d. Ground-based photometry further enabled us to rule out remaining aliases and confirm the $P=35.12537\pm0.00067$ d alias. These observations also improved the radius precision of all three sub-Neptunes to $2.518\pm0.036$, $3.497\pm0.043$, and $3.232\pm0.063$ $R_\oplus$. Our observations also revealed a clear anti-correlated TTV signal between planets b and c likely caused by their proximity to the 2:1 resonance, while planets c and d appear close to a 5:3 period commensurability, although model degeneracy meant we were unable to retrieve robust TTV masses. Their inflated radii, likely due to extended H-He atmospheres, combined with low insolation makes all three planets excellent candidates for future comparative transmission spectroscopy with JWST.

preprint2021arXiv

A 20-Second Cadence View of Solar-Type Stars and Their Planets with TESS: Asteroseismology of Solar Analogs and a Re-characterization of pi Men c

We present an analysis of the first 20-second cadence light curves obtained by the TESS space telescope during its extended mission. We find a precision improvement of 20-second data compared to 2-minute data for bright stars when binned to the same cadence (~10-25% better for T<~8 mag, reaching equal precision at T~13 mag), consistent with pre-flight expectations based on differences in cosmic ray mitigation algorithms. We present two results enabled by this improvement. First, we use 20-second data to detect oscillations in three solar analogs (gamma Pav, zeta Tuc and pi Men) and use asteroseismology to measure their radii, masses, densities and ages to ~1%, ~3%, ~1% and ~20% respectively, including systematic errors. Combining our asteroseismic ages with chromospheric activity measurements we find evidence that the spread in the activity-age relation is linked to stellar mass and thus convection-zone depth. Second, we combine 20-second data and published radial velocities to re-characterize pi Men c, which is now the closest transiting exoplanet for which detailed asteroseismology of the host star is possible. We show that pi Men c is located at the upper edge of the planet radius valley for its orbital period, confirming that it has likely retained a volatile atmosphere and that the "asteroseismic radius valley" remains devoid of planets. Our analysis favors a low eccentricity for pi Men c (<0.1 at 68% confidence), suggesting efficient tidal dissipation (Q/k <~ 2400) if it formed via high-eccentricity migration. Combined, these early results demonstrate the strong potential of TESS 20-second cadence data for stellar astrophysics and exoplanet science.

preprint2021arXiv

Precise transit and radial-velocity characterization of a resonant pair: a warm Jupiter TOI-216c and eccentric warm Neptune TOI-216b

TOI-216 hosts a pair of warm, large exoplanets discovered by the TESS Mission. These planets were found to be in or near the 2:1 resonance, and both of them exhibit transit timing variations (TTVs). Precise characterization of the planets' masses and radii, orbital properties, and resonant behavior can test theories for the origins of planets orbiting close to their stars. Previous characterization of the system using the first six sectors of TESS data suffered from a degeneracy between planet mass and orbital eccentricity. Radial velocity measurements using HARPS, FEROS, and PFS break that degeneracy, and an expanded TTV baseline from TESS and an ongoing ground-based transit observing campaign increase the precision of the mass and eccentricity measurements. We determine that TOI-216c is a warm Jupiter, TOI-216b is an eccentric warm Neptune, and that they librate in the 2:1 resonance with a moderate libration amplitude of 60 +/- 2 degrees; small but significant free eccentricity of 0.0222 +0.0005/-0.0003 for TOI-216b; and small but significant mutual inclination of 1.2-3.9 degrees (95% confidence interval). The libration amplitude, free eccentricity, and mutual inclination imply a disturbance of TOI-216b before or after resonance capture, perhaps by an undetected third planet.

preprint2021arXiv

TESS discovery of a super-Earth and three sub-Neptunes hosted by the bright, Sun-like star HD 108236

We report the discovery and validation of four extrasolar planets hosted by the nearby, bright, Sun-like (G3V) star HD~108236 using data from the Transiting Exoplanet Survey Satellite (TESS). We present transit photometry, reconnaissance and precise Doppler spectroscopy as well as high-resolution imaging, to validate the planetary nature of the objects transiting HD~108236, also known as the TESS Object of Interest (TOI) 1233. The innermost planet is a possibly-rocky super-Earth with a period of $3.79523_{-0.00044}^{+0.00047}$ days and has a radius of $1.586\pm0.098$ $R_\oplus$. The outer planets are sub-Neptunes, with potential gaseous envelopes, having radii of $2.068_{-0.091}^{+0.10}$ $R_\oplus$, $2.72\pm0.11$ $R_\oplus$, and $3.12_{-0.12}^{+0.13}$ $R_\oplus$ and periods of $6.20370_{-0.00052}^{+0.00064}$ days, $14.17555_{-0.0011}^{+0.00099}$ days, and $19.5917_{-0.0020}^{+0.0022}$ days, respectively. With V and K$_{\rm s}$ magnitudes of 9.2 and 7.6, respectively, the bright host star makes the transiting planets favorable targets for mass measurements and, potentially, for atmospheric characterization via transmission spectroscopy. HD~108236 is the brightest Sun-like star in the visual (V) band known to host four or more transiting exoplanets. The discovered planets span a broad range of planetary radii and equilibrium temperatures, and share a common history of insolation from a Sun-like star ($R_\star = 0.888 \pm 0.017$ R$_\odot$, $T_{\rm eff} = 5730 \pm 50$ K), making HD 108236 an exciting, opportune cosmic laboratory for testing models of planet formation and evolution.

preprint2021arXiv

TESS Eclipsing Binary Stars. I. Short cadence observations of 4584 eclipsing binaries in Sectors 1-26

In this paper we present a catalog of 4584 eclipsing binaries observed during the first two years (26 sectors) of the TESS survey. We discuss selection criteria for eclipsing binary candidates, detection of hither-to unknown eclipsing systems, determination of the ephemerides, the validation and triage process, and the derivation of heuristic estimates for the ephemerides. Instead of keeping to the widely used discrete classes, we propose a binary star morphology classification based on a dimensionality reduction algorithm. Finally, we present statistical properties of the sample, we qualitatively estimate completeness, and discuss the results. The work presented here is organized and performed within the TESS Eclipsing Binary Working Group, an open group of professional and citizen scientists; we conclude by describing ongoing work and future goals for the group. The catalog is available from http://tessEBs.villanova.edu and from MAST.

preprint2021arXiv

The TESS Faint Star Search: 1,617 TOIs from the TESS Primary Mission

We present the detection of 1,617 new transiting planet candidates, identified in the Transiting Exoplanet Survey Satellite (TESS) full-frame images (FFIs) observed during the Primary Mission (Sectors 1 - 26). These candidates were initially detected by the Quick-Look Pipeline (QLP), which extracts FFI lightcurves for and searches all stars brighter than TESS magnitude T = 13.5 mag in each sector. However, QLP heavily relies on manual inspection for the identification of planet candidates, limiting vetting efforts to planet-hosting stars brighter than T = 10.5 mag and leaving millions of potential transit signals un-vetted. We describe an independent vetting pipeline applied to QLP transit search results, incorporating both automated vetting tests and manual inspection to identify promising planet candidates around these fainter stars. The new candidates discovered by this ongoing project will allow TESS to significantly improve the statistical power of demographics studies of giant, close-in exoplanets.

preprint2021arXiv

TOI-1842b: A Transiting Warm Saturn Undergoing Re-Inflation around an Evolving Subgiant

The imminent launch of space telescopes designed to probe the atmospheres of exoplanets has prompted new efforts to prioritise the thousands of transiting planet candidates for follow-up characterisation. We report the detection and confirmation of TOI-1842b, a warm Saturn identified by TESS and confirmed with ground-based observations from Minerva-Australis, NRES, and the Las Cumbres Observatory Global Telescope. This planet has a radius of $1.04^{+0.06}_{-0.05}\,R_{Jup}$, a mass of $0.214^{+0.040}_{-0.038}\,M_{Jup}$, an orbital period of $9.5739^{+0.0002}_{-0.0001}$ days, and an extremely low density ($ρ$=0.252$\pm$0.091 g cm$^{-3}$). TOI-1842b has among the best known combinations of large atmospheric scale height (893 km) and host-star brightness ($J=8.747$ mag), making it an attractive target for atmospheric characterisation. As the host star is beginning to evolve off the main sequence, TOI-1842b presents an excellent opportunity to test models of gas giant re-inflation. The primary transit duration of only 4.3 hours also makes TOI-1842b an easily-schedulable target for further ground-based atmospheric characterisation.

preprint2021arXiv

TOI-811b and TOI-852b: New transiting brown dwarfs with similar masses and very different radii and ages from the TESS mission

We report the discovery of two transiting brown dwarfs (BDs), TOI-811b and TOI-852b, from NASA's Transiting Exoplanet Survey Satellite mission. These two transiting BDs have similar masses, but very different radii and ages. Their host stars have similar masses, effective temperatures, and metallicities. The younger and larger transiting BD is TOI-811b at a mass of $M_b = 55.3 \pm 3.2{\rm M_J}$ and radius of $R_b = 1.35 \pm 0.09{\rm R_J}$ and it orbits its host star in a period of $P = 25.16551 \pm 0.00004$ days. Its age of $93^{+61}_{-29}$ Myr, which we derive from an application of gyrochronology to its host star, is why this BD's radius is relatively large, not heating from its host star since this BD orbits at a longer orbital period than most known transiting BDs. This constraint on the youth of TOI-811b allows us to test substellar mass-radius isochrones where the radius of BDs changes rapidly with age. TOI-852b is a much older (4.0 Gyr from stellar isochrone models of the host star) and smaller transiting BD at a mass of $M_b = 53.7 \pm 1.3{\rm M_J}$, a radius of $R_b = 0.75 \pm 0.03{\rm R_J}$, and an orbital period of $P = 4.94561 \pm 0.00008$ days. TOI-852b joins the likes of other old transiting BDs that trace out the oldest substellar mass-radius isochrones where contraction of the BD's radius asymptotically slows. Both host stars have a mass of $M_\star = 1.32{\rm M_\odot}\pm0.05$ and differ in their radii, $T_{\rm eff}$, and [Fe/H] with TOI-811 having $R_\star=1.27\pm0.09{\rm R_\odot}$, $T_{\rm eff} = 6107 \pm 77$K, and $\rm [Fe/H] = +0.40 \pm 0.09$ and TOI-852 having $R_\star=1.71\pm0.04{\rm R_\odot}$, $T_{\rm eff} = 5768 \pm 84$K, and $\rm [Fe/H] = +0.33 \pm 0.09$. We take this opportunity to examine how TOI-811b and TOI-852b serve as test points for young and old substellar isochrones, respectively.

preprint2021arXiv

TOI-954 b and K2-329 b: Short-Period Saturn-Mass Planets that Test whether Irradiation Leads to Inflation

We report the discovery of two short-period Saturn-mass planets, one transiting the G subgiant TOI-954 (TIC 44792534, $ V = 10.343 $, $ T = 9.78 $) observed in TESS sectors 4 and 5, and one transiting the G dwarf K2-329 (EPIC 246193072, $ V = 12.70 $, $ K = 10.67 $) observed in K2 campaigns 12 and 19. We confirm and characterize these two planets with a variety of ground-based archival and follow-up observations, including photometry, reconnaissance spectroscopy, precise radial velocity, and high-resolution imaging. Combining all available data, we find that TOI-954 b has a radius of $0.852_{-0.062}^{+0.053} \, R_{\mathrm{J}}$ and a mass of $0.174_{-0.017}^{+0.018} \, M_{\mathrm{J}}$ and is in a 3.68 day orbit, while K2-329 b has a radius of $0.774_{-0.024}^{+0.026} \, R_{\mathrm{J}}$ and a mass of $0.260_{-0.022}^{+0.020} \, M_{\mathrm{J}}$ and is in a 12.46 day orbit. As TOI-954 b is 30 times more irradiated than K2-329 b but more or less the same size, these two planets provide an opportunity to test whether irradiation leads to inflation of Saturn-mass planets and contribute to future comparative studies that explore Saturn-mass planets at contrasting points in their lifetimes.

preprint2020arXiv

$TESS$ Phase Curve of the Hot Jupiter WASP-19b

We analyze the phase curve of the short-period transiting hot Jupiter system WASP-19, which was observed by the Transiting Exoplanet Survey Satellite ($TESS$) in Sector 9. WASP-19 is one of only five transiting exoplanet systems with full-orbit phase curve measurements at both optical and infrared wavelengths. We measure a secondary eclipse depth of $470^{+130}_{-110}$ ppm and detect a strong atmospheric brightness modulation signal with a semi-amplitude of $319\pm51$ ppm. No significant offset is detected between the substellar point and the region of maximum brightness on the dayside. There is also no significant nightside flux detected, which is in agreement with the nightside effective blackbody temperature of $1090^{+190}_{-250}$ derived from the published $Spitzer$ phase curves for this planet. Placing the eclipse depth measured in the $TESS$ bandpass alongside the large body of previous values from the literature, we carry out the first atmospheric retrievals of WASP-19b's secondary eclipse spectrum using the SCARLET code. The retrieval analysis indicates that WASP-19b has a dayside atmosphere consistent with an isotherm at $T=2240\pm40$ K and a visible geometric albedo of $0.16\pm0.04$, indicating significant contribution from reflected starlight in the $TESS$ bandpass and moderately efficient day-night heat transport.

preprint2020arXiv

A super-Earth and two sub-Neptunes transiting the nearby and quiet M dwarf TOI-270

We report the Transiting Exoplanet Survey Satellite discovery of three small planets transiting one of the nearest and brightest M dwarf hosts to date, TOI-270 (TIC 259377017; K-mag 8.3; 22.5 parsec). The M3V-type star is transited by the super-Earth-sized TOI-270 b (1.247+0.089-0.083 R_earth) and the sub-Neptune-sized exoplanets TOI-270 c (2.42+-0.13 R_earth) and TOI-270 d (2.13+-0.12 R_earth). The planets orbit close to a mean-motion resonant chain, with periods (3.36, 5.66, and 11.38 days) near ratios of small integers (5:3 and 2:1). TOI-270 is a prime target for future studies since: 1) its near-resonance allows detecting transit timing variations for precise mass measurements and dynamical studies; 2) its brightness enables independent radial velocity mass measurements; 3) the outer planets are ideal for atmospheric characterisation via transmission spectroscopy; and 4) the quiet star enables future searches for habitable zone planets. Altogether, very few systems with small, temperate exoplanets are as suitable for such complementary and detailed characterisation as TOI-270.

preprint2020arXiv

Diffuser-Assisted Infrared Transit Photometry for Four Dynamically Interacting \textit{Kepler} Systems

We present ground-based infrared transit observations for four dynamically interacting \textit{Kepler} planets, including Kepler-29b, Kepler-36c, KOI-1783.01, and Kepler-177c, obtained using the Wide-field Infrared Camera on the Hale 200" telescope at Palomar Observatory. By utilizing an engineered diffuser and custom guiding software, we mitigate time-correlated telluric and instrumental noise sources in these observations. We achieve an infrared photometric precision comparable to or better than that of space-based observatories such as the \textit{Spitzer Space Telescope}, and detect transits with greater than 3$σ$ significance for all planets. For Kepler-177c ($J=13.9$) our measurement uncertainties are only $1.2\times$ the photon noise limit and 1.9 times better than the predicted photometric precision for \textit{Spitzer} IRAC photometry of this same target. We find that a single transit observation obtained $4-5$ years after the end of the original \textit{Kepler} mission can reduce dynamical mass uncertainties by as much as a factor of three for these systems. Additionally, we combine our new observations of KOI-1783.01 with information from the literature to confirm the planetary nature of this system. We discuss the implications of our new mass and radius constraints in the context of known exoplanets with low incident fluxes, and we note that Kepler-177c may be a more massive analog to the currently known super-puffs given its core mass (3.8$\pm0.9M_\Earth$) and large gas-to-core ratio (2.8$\pm0.7$). Our demonstrated infrared photometric performance opens up new avenues for ground-based observations of transiting exoplanets previously thought to be restricted to space-based investigation.

preprint2020arXiv

Exploring the atmospheric dynamics of the extreme ultra-hot Jupiter KELT-9b using TESS photometry

We carry out a phase-curve analysis of the KELT-9 system using photometric observations from NASA's Transiting Exoplanet Survey Satellite (TESS). The measured secondary eclipse depth and peak-to-peak atmospheric brightness modulation are $650^{+14}_{-15}$ ppm and $566\pm16$ ppm, respectively. The planet's brightness variation reaches maximum $31\pm5$ minutes before the midpoint of the secondary eclipse, indicating a $5\overset{\circ}{.}2\pm0\overset{\circ}{.}9$ eastward shift in the dayside hot spot from the substellar point. We also detect stellar pulsations on KELT-9 with a period of $7.58695\pm0.00091$ hours. The dayside emission of KELT-9b in the TESS bandpass is consistent with a blackbody brightness temperature of $4600\pm100$ K. The corresponding nightside brightness temperature is $3040\pm100$ K, comparable to the dayside temperatures of the hottest known exoplanets. In addition, we detect a significant phase-curve signal at the first harmonic of the orbital frequency and a marginal signal at the second harmonic. While the amplitude of the first harmonic component is consistent with the predicted ellipsoidal distortion modulation assuming equilibrium tides, the phase of this photometric variation is shifted relative to the expectation. Placing KELT-9b in the context of other exoplanets with phase-curve observations, we find that the elevated nightside temperature and relatively low day-night temperature contrast agree with the predictions of atmospheric models that include H$_{2}$ dissociation and recombination. The nightside temperature of KELT-9b implies an atmospheric composition containing about 50% molecular and 50% atomic hydrogen at 0.1 bar, a nightside emission spectrum that deviates significantly from a blackbody, and a 0.5-2.0 $μ$m transmission spectrum that is featureless at low resolution.

preprint2020arXiv

GJ 1252 b: A 1.2 $R_{\oplus}$ planet transiting an M3-dwarf at 20.4 pc

We report the discovery of GJ 1252 b, a planet with a radius of 1.193 $\pm$ 0.074 $R_{\oplus}$ and an orbital period of 0.52 days around an M3-type star (0.381 $\pm$ 0.019 $M_{\odot}$, 0.391 $\pm$ 0.020 $R_{\odot}$) located 20.385 $\pm$ 0.019 pc away. We use TESS data, ground-based photometry and spectroscopy, Gaia astrometry, and high angular resolution imaging to show that the transit signal seen in the TESS data must originate from a transiting planet. We do so by ruling out all false positive scenarios that attempt to explain the transit signal as originating from an eclipsing stellar binary. Precise Doppler monitoring also leads to a tentative mass measurement of 2.09 $\pm$ 0.56 $M_{\oplus}$. The host star proximity, brightness ($V$ = 12.19 mag, $K$ = 7.92 mag), low stellar activity, and the system's short orbital period make this planet an attractive target for detailed characterization, including precise mass measurement, looking for other objects in the system, and planet atmosphere characterization.

preprint2020arXiv

HD 191939: Three Sub-Neptunes Transiting a Sun-like Star Only 54 pc Away

We present the discovery of three sub-Neptune-sized planets transiting the nearby and bright Sun-like star HD 191939 (TIC 269701147, TOI 1339), a $K_{s}=7.18$ magnitude G8 V dwarf at a distance of only 54 parsecs. We validate the planetary nature of the transit signals by combining five months of data from the Transiting Exoplanet Survey Satellite with follow-up ground-based photometry, archival optical images, radial velocities, and high angular resolution observations. The three sub-Neptunes have similar radii ($R_{b} = 3.42^{+0.11}_{-0.11}\,R_{\oplus}$, $R_{c}=3.23_{-0.11}^{+0.11}\,R_{\oplus}$, and $R_{d}=3.16_{-0.11}^{+0.11}\,R_{\oplus}$) and their orbits are consistent with a stable, circular, and co-planar architecture near mean motion resonances of 1:3 and 3:4 ($P_{b}=8.88$ days, $P_{c}=28.58$ days, and $P_{d}=38.35$ days). The HD~191939 system is an excellent candidate for precise mass determinations of the planets with high-resolution spectroscopy due to the host star's brightness and low chromospheric activity. Moreover, the system's compact and near-resonant nature can provide an independent way to measure planetary masses via transit timing variations while also enabling dynamical and evolutionary studies. Finally, as a promising target for multi-wavelength transmission spectroscopy of all three planets' atmospheres, HD 191939 can offer valuable insight into multiple sub-Neptunes born from a proto-planetary disk that may have resembled that of the early Sun.

preprint2020arXiv

LHS 1815b: The First Thick-Disk Planet Detected By TESS

We report the first discovery of a thick-disk planet, LHS 1815b (TOI-704b, TIC 260004324), detected in the TESS survey. LHS 1815b transits a bright (V = 12.19 mag, K = 7.99 mag) and quiet M dwarf located $ 29.87\pm0.02 pc$ away with a mass of $0.502\pm0.015 M_{\odot}$ and a radius of $0.501\pm0.030 R_{\odot}$. We validate the planet by combining space and ground-based photometry, spectroscopy, and imaging. The planet has a radius of $1.088\pm 0.064 R_{\oplus}$ with a $3 σ$ mass upper-limit of $8.7 M_{\oplus}$. We analyze the galactic kinematics and orbit of the host star LHS1815 and find that it has a large probability ($P_{thick}/P_{thin} = 6482$) to be in the thick disk with a much higher expected maximal height ($Z_{max} = 1.8 kpc$) above the Galactic plane compared with other TESS planet host stars. Future studies of the interior structure and atmospheric properties of planets in such systems using for example the upcoming James Webb Space Telescope (JWST), can investigate the differences in formation efficiency and evolution for planetary systems between different Galactic components (thick and thin disks, and halo).

preprint2020arXiv

TESS Reveals a Short-period Sub-Neptune Sibling (HD 86226c) to a Known Long-period Giant Planet

The Transiting Exoplanet Survey Satellite mission was designed to find transiting planets around bright, nearby stars. Here we present the detection and mass measurement of a small, short-period ($\approx\,4$\,days) transiting planet around the bright ($V=7.9$), solar-type star HD 86226 (TOI-652, TIC 22221375), previously known to host a long-period ($\sim$1600 days) giant planet. HD 86226c (TOI-652.01) has a radius of $2.16\pm0.08$ $R_{\oplus}$ and a mass of 7.25$^{+1.19}_{-1.12}$ $M_{\oplus}$ based on archival and new radial velocity data. We also update the parameters of the longer-period, not-known-to-transit planet, and find it to be less eccentric and less massive than previously reported. The density of the transiting planet is $3.97$ g cm$^{-3}$, which is low enough to suggest that the planet has at least a small volatile envelope, but the mass fractions of rock, iron, and water are not well-constrained. Given the host star brightness, planet period, and location of the planet near both the ``radius gap'' and the ``hot Neptune desert'', HD 86226c is an interesting candidate for transmission spectroscopy to further refine its composition.

preprint2020arXiv

TESS spots a hot Jupiter with an inner transiting Neptune

Hot Jupiters are rarely accompanied by other planets within a factor of a few in orbital distance. Previously, only two such systems have been found. Here, we report the discovery of a third system using data from the Transiting Exoplanet Survey Satellite (TESS). The host star, TOI-1130, is an 11th magnitude K-dwarf in the Gaia G band. It has two transiting planets: a Neptune-sized planet ($3.65\pm 0.10$ $R_E$) with a 4.1-day period, and a hot Jupiter ($1.50^{+0.27}_{-0.22}$ $R_J$) with an 8.4-day period. Precise radial-velocity observations show that the mass of the hot Jupiter is $0.974^{+0.043}_{-0.044}$ $M_J$. For the inner Neptune, the data provide only an upper limit on the mass of 0.17 $M_J$ (3$σ$). Nevertheless, we are confident the inner planet is real, based on follow-up ground-based photometry and adaptive optics imaging that rule out other plausible sources of the TESS transit signal. The unusual planetary architecture of and the brightness of the host star make TOI-1130 a good test case for planet formation theories, and an attractive target for future spectroscopic observations.

preprint2020arXiv

The Occurrence of Rocky Habitable Zone Planets Around Solar-Like Stars from Kepler Data

We present occurrence rates for rocky planets in the habitable zones (HZ) of main-sequence dwarf stars based on the Kepler DR25 planet candidate catalog and Gaia-based stellar properties. We provide the first analysis in terms of star-dependent instellation flux, which allows us to track HZ planets. We define $η_\oplus$ as the HZ occurrence of planets with radius between 0.5 and 1.5 $R_\oplus$ orbiting stars with effective temperatures between 4800 K and 6300 K. We find that $η_\oplus$ for the conservative HZ is between $0.37^{+0.48}_{-0.21}$ (errors reflect 68\% credible intervals) and $0.60^{+0.90}_{-0.36}$ planets per star, while the optimistic HZ occurrence is between $0.58^{+0.73}_{-0.33}$ and $0.88^{+1.28}_{-0.51}$ planets per star. These bounds reflect two extreme assumptions about the extrapolation of completeness beyond orbital periods where DR25 completeness data are available. The large uncertainties are due to the small number of detected small HZ planets. We find similar occurrence rates using both a Poisson likelihood Bayesian analysis and Approximate Bayesian Computation. Our results are corrected for catalog completeness and reliability. Both completeness and the planet occurrence rate are dependent on stellar effective temperature. We also present occurrence rates for various stellar populations and planet size ranges. We estimate with $95\%$ confidence that, on average, the nearest HZ planet around G and K dwarfs is about 6 pc away, and there are about 4 HZ rocky planets around G and K dwarfs within 10 pc of the Sun.

preprint2020arXiv

TOI 694 b and TIC 220568520 b: Two Low-Mass Companions Near the Hydrogen Burning Mass Limit Orbiting Sun-like Stars

We report the discovery of TOI 694 b and TIC 220568520 b, two low-mass stellar companions in eccentric orbits around metal-rich Sun-like stars, first detected by the Transiting Exoplanet Survey Satellite (TESS). TOI 694 b has an orbital period of 48.05131$\pm$0.00019 days and eccentricity of 0.51946$\pm$0.00081, and we derive a mass of 89.0$\pm$5.3 $M_J$ (0.0849$\pm$0.0051 $M_\odot$) and radius of 1.111$\pm$0.017 $R_J$ (0.1142$\pm$0.0017 $R_\odot$). TIC 220568520 b has an orbital period of 18.55769$\pm$0.00039 days and eccentricity of 0.0964$\pm$0.0032, and we derive a mass of 107.2$\pm$5.2 $M_J$ (0.1023$\pm$0.0050 $M_\odot$) and radius of 1.248$\pm$0.018 $R_J$ (0.1282$\pm$0.0019 $R_\odot$). Both binary companions lie close to and above the Hydrogen burning mass threshold that separates brown dwarfs and the lowest mass stars, with TOI 694 b being 2-$σ$ above the canonical mass threshold of 0.075 $M_\odot$. The relatively long periods of the systems mean that the magnetic fields of the low-mass companions are not expected to inhibit convection and inflate the radius, which according to one leading theory is common in similar objects residing in short-period tidally-synchronized binary systems. Indeed we do not find radius inflation for these two objects when compared to theoretical isochrones. These two new objects add to the short but growing list of low-mass stars with well-measured masses and radii, and highlight the potential of the TESS mission for detecting such rare objects orbiting bright stars.

preprint2020arXiv

Two intermediate-mass transiting brown dwarfs from the TESS mission

We report the discovery of two intermediate-mass brown dwarfs (BDs), TOI-569b and TOI-1406b, from NASA's Transiting Exoplanet Survey Satellite mission. TOI-569b has an orbital period of $P = 6.55604 \pm 0.00016$ days, a mass of $M_b = 64.1 \pm 1.9 M_J$, and a radius of $R_b = 0.75 \pm 0.02 R_J$. Its host star, TOI-569, has a mass of $M_\star = 1.21 \pm 0.03 M_\odot$, a radius of $R_\star = 1.47 \pm 0.03 R_\odot$, $\rm [Fe/H] = +0.29 \pm 0.09$ dex, and an effective temperature of $T_{\rm eff} = 5768 \pm 110K$. TOI-1406b has an orbital period of $P = 10.57415 \pm 0.00063$ days, a mass of $M_b =46.0 \pm 2.7 M_J$, and a radius of $R_b = 0.86 \pm 0.03 R_J$. The host star for this BD has a mass of $M_\star =1 .18 \pm 0.09 M_\odot$, a radius of $R_\star = 1.35 \pm 0.03 R_\odot$, $ \rm [Fe/H] = -0.08 \pm 0.09$ dex and an effective temperature of $T_{\rm eff} = 6290 \pm 100K$. Both BDs are in circular orbits around their host stars and are older than 3 Gyr based on stellar isochrone models of the stars. TOI-569 is one of two slightly evolved stars known to host a transiting BD (the other being KOI-415). TOI-1406b is one of three known transiting BDs to occupy the mass range of $40-50 M_J$ and one of two to have a circular orbit at a period near 10 days (with the first being KOI-205b).Both BDs have reliable ages from stellar isochrones in addition to their well-constrained masses and radii, making them particularly valuable as tests for substellar isochrones in the BD mass-radius diagram.

preprint2019arXiv

K2-19b and c are in a 3:2 Commensurability but out of Resonance: A Challenge to Planet Assembly by Convergent Migration

K2-19b and c were among the first planets discovered by NASA's K2 mission and together stand in stark contrast with the physical and orbital properties of the solar system planets. The planets are between the size of Uranus and Saturn at 7.0$\pm$0.2 R_E and 4.1$\pm$0.2 R_E, respectively, and reside a mere 0.1% outside the nominal 3:2 mean-motion resonance. They represent a different outcome of the planet formation process than the solar system, as well as the vast majority of known exoplanets. We measured the physical and orbital properties of these planets using photometry from K2, Spitzer, and ground-based telescopes, along with radial velocities from Keck/HIRES. Through a joint photodynamical model, we found that the planets have moderate eccentricities of $e \approx0.20$ and well-aligned apsides $Δ\varpi \approx 0$ deg. The planets occupy a strictly non-resonant configuration: the resonant angles circulate rather than librate. This defies the predictions of standard formation pathways that invoke convergent or divergent migration, both of which predict $Δ\varpi \approx 180$ deg and eccentricities of a few percent or less. We measured masses of $M_{p,b}$ = 32.4$\pm$1.7 M_E and $M_{p,c}$ = 10.8$\pm$0.6 M_E. Our measurements, with 5% fractional uncertainties, are among the most precise of any sub-Jovian exoplanet. Mass and size reflect a planet's core/envelope structure. Despite having a relatively massive core of $M_{core} \approx15$ $M_E$, K2-19b is envelope-rich, with an envelope mass fraction of roughly 50%. This planet poses a challenge to standard models core-nucleated accretion, which predict that cores $\gtrsim 10$ $M_E$ will quickly accrete gas and trigger runaway accretion when the envelope mass exceeds that of the core.

preprint2019arXiv

KIC 4142768: An Evolved Gamma Doradus/Delta Scuti Hybrid Pulsating Eclipsing Binary with Tidally Excited Oscillations

We present the characterization of KIC 4142768, an eclipsing binary with two evolved A-type stars in an eccentric orbit with a period of 14 days. We measure the fundamental parameters of the two components ($M_1=2.05M_{\odot}, R_1=2.96R_{\odot}$ and $M_2=2.05M_{\odot}, R_2=2.51R_{\odot}$) by combining {\it Kepler} photometry and spectra from {\it Keck} HIRES. The measured surface rotation rates are only one-fifth of the pseudo-synchronous rate of the eccentric orbit. Fourier spectrum of the light curve reveals hybrid pulsations of $δ$ Scuti and $γ$ Doradus type, with pulsation frequencies at about $15-18$ day$^{-1}$ for p modes and about $0.2-1.2$ day$^{-1}$ for low-frequency g modes. Some of the g modes are exact orbital harmonics and are likely tidally excited. Their pulsation amplitudes and phases both agree with predictions from the linear tidal theory for $l=2, m=2$ prograde modes. We examine the period spacing patterns in the free oscillating g modes and identify them mostly as prograde sectoral dipole modes. The unstable frequency range and frequency spacing of p modes and the inferred asymptotic g-mode period spacings both agree with the stellar model for the primary star evolved to a late stage of the main sequence. The inferred rotation rate of the convective core boundary is very slow, similar to the small surface rotation rate inferred from the spectroscopy. The measured surface and near-core rotation rates provide constraints for testing the mechanism of angular momentum transfer and tidal synchronization in evolved eccentric binary star systems.

preprint2019arXiv

The full $\mathit{Kepler}$ phase curve of the eclipsing hot white dwarf binary system KOI-964

We analyze the full $\mathit{Kepler}$ phase curve of KOI-964, a binary system consisting of a hot white dwarf on an eclipsing orbit around an A-type host star. Using all 18 quarters of long-cadence photometry, we carry out a joint light curve fit and obtain improved phase curve amplitudes, occultation depths, orbital parameters, and transit ephemeris over the previous results of Carter et al. 2011. A periodogram of the residuals from the phase curve fit reveals an additional stellar variability signal from the host star with a characteristic period of $0.620276\pm0.000011$ days and a full amplitude of $24\pm2$ ppm. We also present new Keck/HIRES radial velocity observations which we use to measure the orbit and obtain a mass ratio of $q=0.106\pm0.012$. Combining this measurement with the results of a stellar isochrone analysis, we find that the masses of the host star and white dwarf companion are $2.23\pm0.12\,M_{\odot}$ and $0.236^{+0.028}_{-0.027}\,M_{\odot}$, respectively. The effective temperatures of the two components are $9940^{+260}_{-230}$ K and $15080\pm400$ K, respectively, and we determine the age of the system to be $0.21^{+0.11}_{-0.08}$ Gyr. We use the measured system properties to compute predicted phase curve amplitudes and find that while the measured Doppler boosting and mutual illumination components agree well with theory, the ellipsoidal distortion amplitude is significantly underestimated. We detail possible explanations for this discrepancy, including interactions between the dynamical tide of the host star and the tidal bulge and possible non-synchronous rotation of the host star.

preprint2019arXiv

The Orbit of WASP-12b is Decaying

WASP-12b is a transiting hot Jupiter on a 1.09-day orbit around a late-F star. Since the planet's discovery in 2008, the time interval between transits has been decreasing by $29\pm 2$ msec year$^{-1}$. This is a possible sign of orbital decay, although the previously available data left open the possibility that the planet's orbit is slightly eccentric and is undergoing apsidal precession. Here, we present new transit and occultation observations that provide more decisive evidence for orbital decay, which is favored over apsidal precession by a $Δ\mathrm{BIC}$ of 22.3 or Bayes factor of 70,000. We also present new radial-velocity data that rule out the Rømer effect as the cause of the period change. This makes WASP-12 the first planetary system for which we can be confident that the orbit is decaying. The decay timescale for the orbit is $P/\dot{P} = 3.25\pm 0.23$ Myr. Interpreting the decay as the result of tidal dissipation, the modified stellar tidal quality factor is $Q'_\star = 1.8 \times10^{5}$.

preprint2019arXiv

Tidally Excited Oscillations in Heartbeat Binary Stars: Pulsation Phases and Mode Identification

Tidal forces in eccentric binary stars known as heartbeat stars excite detectable oscillations that shed light on the processes of tidal synchronization and circularization. We examine the pulsation phases of tidally excited oscillations (TEOs) in heartbeat binary systems. The target list includes four published heartbeat binaries and four additional systems observed by {\it Kepler}. To the first order, the pulsation phases of TEOs can be explained by the geometric effect of the dominant $l=2$, $m=0$, or $\pm 2$ modes assuming pulsations are adiabatic. We found that this simple theoretical interpretation can account for more than half of the systems on the list, assuming their spin and orbit axes are aligned. We do find significant deviations from the adiabatic predictions for some other systems, especially for the misaligned binary KIC 8164262. The deviations can potentially help to probe the non-adiabaticity of pulsation modes as well as resonances in the tidal forcing.

preprint2019arXiv

TOI-677 b: A Warm Jupiter (P=11.2d) on an eccentric orbit transiting a late F-type star

We report the discovery of TOI-677 b, first identified as a candidate in light curves obtained within Sectors 9 and 10 of the Transiting Exoplanet Survey Satellite (TESS) mission and confirmed with radial velocities. TOI-677 b has a mass of M_p = 1.236$^{+0.069}_{-0.067}$ M_J, a radius of R_p = 1.170 +- 0.03 R_J,and orbits its bright host star (V=9.8 mag) with an orbital period of 11.23660 +- 0.00011 d, on an eccentric orbit with e = 0.435 +- 0.024. The host star has a mass of M_* = 1.181 +- 0.058 M_sun, a radius of R_* = 1.28 +- 0.03 R_sun, an age of 2.92$^{+0.80}_{-0.73}$ Gyr and solar metallicity, properties consistent with a main sequence late F star with T_eff = 6295 +- 77 K. We find evidence in the radial velocity measurements of a secondary long term signal which could be due to an outer companion. The TOI-677 b system is a well suited target for Rossiter-Mclaughlin observations that can constrain migration mechanisms of close-in giant planets.

preprint2016arXiv

3.6 and 4.5 $μ$m ${\it Spitzer}$ Phase Curves of the Highly-Irradiated Hot Jupiters WASP-19b and HAT-P-7b

We analyze full-orbit phase curve observations of the transiting hot Jupiters WASP-19b and HAT-P-7b at 3.6 and 4.5 $μ$m obtained using the Spitzer Space Telescope. For WASP-19b, we measure secondary eclipse depths of $0.485\%\pm 0.024\%$ and $0.584\%\pm 0.029\%$ at 3.6 and 4.5 $μ$m, which are consistent with a single blackbody with effective temperature $2372 \pm 60$ K. The measured 3.6 and 4.5 $μ$m secondary eclipse depths for HAT-P-7b are $0.156\%\pm 0.009\%$ and $0.190\%\pm 0.006\%$, which are well-described by a single blackbody with effective temperature $2667\pm 57$ K. Comparing the phase curves to the predictions of one-dimensional and three-dimensional atmospheric models, we find that WASP-19b's dayside emission is consistent with a model atmosphere with no dayside thermal inversion and moderately efficient day-night circulation. We also detect an eastward-shifted hotspot, suggesting the presence of a superrotating equatorial jet. In contrast, HAT-P-7b's dayside emission suggests a dayside thermal inversion and relatively inefficient day-night circulation; no hotspot shift is detected. For both planets, these same models do not agree with the measured nightside emission. The discrepancies in the model-data comparisons for WASP-19b might be explained by high-altitude silicate clouds on the nightside and/or high atmospheric metallicity, while the very low 3.6 $μ$m nightside planetary brightness for HAT-P-7b may be indicative of an enhanced global C/O ratio. We compute Bond albedos of 0 ($<0.08$ at $1σ$) and $0.38\pm 0.06$ for WASP-19b and HAT-P-7b, respectively. In the context of other planets with thermal phase curve measurements, we show that WASP-19b and HAT-P-7b fit the general trend of decreasing day-night heat recirculation with increasing irradiation.

preprint2016arXiv

Kepler Eclipsing Binary Stars. VIII. Identification of False Positive Eclipsing Binaries and Re-extraction of New Light Curves

The Kepler Mission has provided unprecedented, nearly continuous photometric data of $\sim$200,000 objects in the $\sim$105 deg$^{2}$ field of view from the beginning of science operations in May of 2009 until the loss of the second reaction wheel in May of 2013. The Kepler Eclipsing Binary Catalog contains information including but not limited to ephemerides, stellar parameters and analytical approximation fits for every known eclipsing binary system in the Kepler Field of View. Using Target Pixel level data collected from Kepler in conjunction with the Kepler Eclipsing Binary Catalog, we identify false positives among eclipsing binaries, i.e. targets that are not eclipsing binaries themselves, but are instead contaminated by eclipsing binary sources nearby on the sky and show eclipsing binary signatures in their light curves. We present methods for identifying these false positives and for extracting new light curves for the true source of the observed binary signal. For each source, we extract three separate light curves for each quarter of available data by optimizing the signal-to-noise ratio, the relative percent eclipse depth and the flux eclipse depth. We present 289 new eclipsing binaries in the Kepler Field of View that were not targets for observation, and these have been added to the Catalog. An online version of this Catalog with downloadable content and visualization tools is maintained at http://keplerEBs.villanova.edu.

preprint2016arXiv

Kepler-1647b: the largest and longest-period Kepler transiting circumbinary planet

We report the discovery of a new Kepler transiting circumbinary planet (CBP). This latest addition to the still-small family of CBPs defies the current trend of known short-period planets orbiting near the stability limit of binary stars. Unlike the previous discoveries, the planet revolving around the eclipsing binary system Kepler-1647 has a very long orbital period (~1100 days) and was at conjunction only twice during the Kepler mission lifetime. Due to the singular configuration of the system, Kepler-1647b is not only the longest-period transiting CBP at the time of writing, but also one of the longest-period transiting planets. With a radius of 1.06+/-0.01 RJup it is also the largest CBP to date. The planet produced three transits in the light-curve of Kepler-1647 (one of them during an eclipse, creating a syzygy) and measurably perturbed the times of the stellar eclipses, allowing us to measure its mass to be 1.52+/-0.65 MJup. The planet revolves around an 11-day period eclipsing binary consisting of two Solar-mass stars on a slightly inclined, mildly eccentric (e_bin = 0.16), spin-synchronized orbit. Despite having an orbital period three times longer than Earth's, Kepler-1647b is in the conservative habitable zone of the binary star throughout its orbit.

preprint2016arXiv

KIC 3749404: A heartbeat Star with Rapid Apsidal Advance Indicative of a Tertiary Component

Heartbeat stars are eccentric (e > 0.2) ellipsoidal variables whose light curves resemble a cardiogram. We present the observations and corresponding model of KIC 3749404, a highly eccentric (e = 0.66), short period (P = 20.3 d) heartbeat star with tidally induced pulsations. A binary star model was created using PHOEBE, which we modified to include tidally induced pulsations and Doppler boosting. The morphology of the photometric periastron variation (heartbeat) depends strongly on the eccentricity, inclination and argument of periastron. We show that the inclusion of tidally induced pulsations in the model significantly changes the parameter values, specifically the inclination and those parameters dependent on it. Furthermore, we determine the rate of apsidal advance by modelling the periastron variation at the beginning and end of the 4-yr Kepler data set and dividing by the elapsed time. We compare the model with the theoretical expectations for classical and general relativistic apsidal motion and find the observed rate to be two orders of magnitude greater than the theoretical rate. We find that the observed rate cannot be explained by tidally induced pulsations alone and consequently hypothesise the presence of a third body in the system.

preprint2016arXiv

Planetary Candidates Observed by Kepler. VII. The First Fully Uniform Catalog Based on The Entire 48 Month Dataset (Q1-Q17 DR24)

We present the seventh Kepler planet candidate catalog, which is the first to be based on the entire, uniformly processed, 48 month Kepler dataset. This is the first fully automated catalog, employing robotic vetting procedures to uniformly evaluate every periodic signal detected by the Q1-Q17 Data Release 24 (DR24) Kepler pipeline. While we prioritize uniform vetting over the absolute correctness of individual objects, we find that our robotic vetting is overall comparable to, and in most cases is superior to, the human vetting procedures employed by past catalogs. This catalog is the first to utilize artificial transit injection to evaluate the performance of our vetting procedures and quantify potential biases, which are essential for accurate computation of planetary occurrence rates. With respect to the cumulative Kepler Object of Interest (KOI) catalog, we designate 1,478 new KOIs, of which 402 are dispositioned as planet candidates (PCs). Also, 237 KOIs dispositioned as false positives (FPs) in previous Kepler catalogs have their disposition changed to PC and 118 PCs have their disposition changed to FP. This brings the total number of known KOIs to 8,826 and PCs to 4,696. We compare the Q1-Q17 DR24 KOI catalog to previous KOI catalogs, as well as ancillary Kepler catalogs, finding good agreement between them. We highlight new PCs that are both potentially rocky and potentially in the habitable zone of their host stars, many of which orbit solar-type stars. This work represents significant progress in accurately determining the fraction of Earth-size planets in the habitable zone of Sun-like stars. The full catalog is publicly available at the NASA Exoplanet Archive.

preprint2016arXiv

Radial velocity monitoring of Kepler heartbeat stars

Heartbeat stars (HB stars) are a class of eccentric binary stars with close periastron passages. The characteristic photometric HB signal evident in their light curves is produced by a combination of tidal distortion, heating, and Doppler boosting near orbital periastron. Many HB stars continue to oscillate after periastron and along the entire orbit, indicative of the tidal excitation of oscillation modes within one or both stars. These systems are among the most eccentric binaries known, and they constitute astrophysical laboratories for the study of tidal effects. We have undertaken a radial velocity (RV) monitoring campaign of Kepler HB stars in order to measure their orbits. We present our first results here, including a sample of 21 Kepler HB systems, where for 19 of them we obtained the Keplerian orbit and for 3 other systems we did not detect a statistically significant RV variability. Results presented here are based on 218 spectra obtained with the Keck/HIRES spectrograph during the 2015 Kepler observing season, and they have allowed us to obtain the largest sample of HB stars with orbits measured using a single instrument, which roughly doubles the number of HB stars with an RV measured orbit. The 19 systems measured here have orbital periods from 7 to 90 d and eccentricities from 0.2 to 0.9. We show that HB stars draw the upper envelope of the eccentricity - period distribution. Therefore, HB stars likely represent a population of stars currently undergoing high eccentricity migration via tidal orbital circularization, and they will allow for new tests of high eccentricity migration theories.

preprint2016arXiv

Transiting Exoplanet Studies and Community Targets for JWST's Early Release Science Program

The James Webb Space Telescope will revolutionize transiting exoplanet atmospheric science due to its capability for continuous, long-duration observations and its larger collecting area, spectral coverage, and spectral resolution compared to existing space-based facilities. However, it is unclear precisely how well JWST will perform and which of its myriad instruments and observing modes will be best suited for transiting exoplanet studies. In this article, we describe a prefatory JWST Early Release Science (ERS) program that focuses on testing specific observing modes to quickly give the community the data and experience it needs to plan more efficient and successful future transiting exoplanet characterization programs. We propose a multi-pronged approach wherein one aspect of the program focuses on observing transits of a single target with all of the recommended observing modes to identify and understand potential systematics, compare transmission spectra at overlapping and neighboring wavelength regions, confirm throughputs, and determine overall performances. In our search for transiting exoplanets that are well suited to achieving these goals, we identify 12 objects (dubbed "community targets") that meet our defined criteria. Currently, the most favorable target is WASP-62b because of its large predicted signal size, relatively bright host star, and location in JWST's continuous viewing zone. Since most of the community targets do not have well-characterized atmospheres, we recommend initiating preparatory observing programs to determine the presence of obscuring clouds/hazes within their atmospheres. Measurable spectroscopic features are needed to establish the optimal resolution and wavelength regions for exoplanet characterization. Other initiatives from our proposed ERS program include testing the instrument brightness limits and performing phase-curve observations.(Abridged)

preprint2015arXiv

HAT-P-50b, HAT-P-51b, HAT-P-52b, and HAT-P-53b: Three Transiting Hot Jupiters and a Transiting Hot Saturn From the HATNet Survey

We report the discovery and characterization of four transiting exoplanets by the HATNet survey. The planet HAT-P-50b has a mass of 1.35 M_J and a radius of 1.29 R_J, and orbits a bright (V = 11.8 mag) M = 1.27 M_sun, R = 1.70 R_sun star every P = 3.1220 days. The planet HAT-P-51b has a mass of 0.31 M_J and a radius of 1.29 R_J, and orbits a V = 13.4 mag, M = 0.98 M_sun, R = 1.04 R_sun star with a period of P = 4.2180 days. The planet HAT-P-52b has a mass of 0.82 M_J and a radius of 1.01 R_J, and orbits a V = 14.1 mag, M = 0.89 M_sun, R = 0.89 R_sun star with a period of P = 2.7536 days. The planet HAT-P-53b has a mass of 1.48 M_J and a radius of 1.32 R_J, and orbits a V = 13.7 mag, M = 1.09 M_sun, R = 1.21 R_sun star with a period of P = 1.9616 days. All four planets are consistent with having circular orbits and have masses and radii measured to better than 10% precision. The low stellar jitter and favorable R_P/R_star ratio for HAT-P-51 make it a promising target for measuring the Rossiter-McLaughlin effect for a Saturn-mass planet.

preprint2015arXiv

Kepler Eclipsing Binary Stars. VI. Identification of Eclipsing Binaries in the K2 Campaign 0 Data-set

The original {\it Kepler} mission observed and characterized over 2400 eclipsing binaries in addition to its prolific exoplanet detections. Despite the mechanical malfunction and subsequent non-recovery of two reaction wheels used to stabilize the instrument, the {\it Kepler} satellite continues collecting data in its repurposed {\it K2} mission surveying a series of fields along the ecliptic plane. Here we present an analysis of the first full baseline {\it K2} data release: the Campaign 0 data-set. In the 7761 light curves, we have identified a total of 207 eclipsing binaries. Of these, 97 are new discoveries that were not previously identified. Our pixel-level analysis of these objects has also resulted in identification of several false positives (observed targets contaminated by neighboring eclipsing binaries), as well as the serendipitous discovery of two short period exoplanet candidates. We provide catalog cross-matched source identifications, orbital periods, morphologies and ephemerides for these eclipsing systems. We also describe the incorporation of the K2 sample into the Kepler Eclipsing Binary Catalog\footnote{\url{keplerebs.villanova.edu/k2}}, present spectroscopic follow-up observations for a limited selection of nine systems, and discuss prospects for upcoming {\it K2} campaigns.

preprint2015arXiv

Kepler Eclipsing Binary Stars. VII. The Catalog of Eclipsing Binaries Found in the Entire Kepler Data-Set

The primary Kepler Mission provided nearly continuous monitoring of ~200,000 objects with unprecedented photometric precision. We present the final catalog of eclipsing binary systems within the 105 square degree Kepler field of view. This release incorporates the full extent of the data from the primary mission (Q0-Q17 Data Release). As a result, new systems have been added, additional false positives have been removed, ephemerides and principal parameters have been recomputed, classifications have been revised to rely on analytical models, and eclipse timing variations have been computed for each system. We identify several classes of systems including those that exhibit tertiary eclipse events, systems that show clear evidence of additional bodies, heartbeat systems, systems with changing eclipse depths, and systems exhibiting only one eclipse event over the duration of the mission. We have updated the period and galactic latitude distribution diagrams and included a catalog completeness evaluation. The total number of identified eclipsing and ellipsoidal binary systems in the Kepler field of view has increased to 2878, 1.3% of all observed Kepler targets. An online version of this catalog with downloadable content and visualization tools is maintained at http://keplerEBs.villanova.edu.

preprint2015arXiv

Planetary Candidates Observed by Kepler V: Planet Sample from Q1-Q12 (36 Months)

The Kepler mission discovered 2842 exoplanet candidates with 2 years of data. We provide updates to the Kepler planet candidate sample based upon 3 years (Q1-Q12) of data. Through a series of tests to exclude false-positives, primarily caused by eclipsing binary stars and instrumental systematics, 855 additional planetary candidates have been discovered, bringing the total number known to 3697. We provide revised transit parameters and accompanying posterior distributions based on a Markov Chain Monte Carlo algorithm for the cumulative catalogue of Kepler Objects of Interest. There are now 130 candidates in the cumulative catalogue that receive less than twice the flux the Earth receives and more than 1100 have a radius less than 1.5 Rearth. There are now a dozen candidates meeting both criteria, roughly doubling the number of candidate Earth analogs. A majority of planetary candidates have a high probability of being bonafide planets, however, there are populations of likely false-positives. We discuss and suggest additional cuts that can be easily applied to the catalogue to produce a set of planetary candidates with good fidelity. The full catalogue is publicly available at the NASA Exoplanet Archive.

preprint2015arXiv

Planetary Candidates Observed by Kepler VI: Planet Sample from Q1-Q16 (47 Months)

\We present the sixth catalog of Kepler candidate planets based on nearly 4 years of high precision photometry. This catalog builds on the legacy of previous catalogs released by the Kepler project and includes 1493 new Kepler Objects of Interest (KOIs) of which 554 are planet candidates, and 131 of these candidates have best fit radii <1.5 R_earth. This brings the total number of KOIs and planet candidates to 7305 and 4173 respectively. We suspect that many of these new candidates at the low signal-to-noise limit may be false alarms created by instrumental noise, and discuss our efforts to identify such objects. We re-evaluate all previously published KOIs with orbital periods of >50 days to provide a consistently vetted sample that can be used to improve planet occurrence rate calculations. We discuss the performance of our planet detection algorithms, and the consistency of our vetting products. The full catalog is publicly available at the NASA Exoplanet Archive.

preprint2015arXiv

Studying atmosphere-dominated hot Jupiter Kepler phase curves: Evidence that inhomogeneous atmospheric reflection is common

(abridged) We identify 3 Kepler transiting planets, Kepler-7b, Kepler-12b, and Kepler-41b, whose orbital phase-folded light curves are dominated by planetary atmospheric processes including thermal emission and reflected light, while the impact of non-atmospheric (i.e. gravitational) processes, including beaming (Doppler boosting) and tidal ellipsoidal distortion, is negligible. Therefore, those systems allow a direct view of their atmospheres without being hampered by the approximations used in the inclusion of both atmospheric and non-atmospheric processes when modeling the phase curve shape. Here we analyze Kepler-12b and Kepler-41b atmosphere based on their Kepler phase curve, while the analysis of Kepler-7b was presented elsewhere. The model we used efficiently computes reflection and thermal emission contributions to the phase curve, including inhomogeneous atmospheric reflection due to longitudinally varying cloud coverage. We confirm Kepler-12b and Kepler-41b show a westward phase shift between the brightest region on the planetary surface and the substellar point, similar to Kepler-7b. We find that reflective clouds located on the west side of the substellar point can explain the phase shift. The existence of inhomogeneous atmospheric reflection in all 3 of our targets, selected due to their atmosphere-dominated Kepler phase curve, suggests this phenomenon is common. Therefore it is likely to be present also in planetary phase curves that do not allow a direct view of the planetary atmosphere as they contain additional orbital processes. We discuss the implications of a bright-spot shift on the analysis of phase curves where both atmospheric and gravitational processes appear. We also discuss the potential detection of non-transiting but otherwise similar planets, whose mass is too small to show a gravitational photometric signal but their atmospheric signal is detectable.

preprint2015arXiv

Time variation of Kepler transits induced by stellar rotating spots - a way to distinguish between prograde and retrograde motion I. Theory

Some transiting planets discovered by the Kepler mission display transit timing variations (TTVs) induced by stellar spots that rotate on the visible hemisphere of their parent stars. An induced TTV can be observed when a planet crosses a spot and modifies the shape of the transit light curve, even if the time resolution of the data does not allow to detect the crossing event itself. We present an approach that can, in some cases, use the derived TTVs of a planet to distinguish between a prograde and a retrograde planetary motion with respect to the stellar rotation. Assuming a single spot darker than the stellar disc, spot crossing by the planet can induce measured positive (negative) TTV, if the crossing occurs in the first (second) half of the transit. On the other hand, the motion of the spot towards (away from) the center of the stellar visible disc causes the stellar brightness to decrease (increase). Therefore, for a planet with prograde motion, the induced TTV is positive when the local slope of the stellar flux at the time of transit is negative, and vice versa. Thus, we can expect to observe a negative (positive) correlation between the TTVs and the photometric slopes for prograde (retrograde) motion. Using a simplistic analytical approximation, and also the publicly available SOAP-T tool to produce light curves of transits with spot-crossing events, we show for some cases how the induced TTVs depend on the local stellar photometric slopes at the transit timings. Detecting this correlation in Kepler transiting systems with high enough signal-to-noise ratio can allow us to distinguish between prograde and retrograde planetary motions. In coming papers we present analyses of the KOIs and Kepler eclipsing binaries, following the formalism developed here.

preprint2015arXiv

Time variation of Kepler transits induced by stellar spots - a way to distinguish between prograde and retrograde motion. II. Application to KOIs

Mazeh, Holczer, and Shporer (2015) have presented an approach that can, in principle, use the derived transit timing variation (TTV) of some transiting planets observed by the $Kepler$ mission to distinguish between prograde and retrograde motion of their orbits with respect to their parent stars' rotation. The approach utilizes TTVs induced by spot-crossing events that occur when the planet moves across a spot on the stellar surface, looking for a correlation between the derived TTVs and the stellar brightness derivatives at the corresponding transits. This can work even in data that cannot temporally resolve the spot-crossing events themselves. Here we apply this approach to the $Kepler$ KOIs, identifying nine systems where the photometric spot modulation is large enough and the transit timing accurate enough to allow detection of a TTV-brightness-derivatives correlation. Of those systems five show highly significant prograde motion (Kepler-17b, Kepler-71b, KOI-883.01, KOI-895.01, and KOI-1074.01), while no system displays retrograde motion, consistent with the suggestion that planets orbiting cool stars have prograde motion. All five systems have impact parameter $0.2\lesssim b\lesssim0.5$, and all systems within that impact parameter range show significant correlation, except HAT-P-11b where the lack of a correlation follows its large stellar obliquity. Our search suffers from an observational bias against detection of high impact parameter cases, and the detected sample is extremely small. Nevertheless, our findings may suggest that stellar spots, or at least the larger ones, tend to be located at a low stellar latitude, but not along the stellar equator, similar to the Sun.

preprint2014arXiv

Architecture of Kepler's Multi-transiting Systems: II. New investigations with twice as many candidates

We report on the orbital architectures of Kepler systems having multiple planet candidates identified in the analysis of data from the first six quarters of Kepler data and reported by Batalha et al. (2013). These data show 899 transiting planet candidates in 365 multiple-planet systems and provide a powerful means to study the statistical properties of planetary systems. Using a generic mass-radius relationship, we find that only two pairs of planets in these candidate systems (out of 761 pairs total) appear to be on Hill-unstable orbits, indicating ~96% of the candidate planetary systems are correctly interpreted as true systems. We find that planet pairs show little statistical preference to be near mean-motion resonances. We identify an asymmetry in the distribution of period ratios near first-order resonances (e.g., 2:1, 3:2), with an excess of planet pairs lying wide of resonance and relatively few lying narrow of resonance. Finally, based upon the transit duration ratios of adjacent planets in each system, we find that the interior planet tends to have a smaller transit impact parameter than the exterior planet does. This finding suggests that the mode of the mutual inclinations of planetary orbital planes is in the range 1.0-2.2 degrees, for the packed systems of small planets probed by these observations.

preprint2014arXiv

Atmospheric Characterization of the Hot Jupiter Kepler-13Ab

Kepler-13Ab (= KOI-13.01) is a unique transiting hot Jupiter. It is one of very few known short-period planets orbiting a hot A-type star, making it one of the hottest planets currently known. The availability of Kepler data allows us to measure the planet's occultation (secondary eclipse) and phase curve in the optical, which we combine with occultations observed by warm Spitzer at 4.5 mic and 3.6 mic and a ground-based occultation observation in the Ks band (2.1 mic). We derive a day-side hemisphere temperature of 2,750 +- 160 K as the effective temperature of a black body showing the same occultation depths. Comparing the occultation depths with one-dimensional planetary atmosphere models suggests the presence of an atmospheric temperature inversion. Our analysis shows evidence for a relatively high geometric albedo, Ag= 0.33 +0.04 -0.06. While measured with a simplistic method, a high Ag is supported also by the fact that the one-dimensional atmosphere models underestimate the occultation depth in the optical. We use stellar spectra to determine the dilution, in the four wide bands where occultation was measured, due to the visual stellar binary companion 1.15 +- 0.05" away. The revised stellar parameters measured using these spectra are combined with other measurements leading to revised planetary mass and radius estimates of Mp = 4.94 - 8.09 Mjup and Rp = 1.406 +- 0.038 Rjup. Finally, we measure a Kepler mid-occultation time that is 34.0 +- 6.9 s earlier than expected based on the mid-transit time and the delay due to light travel time, and discuss possible scenarios.

preprint2014arXiv

Kepler Eclipsing Binary Stars. V. Identification of 31 Eclipsing Binaries in the K2 Engineering Data-set

Over 2500 eclipsing binaries were identified and characterized from the ultra-precise photometric data provided by the Kepler space telescope. Kepler is now beginning its second mission, K2, which is proving to again provide ultra-precise photometry for a large sample of eclipsing binary stars. In the 1951 light curves covering 12 days in the K2 engineering data-set, we have identified and determined the ephemerides for 31 eclipsing binaries that demonstrate the capabilities for eclipsing binary science in the upcoming campaigns in K2. Of those, 20 are new discoveries. We describe both manual and automated approaches to harvesting the complete set of eclipsing binaries in the K2 data, provide identifications and details for the full set of eclipsing binaries present in the engineering data-set, and discuss the prospects for application of eclipsing binary searches in the K2 mission.

preprint2014arXiv

KIC 9632895 - The 10th Kepler Transiting Circumbinary Planet

We present the discovery of KIC 9632895b, a 6.2 Earth-radius planet in a low-eccentricity, 240.5-day orbit about an eclipsing binary. The binary itself consists of a 0.93 and 0.194 solar mass pair of stars with an orbital period of 27.3 days. The plane of the planet's orbit is rapidly precessing, and its inclination only becomes sufficiently aligned with the primary star in the latter portion of the Kepler data. Thus three transits are present in the latter half of the light curve, but none of the three conjunctions that occurred during the first half of the light curve produced transits. The precession period is ~103 years, and during that cycle, transits are visible only ~8% of the time. This has the important implication that for every system like KIC 9632895 that we detect, there are ~12 circumbinary systems that exist but are not currently exhibiting transits. The planet's mass is too small to noticeably perturb the binary, consequently its mass is not measurable with these data; but our photodynamical model places a 1-sigma upper limit of 16 Earth masses. With a period 8.8 times that of the binary, the planet is well outside the dynamical instability zone. It does, however, lie within the habitable zone of the binary, and making it the third of ten Kepler circumbinary planets to do so.

preprint2014arXiv

Large eccentricity, low mutual inclination: the three-dimensional architecture of a hierarchical system of giant planets

We establish the three-dimensional architecture of the Kepler-419 (previously KOI-1474) system to be eccentric yet with a low mutual inclination. Kepler-419b is a warm Jupiter at semi-major axis a = 0.370 +0.007/-0.006 AU with a large eccentricity e=0.85 +0.08/-0.07 measured via the "photoeccentric effect." It exhibits transit timing variations induced by the non-transiting Kepler-419c, which we uniquely constrain to be a moderately eccentric (e=0.184 +/- 0.002), hierarchically-separated (a=1.68 +/- 0.03 AU) giant planet (7.3 +/- 0.4 MJup). We combine sixteen quarters of Kepler photometry, radial-velocity (RV) measurements from the HIgh Resolution Echelle Spectrometer (HIRES) on Keck, and improved stellar parameters that we derive from spectroscopy and asteroseismology. From the RVs, we measure the mass of inner planet to be 2.5+/-0.3MJup and confirm its photometrically-measured eccentricity, refining the value to e=0.83+/-0.01. The RV acceleration is consistent with the properties of the outer planet derived from TTVs. We find that, despite their sizable eccentricities, the planets are coplanar to within 9 +8/-6 degrees, and therefore the inner planet's large eccentricity and close-in orbit are unlikely to be the result of Kozai migration. Moreover, even over many secular cycles, the inner planet's periapse is most likely never small enough for tidal circularization. Finally, we present and measure a transit time and impact parameter from four simultaneous ground-based light curves from 1m-class telescopes, demonstrating the feasibility of ground-based follow-up of Kepler giant planets exhibiting large TTVs.

preprint2014arXiv

Masses, Radii, and Orbits of Small Kepler Planets: The Transition from Gaseous to Rocky Planets

We report on the masses, sizes, and orbits of the planets orbiting 22 Kepler stars. There are 49 planet candidates around these stars, including 42 detected through transits and 7 revealed by precise Doppler measurements of the host stars. Based on an analysis of the Kepler brightness measurements, along with high-resolution imaging and spectroscopy, Doppler spectroscopy, and (for 11 stars) asteroseismology, we establish low false-positive probabilities for all of the transiting planets (41 of 42 have a false-positive probability under 1%), and we constrain their sizes and masses. Most of the transiting planets are smaller than 3X the size of Earth. For 16 planets, the Doppler signal was securely detected, providing a direct measurement of the planet's mass. For the other 26 planets we provide either marginal mass measurements or upper limits to their masses and densities; in many cases we can rule out a rocky composition. We identify 6 planets with densities above 5 g/cc, suggesting a mostly rocky interior for them. Indeed, the only planets that are compatible with a purely rocky composition are smaller than ~2 R_earth. Larger planets evidently contain a larger fraction of low-density material (H, He, and H2O).

preprint2014arXiv

Observations of Transiting Exoplanets with the James Webb Space Telescope (JWST), Publications of the Astronomical Society of the Pacific (PASP), December 2014

This article summarizes a workshop held on March, 2014, on the potential of the James Webb Space Telescope (JWST) to revolutionize our knowledge of the physical properties of exoplanets through transit observations. JWST's unique combination of high sensitivity and broad wavelength coverage will enable the accurate measurement of transits with high signal-to-noise. Most importantly, JWST spectroscopy will investigate planetary atmospheres to determine atomic and molecular compositions, to probe vertical and horizontal structure, and to follow dynamical evolution, i.e. exoplanet weather. JWST will sample a diverse population of planets of varying masses and densities in a wide variety of environments characterized by a range of host star masses and metallicities, orbital semi-major axes and eccentricities. A broad program of exoplanet science could use a substantial fraction of the overall JWST mission.

preprint2013arXiv

Confirmation of Hot Jupiter Kepler-41b via Phase Curve Analysis

We present high precision photometry of Kepler-41, a giant planet in a 1.86 day orbit around a G6V star that was recently confirmed through radial velocity measurements. We have developed a new method to confirm giant planets solely from the photometric light curve, and we apply this method herein to Kepler-41 to establish the validity of this technique. We generate a full phase photometric model by including the primary and secondary transits, ellipsoidal variations, Doppler beaming and reflected/emitted light from the planet. Third light contamination scenarios that can mimic a planetary transit signal are simulated by injecting a full range of dilution values into the model, and we re-fit each diluted light curve model to the light curve. The resulting constraints on the maximum occultation depth and stellar density combined with stellar evolution models rules out stellar blends and provides a measurement of the planet's mass, size, and temperature. We expect about two dozen Kepler giant planets can be confirmed via this method.

preprint2013arXiv

Exoplanet Characterization by Proxy: a Transiting 2.15 R_Earth Planet Near the Habitable Zone of the Late K dwarf Kepler-61

We present the validation and characterization of Kepler-61b: a 2.15 R_Earth planet orbiting near the inner edge of the habitable zone of a low-mass star. Our characterization of the host star Kepler-61 is based upon a comparison with the set of spectroscopically similar stars with directly-measured radii and temperatures. We apply a stellar prior drawn from the weighted mean of these properties, in tandem with the Kepler photometry, to infer a planetary radius for Kepler-61b of 2.15+/-0.13 R_Earth and an equilibrium temperature of 273+/-13 K (given its period of 59.87756+/-0.00020 days and assuming a planetary albedo of 0.3). The technique of leveraging the physical properties of nearby "proxy" stars allows for an independent check on stellar characterization via the traditional measurements with stellar spectra and evolutionary models. In this case, such a check had implications for the putative habitability of Kepler-61b: the planet is 10% warmer and larger than inferred from K-band spectral characterization. From the Kepler photometry, we estimate a stellar rotation period of 36 days, which implies a stellar age of >1 Gyr. We summarize the evidence for the planetary nature of the Kepler-61 transit signal, which we conclude is 30,000 times more likely to be due to a planet than a blend scenario. Finally, we discuss possible compositions for Kepler-61b with a comparison to theoretical models as well as to known exoplanets with similar radii and dynamically measured masses.

preprint2013arXiv

Kepler's Unparalleled Exploration of the Time Dimension

We show that the Kepler spacecraft in two-reaction wheel mode of operation is very well suited for the study of eclipsing binary star systems. Continued observations of the Kepler field will provide the most enduring and long-term valuable science. It will enable the discovery and characterization of eclipsing binaries with periods greater than 1 year - these are the most important, yet least understood binaries for habitable-zone planet background considerations. The continued mission will also enable the investigation of hierarchical multiple systems (discovered through eclipse timing variations), and provide drastically improved orbital parameters for circumbinary planetary systems.

preprint2013arXiv

Planetary Candidates Observed by Kepler IV: Planet Sample From Q1-Q8 (22 Months)

We provide updates to the Kepler planet candidate sample based upon nearly two years of high-precision photometry (i.e., Q1-Q8). From an initial list of nearly 13,400 Threshold Crossing Events (TCEs), 480 new host stars are identified from their flux time series as consistent with hosting transiting planets. Potential transit signals are subjected to further analysis using the pixel-level data, which allows background eclipsing binaries to be identified through small image position shifts during transit. We also re-evaluate Kepler Objects of Interest (KOI) 1-1609, which were identified early in the mission, using substantially more data to test for background false positives and to find additional multiple systems. Combining the new and previous KOI samples, we provide updated parameters for 2,738 Kepler planet candidates distributed across 2,017 host stars. From the combined Kepler planet candidates, 472 are new from the Q1-Q8 data examined in this study. The new Kepler planet candidates represent ~40% of the sample with Rp~1 Rearth and represent ~40% of the low equilibrium temperature (Teq<300 K) sample. We review the known biases in the current sample of Kepler planet candidates relevant to evaluating planet population statistics with the current Kepler planet candidate sample.

preprint2013arXiv

Properties of the Eclipsing Double-White Dwarf Binary NLTT 11748

We present high-quality ULTRACAM photometry of the eclipsing detached double-white dwarf binary NLTT 11748. This system consists of a carbon/oxygen white dwarf and an extremely-low mass (< 0.2 Msun) helium-core white dwarf in a 5.6 hr orbit. To date such extremely-low mass WDs, which can have thin, stably-burning outer layers, have been modeled via poorly-constrained atmosphere and cooling calculations where uncertainties in the detailed structure can strongly influence the eventual fates of these systems when mass-transfer begins. With precise (individual precision ~1%) high-cadence (~2 s) multi-color photometry of multiple primary and secondary eclipses spanning >1.5 yr, we constrain the masses and radii of both objects in the NLTT 11748 system to a statistical uncertainty of a few percent. However, we find that overall uncertainty in the thickness of the envelope of the secondary carbon/oxygen white dwarf leads to a larger (~13%) systematic uncertainty in the primary He WD's mass. Over the full range of possible envelope thicknesses we find that our primary mass (0.136-0.162 Msun) and surface gravity (log(g)=6.32-6.38; radii are 0.0423-0.0433 Rsun) constraints do not agree with previous spectroscopic determinations. We use precise eclipse timing to detect the Romer delay at 7 sigma significance, providing an additional weak constraint on the masses and limiting the eccentricity to e*cos(omega)= -4e-5 +/- 5e-5. Finally, we use multi-color data to constrain the secondary's effective temperature (7600+/-120 K) and cooling age (1.6-1.7 Gyr).

preprint2013arXiv

The PTF Orion Project: a Possible Planet Transiting a T-Tauri Star

We report observations of a possible young transiting planet orbiting a previously known weak-lined T-Tauri star in the 7-10 Myr old Orion-OB1a/25-Ori region. The candidate was found as part of the Palomar Transient Factory (PTF) Orion project. It has a photometric transit period of 0.448413 +- 0.000040 days, and appears in both 2009 and 2010 PTF data. Follow-up low-precision radial velocity (RV) observations and adaptive optics imaging suggest that the star is not an eclipsing binary, and that it is unlikely that a background source is blended with the target and mimicking the observed transit. RV observations with the Hobby-Eberly and Keck telescopes yield an RV that has the same period as the photometric event, but is offset in phase from the transit center by approximately -0.22 periods. The amplitude (half range) of the RV variations is 2.4 km/s and is comparable with the expected RV amplitude that stellar spots could induce. The RV curve is likely dominated by stellar spot modulation and provides an upper limit to the projected companion mass of M_p sin i_orb < 4.8 +- 1.2 M_Jup; when combined with the orbital inclination, i orb, of the candidate planet from modeling of the transit light curve, we find an upper limit on the mass of the planetary candidate of M_p < 5.5 +- 1.4 M_Jup. This limit implies that the planet is orbiting close to, if not inside, its Roche limiting orbital radius, so that it may be undergoing active mass loss and evaporation.

preprint2012arXiv

Kepler-47: A Transiting Circumbinary Multi-Planet System

We report the detection of Kepler-47, a system consisting of two planets orbiting around an eclipsing pair of stars. The inner and outer planets have radii 3.0 and 4.6 times that of the Earth, respectively. The binary star consists of a Sun-like star and a companion roughly one-third its size, orbiting each other every 7.45 days. With an orbital period of 49.5 days, eighteen transits of the inner planet have been observed, allowing a detailed characterization of its orbit and those of the stars. The outer planet's orbital period is 303.2 days, and although the planet is not Earth-like, it resides within the classical "habitable zone", where liquid water could exist on an Earth-like planet. With its two known planets, Kepler-47 establishes that close binary stars can host complete planetary systems.

preprint2012arXiv

Long-Term Transit Timing Monitoring and Refined Light Curve Parameters of HAT-P-13b

We present 10 new transit light curves of the transiting hot Jupiter HAT-P-13b, obtained during two observational seasons by three different telescopes. When combined with 12 previously published light curves, we have a sample consisting of 22 transit light curves, spanning 1,041 days across four observational seasons. We use this sample to examine the recently observed large-amplitude transit timing variations (Pál et al. 2011), and give refined system parameters. We find that the transit times are consistent with a linear ephemeris, with the exception of a single transit time, from UT 2009 Nov 5, for which the measured mid transit time significantly deviates from our linear ephemeris. The nature of this deviation is not clear, and the rest of the data does not show any significant transit timing variation.

preprint2012arXiv

Observational constraints on tidal effects using orbital eccentricities

We have analysed radial velocity measurements for known transiting exoplanets to study the empirical signature of tidal orbital evolution for close-in planets. Compared to standard eccentricity determination, our approach is modified to focus on the rejection of the null hypothesis of a circular orbit. We are using a MCMC analysis of radial velocity measurements and photometric constraints, including a component of correlated noise, as well as Bayesian model selection to check if the data justifies the additional complexity of an eccentric orbit. We find that among planets with non-zero eccentricity values quoted in the literature, there is no evidence for an eccentricity detection for the 7 planets CoRoT-5b, WASP-5b, WASP-6b, WASP-10b, WASP-12b, WASP-17b, and WASP-18b. In contrast, we confirm the eccentricity of HAT-P-16b, e=0.034\pm0.003, the smallest eccentricity that is reliably measured so far for an exoplanet as well as that of WASP-14b, which is the planet at the shortest period (P=2.24 d), with a confirmed eccentricity, e= 0.088\pm0.003. As part of the study, we present new radial velocity data using the HARPS spectrograph for CoRoT-1, CoRoT-3, WASP-2, WASP-4, WASP-5 and WASP-7 as well as the SOPHIE spectrograph for HAT-P-4, HAT-P-7, TrES-2 and XO-2. We show that the dissipative effect of tides raised in the planet by the star and vice-versa explain all the eccentricity and spin-orbit alignment measurements available for transiting planets. We revisit the mass-period relation (Mazeh et al. 2005, Pont 2011) and consider its relation to the stopping mechanism of orbital migration for hot Jupiters. In addition to CoRoT-2 and HD 189733 (Pont 2009), we find evidence for excess rotation of the star in the systems CoRoT-18, HAT-P-20, WASP-19 and WASP-43.

preprint2012arXiv

Photometrically derived masses and radii of the planet and star in the TrES-2 system

We measure the mass and radius of the star and planet in the TrES-2 system using 2.7 years of observations by the Kepler spacecraft. The light curve shows evidence for ellipsoidal variations and Doppler beaming on a period consistent with the orbital period of the planet with amplitudes of 2.79+0.44-0.62 and 3.44+0.32-0.37 parts per million (ppm) respectively, and a difference between the day and night side planetary flux of 3.41+0.55-0.82 ppm. We present an asteroseismic analysis of solar-like oscillations on TrES-2A which we use to calculate the stellar mass of 0.94+/-0.05 MSun and radius of 0.95+/-0.02 RSun. Using these stellar parameters, a transit model fit and the phase curve variations, we determine the planetary radius of 1.162+0.020-0.024 RJup and derive a mass for TrES-2b from the photometry of 1.44+/-0.21 MJup. The ratio of the ellipsoidal variation to the Doppler beaming amplitudes agrees to better than 2σ with theoretical predications, while our measured planet mass and radius agree within 2-σ of previously published values based on spectroscopic radial velocity measurements. We measure a geometric albedo of 0.0136+0.0022-0.0033 and an occultation (secondary eclipse) depth of 6.5+1.7-1.8 ppm which we combined with the day/night planetary flux ratio to model the atmosphere of TReS-2b. We find an atmosphere model that contains a temperature inversion is strongly preferred. We hypothesize that the Kepler bandpass probes a significantly greater atmospheric depth on the night side relative to the day side.

preprint2012arXiv

Planetary Candidates Observed by Kepler, III: Analysis of the First 16 Months of Data

New transiting planet candidates are identified in sixteen months (May 2009 - September 2010) of data from the Kepler spacecraft. Nearly five thousand periodic transit-like signals are vetted against astrophysical and instrumental false positives yielding 1,091 viable new planet candidates, bringing the total count up to over 2,300. Improved vetting metrics are employed, contributing to higher catalog reliability. Most notable is the noise-weighted robust averaging of multi-quarter photo-center offsets derived from difference image analysis which identifies likely background eclipsing binaries. Twenty-two months of photometry are used for the purpose of characterizing each of the new candidates. Ephemerides (transit epoch, T_0, and orbital period, P) are tabulated as well as the products of light curve modeling: reduced radius (Rp/R*), reduced semi-major axis (d/R*), and impact parameter (b). The largest fractional increases are seen for the smallest planet candidates (197% for candidates smaller than 2Re compared to 52% for candidates larger than 2Re) and those at longer orbital periods (123% for candidates outside of 50-day orbits versus 85% for candidates inside of 50-day orbits). The gains are larger than expected from increasing the observing window from thirteen months (Quarter 1-- Quarter 5) to sixteen months (Quarter 1 -- Quarter 6). This demonstrates the benefit of continued development of pipeline analysis software. The fraction of all host stars with multiple candidates has grown from 17% to 20%, and the paucity of short-period giant planets in multiple systems is still evident. The progression toward smaller planets at longer orbital periods with each new catalog release suggests that Earth-size planets in the Habitable Zone are forthcoming if, indeed, such planets are abundant.

preprint2012arXiv

The Neptune-Sized Circumbinary Planet Kepler-38b

We discuss the discovery and characterization of the circumbinary planet Kepler-38b. The stellar binary is single-lined, with a period of 18.8 days, and consists of a moderately evolved main-sequence star (M_A = 0.949 +/- 0.059 solar masses and R_A = 1.757 +/- 0.034 solar radii) paired with a low-mass star (M_B = 0.249 +/- 0.010 solar masses and R_B = 0.2724 +/- 0.0053 solar radii) in a mildly eccentric (e=0.103) orbit. A total of eight transits due to a circumbinary planet crossing the primary star were identified in the Kepler light curve (using Kepler Quarters 1 through 11), from which a planetary period of 105.595 +/- 0.053 days can be established. A photometric dynamical model fit to the radial velocity curve and Kepler light curve yields a planetary radius of 4.35 +/- 0.11 Earth radii, or 1.12 +/- 0.03 Neptune radii. Since the planet is not sufficiently massive to observably alter the orbit of the binary from Keplerian motion, we can only place an upper limit on the mass of the planet of 122 Earth masses (7.11 Neptune masses or 0.384 Jupiter masses) at 95% confidence. This upper limit should decrease as more Kepler data become available.

preprint2012arXiv

The Transiting Circumbinary Planets Kepler-34 and Kepler-35

Most Sun-like stars in the Galaxy reside in gravitationally-bound pairs of stars called "binary stars". While long anticipated, the existence of a "circumbinary planet" orbiting such a pair of normal stars was not definitively established until the discovery of Kepler-16. Incontrovertible evidence was provided by the miniature eclipses ("transits") of the stars by the planet. However, questions remain about the prevalence of circumbinary planets and their range of orbital and physical properties. Here we present two additional transiting circumbinary planets, Kepler-34 and Kepler-35. Each is a low-density gas giant planet on an orbit closely aligned with that of its parent stars. Kepler-34 orbits two Sun-like stars every 289 days, while Kepler-35 orbits a pair of smaller stars (89% and 81% of the Sun's mass) every 131 days. Due to the orbital motion of the stars, the planets experience large multi-periodic variations in incident stellar radiation. The observed rate of circumbinary planets implies > ~1% of close binary stars have giant planets in nearly coplanar orbits, yielding a Galactic population of at least several million.

preprint2012arXiv

Transit Timing Observations from Kepler: II. Confirmation of Two Multiplanet Systems via a Non-parametric Correlation Analysis

We present a new method for confirming transiting planets based on the combination of transit timingn variations (TTVs) and dynamical stability. Correlated TTVs provide evidence that the pair of bodies are in the same physical system. Orbital stability provides upper limits for the masses of the transiting companions that are in the planetary regime. This paper describes a non-parametric technique for quantifying the statistical significance of TTVs based on the correlation of two TTV data sets. We apply this method to an analysis of the transit timing variations of two stars with multiple transiting planet candidates identified by Kepler. We confirm four transiting planets in two multiple planet systems based on their TTVs and the constraints imposed by dynamical stability. An additional three candidates in these same systems are not confirmed as planets, but are likely to be validated as real planets once further observations and analyses are possible. If all were confirmed, these systems would be near 4:6:9 and 2:4:6:9 period commensurabilities. Our results demonstrate that TTVs provide a powerful tool for confirming transiting planets, including low-mass planets and planets around faint stars for which Doppler follow-up is not practical with existing facilities. Continued Kepler observations will dramatically improve the constraints on the planet masses and orbits and provide sensitivity for detecting additional non-transiting planets. If Kepler observations were extended to eight years, then a similar analysis could likely confirm systems with multiple closely spaced, small transiting planets in or near the habitable zone of solar-type stars.

preprint2012arXiv

Transit Timing Observations from Kepler: III. Confirmation of 4 Multiple Planet Systems by a Fourier-Domain Study of Anti-correlated Transit Timing Variations

We present a method to confirm the planetary nature of objects in systems with multiple transiting exoplanet candidates. This method involves a Fourier-Domain analysis of the deviations in the transit times from a constant period that result from dynamical interactions within the system. The combination of observed anti-correlations in the transit times and mass constraints from dynamical stability allow us to claim the discovery of four planetary systems Kepler-25, Kepler-26, Kepler-27, and Kepler-28, containing eight planets and one additional planet candidate.

preprint2012arXiv

Transit Timing Observations from Kepler: IV. Confirmation of 4 Multiple Planet Systems by Simple Physical Models

Eighty planetary systems of two or more planets are known to orbit stars other than the Sun. For most, the data can be sufficiently explained by non-interacting Keplerian orbits, so the dynamical interactions of these systems have not been observed. Here we present 4 sets of lightcurves from the Kepler spacecraft, which each show multiple planets transiting the same star. Departure of the timing of these transits from strict periodicity indicates the planets are perturbing each other: the observed timing variations match the forcing frequency of the other planet. This confirms that these objects are in the same system. Next we limit their masses to the planetary regime by requiring the system remain stable for astronomical timescales. Finally, we report dynamical fits to the transit times, yielding possible values for the planets' masses and eccentricities. As the timespan of timing data increases, dynamical fits may allow detailed constraints on the systems' architectures, even in cases for which high-precision Doppler follow-up is impractical.

preprint2011arXiv

A First Comparison of Kepler Planet Candidates in Single and Multiple Systems

In this letter we present an overview of the rich population of systems with multiple candidate transiting planets found in the first four months of Kepler data. The census of multiples includes 115 targets that show 2 candidate planets, 45 with 3, 8 with 4, and 1 each with 5 and 6, for a total of 170 systems with 408 candidates. When compared to the 827 systems with only one candidate, the multiples account for 17 percent of the total number of systems, and a third of all the planet candidates. We compare the characteristics of candidates found in multiples with those found in singles. False positives due to eclipsing binaries are much less common for the multiples, as expected. Singles and multiples are both dominated by planets smaller than Neptune; 69 +2/-3 percent for singles and 86 +2/-5 percent for multiples. This result, that systems with multiple transiting planets are less likely to include a transiting giant planet, suggests that close-in giant planets tend to disrupt the orbital inclinations of small planets in flat systems, or maybe even to prevent the formation of such systems in the first place.

preprint2011arXiv

A Search for Pulsations in Helium White Dwarfs

The recent plethora of sky surveys, especially the Sloan Digital Sky Survey, have discovered many low-mass (M < 0.45 Msun) white dwarfs that should have cores made of nearly pure helium. These WDs come in two varieties; those with masses 0.2 < M < 0.45 Msun and H envelopes so thin that they rapidly cool, and those with M < 0.2 Msun (often called extremely low mass, ELM, WDs) that have thick enough H envelopes to sustain 10^9 years of H burning. In both cases, these WDs evolve through the ZZ Ceti instability strip, Teff = 9,000-12,000 K, where g-mode pulsations always occur in Carbon/Oxygen WDs. This expectation, plus theoretical work on the contrasts between C/O and He core WDs, motivated our search for pulsations in 12 well characterized helium WDs. We report here on our failure to find any pulsators amongst our sample. Though we have varying amplitude limits, it appears likely that the theoretical expectations regarding the onset of pulsations in these objects requires closer consideration. We close by encouraging additional observations as new He WD samples become available, and speculate on where theoretical work may be needed.

preprint2011arXiv

Architecture and Dynamics of Kepler's Candidate Multiple Transiting Planet Systems

About one-third of the ~1200 transiting planet candidates detected in the first four months of \ik data are members of multiple candidate systems. There are 115 target stars with two candidate transiting planets, 45 with three, 8 with four, and one each with five and six. We characterize the dynamical properties of these candidate multi-planet systems. The distribution of observed period ratios shows that the vast majority of candidate pairs are neither in nor near low-order mean motion resonances. Nonetheless, there are small but statistically significant excesses of candidate pairs both in resonance and spaced slightly too far apart to be in resonance, particularly near the 2:1 resonance. We find that virtually all candidate systems are stable, as tested by numerical integrations that assume a nominal mass-radius relationship. Several considerations strongly suggest that the vast majority of these multi-candidate systems are true planetary systems. Using the observed multiplicity frequencies, we find that a single population of planetary systems that matches the higher multiplicities underpredicts the number of singly-transiting systems. We provide constraints on the true multiplicity and mutual inclination distribution of the multi-candidate systems, revealing a population of systems with multiple super-Earth-size and Neptune-size planets with low to moderate mutual inclinations.

preprint2011arXiv

Characteristics of planetary candidates observed by Kepler, II: Analysis of the first four months of data

On 1 February 2011 the Kepler Mission released data for 156,453 stars observed from the beginning of the science observations on 2 May through 16 September 2009. There are 1235 planetary candidates with transit like signatures detected in this period. These are associated with 997 host stars. Distributions of the characteristics of the planetary candidates are separated into five class-sizes; 68 candidates of approximately Earth-size (radius < 1.25 Earth radii), 288 super-Earth size (1.25 Earth radii < radius < 2 Earth radii), 662 Neptune-size (2 Earth radii < radius < 6 Earth radii), 165 Jupiter-size (6 Earth radii < radius < 15 Earth radii), and 19 up to twice the size of Jupiter (15 Earth radii < radius < 22 Earth radii). In the temperature range appropriate for the habitable zone, 54 candidates are found with sizes ranging from Earth-size to larger than that of Jupiter. Five are less than twice the size of the Earth. Over 74% of the planetary candidates are smaller than Neptune. The observed number versus size distribution of planetary candidates increases to a peak at two to three times Earth-size and then declines inversely proportional to area of the candidate. Our current best estimates of the intrinsic frequencies of planetary candidates, after correcting for geometric and sensitivity biases, are 6% for Earth-size candidates, 7% for super-Earth size candidates, 17% for Neptune-size candidates, and 4% for Jupiter-size candidates. Multi-candidate, transiting systems are frequent; 17% of the host stars have multi-candidate systems, and 33.9% of all the candidates are part of multi-candidate systems.

preprint2011arXiv

Detection Of KOI-13.01 Using The Photometric Orbit

We use the KOI-13 transiting star-planet system as a test case for the recently developed BEER algorithm (Faigler & Mazeh 2011), aimed at identifying non-transiting low-mass companions by detecting the photometric variability induced by the companion along its orbit. Such photometric variability is generated by three mechanisms, including the beaming effect, tidal ellipsoidal distortion, and reflection/heating. We use data from three Kepler quarters, from the first year of the mission, while ignoring measurements within the transit and occultation, and show that the planet's ephemeris is clearly detected. We fit for the amplitude of each of the three effects and use the beaming effect amplitude to estimate the planet's minimum mass, which results in M_p sin i = 9.2 +/- 1.1 M_J (assuming the host star parameters derived by Szabo et al. 2011). Our results show that non-transiting star-planet systems similar to KOI-13.01 can be detected in Kepler data, including a measurement of the orbital ephemeris and the planet's minimum mass. Moreover, we derive a realistic estimate of the amplitudes uncertainties, and use it to show that data obtained during the entire lifetime of the Kepler mission, of 3.5 years, will allow detecting non-transiting close-in low-mass companions orbiting bright stars, down to the few Jupiter mass level. Data from the Kepler Extended Mission, if funded by NASA, will further improve the detection capabilities.

preprint2011arXiv

Kepler-16: A Transiting Circumbinary Planet

We report the detection of a planet whose orbit surrounds a pair of low-mass stars. Data from the Kepler spacecraft reveal transits of the planet across both stars, in addition to the mutual eclipses of the stars, giving precise constraints on the absolute dimensions of all three bodies. The planet is comparable to Saturn in mass and size, and is on a nearly circular 229-day orbit around its two parent stars. The eclipsing stars are 20% and 69% as massive as the sun, and have an eccentric 41-day orbit. The motions of all three bodies are confined to within 0.5 degree of a single plane, suggesting that the planet formed within a circumbinary disk.

preprint2011arXiv

Kepler-22b: A 2.4 Earth-radius Planet in the Habitable Zone of a Sun-like Star

A search of the time-series photometry from NASA's Kepler spacecraft reveals a transiting planet candidate orbiting the 11th magnitude G5 dwarf KIC 10593626 with a period of 290 days. The characteristics of the host star are well constrained by high-resolution spectroscopy combined with an asteroseismic analysis of the Kepler photometry, leading to an estimated mass and radius of 0.970 +/- 0.060 MSun and 0.979 +/- 0.020 RSun. The depth of 492 +/- 10ppm for the three observed transits yields a radius of 2.38 +/- 0.13 REarth for the planet. The system passes a battery of tests for false positives, including reconnaissance spectroscopy, high-resolution imaging, and centroid motion. A full BLENDER analysis provides further validation of the planet interpretation by showing that contamination of the target by an eclipsing system would rarely mimic the observed shape of the transits. The final validation of the planet is provided by 16 radial velocities obtained with HIRES on Keck 1 over a one year span. Although the velocities do not lead to a reliable orbit and mass determination, they are able to constrain the mass to a 3σ upper limit of 124 MEarth, safely in the regime of planetary masses, thus earning the designation Kepler-22b. The radiative equilibrium temperature is 262K for a planet in Kepler-22b's orbit. Although there is no evidence that Kepler-22b is a rocky planet, it is the first confirmed planet with a measured radius to orbit in the Habitable Zone of any star other than the Sun.

preprint2011arXiv

Measurement of the Spin-Orbit Misalignment of KOI-13.01 from its Gravity-Darkened Kepler Transit Lightcurve

We model the asymmetry of the KOI-13.01 transit lightcurve assuming a gravity-darkened rapidly-rotating host star in order to constrain the system's spin-orbit alignment and transit parameters. We find that our model can reproduce the Kepler lightcurve for KOI-13.01 with a sky-projected alignment of λ = $23 \pm 4$ degrees and with the star's north pole tilted away from the observer by $48 \pm 4$ degrees (assuming $M_* = 2.05 M_\odot$). With both these determinations, we calculate that the net misalignment between this planet's orbit normal and its star's rotational pole is $56 \pm 4$ degrees. Degeneracies in our geometric interpretation also allow a retrograde spin-orbit angle of $124 \pm 4$ degrees. This is the first spin-orbit measurement to come from gravity darkening, and is one of only a few measurements of the full (not just the sky-projected) spin-orbit misalignment of an extrasolar planet. We also measure accurate transit parameters incorporating stellar oblateness and gravity darkening: $R_* = 1.756 \pm 0.014 R_\odot$, $R_p = 1.445 \pm 0.016 R_{Jup}$, and $i = 85.9 \pm 0.4$ degrees. The new lower planetary radius falls within the planetary mass regime for plausible interior models for the transiting body. A simple initial calculation shows that KOI-13.01's circular orbit is apparently inconsistent with the Kozai mechanism having driven its spin-orbit misalignment; planet-planet scattering and stellar spin migration remain viable mechanisms. Future Kepler data will improve the precision of the KOI-13.01 transit lightcurve, allowing more precise determination of transit parameters and the opportunity to use the Photometric Rossiter-McLaughlin effect to resolve the prograde/retrograde orbit determination degeneracy.

preprint2011arXiv

On using the beaming effect to measure spin-orbit alignment in stellar binaries with Sun-like components

The beaming effect (aka Doppler boosting) induces a variation in the observed flux of a luminous object, following its observed radial velocity variation. We describe a photometric signal induced by the beaming effect during eclipse of binary systems, where the stellar components are late type Sun-like stars. The shape of this signal is sensitive to the angle between the eclipsed star's spin axis and the orbital angular momentum axis, thereby allowing its measurement. We show that during eclipse there are in fact two effects, superimposed on the known eclipse light curve. One effect is produced by the rotation of the eclipsed star, and is the photometric analog of the spectroscopic Rossiter-McLaughlin effect, thereby it contains information about the sky-projected spin-orbit angle. The other effect is produced by the varying weighted difference, during eclipse, between the beaming signals of the two stars. We give approximated analytic expressions for the amplitudes of the two effects, and present a numerical simulation where we show the light curves for the two effects for various orbital orientations, for a low mass ratio stellar eclipsing binary system. We show that although the overall signal is small, it can be detected in the primary eclipse when using Kepler Long Cadence data of bright systems accumulated over the mission lifetime.

preprint2011arXiv

Planet Occurrence within 0.25 AU of Solar-type Stars from Kepler

We report the distribution of planets as a function of planet radius (R_p), orbital period (P), and stellar effective temperature (Teff) for P < 50 day orbits around GK stars. These results are based on the 1,235 planets (formally "planet candidates") from the Kepler mission that include a nearly complete set of detected planets as small as 2 Earth radii (Re). For each of the 156,000 target stars we assess the detectability of planets as a function of R_p and P. We also correct for the geometric probability of transit, R*/a. We consider first stars within the "solar subset" having Teff = 4100-6100 K, logg = 4.0-4.9, and Kepler magnitude Kp < 15 mag. We include only those stars having noise low enough to permit detection of planets down to 2 Re. We count planets in small domains of R_p and P and divide by the included target stars to calculate planet occurrence in each domain. Occurrence of planets varies by more than three orders of magnitude and increases substantially down to the smallest radius (2 Re) and out to the longest orbital period (50 days, ~0.25 AU) in our study. For P < 50 days, the radius distribution is given by a power law, df/dlogR= k R^α. This rapid increase in planet occurrence with decreasing planet size agrees with core-accretion, but disagrees with population synthesis models. We fit occurrence as a function of P to a power law model with an exponential cutoff below a critical period P_0. For smaller planets, P_0 has larger values, suggesting that the "parking distance" for migrating planets moves outward with decreasing planet size. We also measured planet occurrence over Teff = 3600-7100 K, spanning M0 to F2 dwarfs. The occurrence of 2-4 Re planets in the Kepler field increases with decreasing Teff, making these small planets seven times more abundant around cool stars than the hottest stars in our sample. [abridged]

preprint2011arXiv

PTF/M-dwarfs: A Large New M-dwarf Planetary Transit Survey

PTF/M-dwarfs is a 100,000-target M-dwarf planetary transit survey, a Key Project of the Palomar Transient Factory (PTF) collaboration. The survey is sensitive to Jupiter-radius planets around all of the target stars, and has sufficient precision to reach Neptunes and super-Earths for the best targets. The Palomar Transient Factory is a fully-automated, wide-field survey aimed at a systematic exploration of the optical transient sky. The survey is performed using a new 7.26 square degree camera installed on the 48 inch Samuel Oschin telescope at Palomar Observatory. Each 92-megapixel R-band exposure contains about 3,000 M-dwarfs usable for planet detection. In each PTF observational season PTF/M-dwarfs searches for Jupiter-radius planets around almost 30,000 M-dwarfs, Neptune-radius planets around approximately 500 M-dwarfs, and super-Earths around 100 targets. The full survey is expected to cover more than 100,000 targets over the next several years. Photometric and spectroscopic followup operations are performed on the Palomar 60-inch, LCOGT, Palomar 200-inch, MDM and Keck telescopes. The survey has been running since mid-2009. We detail the survey design, the survey's data analysis pipeline and the performance of the first year of operations.

preprint2011arXiv

PTF1 J071912.13+485834.0: An outbursting AM CVn system discovered by a synoptic survey

We present extensive photometric and spectroscopic observations of PTF1 J071912.13+485834.0, an outbursting AM CVn system discovered by the Palomar Transient Factory (PTF). AM CVn systems are stellar binaries with some of the smallest separations known and orbital periods ranging from 5 to 65 minutes. They are believed to be composed of a white dwarf accretor and a (semi)-degenerate He-rich donor and are considered to be the helium equivalents of Cataclysmic Variables. We have spectroscopically and photometrically identified an orbital period of 26.77 \pm 0.02 minutes for PTF1 J071912.13+485834.0 and found a super-outburst recurrence time of greater than 65 days along with the presence of "normal" outbursts - rarely seen in AM CVn systems but well known in super-outbursting Cataclysmic Variables. We present a long-term light curve over two super-cycles as well as high cadence photometry of both outburst and quiescent stages, both of which show clear variability. We also compare both the outburst and quiescent spectra of PTF1 J071912.13+485834.0 to other known AM CVn systems, and use the quiescent phase-resolved spectroscopy to determine the origin of the photometric variability. Finally, we draw parallels between the different subclasses of SU UMa-type Cataclysmic Variables and outbursting AM CVn systems. We conclude by predicting that the Palomar Transient Factory may more than double the number of outbursting AM CVn systems known, which would greatly increase our understanding of AM CVn systems.

preprint2011arXiv

Spin-Orbit Alignment for the Circumbinary Planet Host Kepler-16A

Kepler-16 is an eccentric low-mass eclipsing binary with a circumbinary transiting planet. Here we investigate the angular momentum of the primary star, based on Kepler photometry and Keck spectroscopy. The primary star's rotation period is 35.1 +/- 1.0 days, and its projected obliquity with respect to the stellar binary orbit is 1.6 +/- 2.4 degrees. Therefore the three largest sources of angular momentum---the stellar orbit, the planetary orbit, and the primary's rotation---are all closely aligned. This finding supports a formation scenario involving accretion from a single disk. Alternatively, tides may have realigned the stars despite their relatively wide separation (0.2 AU), a hypothesis that is supported by the agreement between the measured rotation period and the "pseudosynchronous" period of tidal evolution theory. The rotation period, chromospheric activity level, and fractional light variations suggest a main-sequence age of 2-4 Gyr. Evolutionary models of low-mass stars can match the observed masses and radii of the primary and secondary stars to within about 3%.

preprint2011arXiv

The Distribution of Transit Durations for Kepler Planet Candidates and Implications for their Orbital Eccentricities

Doppler planet searches have discovered that giant planets follow orbits with a wide range of orbital eccentricities, revolutionizing theories of planet formation. The discovery of hundreds of exoplanet candidates by NASA's Kepler mission enables astronomers to characterize the eccentricity distribution of small exoplanets. Measuring the eccentricity of individual planets is only practical in favorable cases that are amenable to complementary techniques (e.g., radial velocities, transit timing variations, occultation photometry). Yet even in the absence of individual eccentricities, it is possible to study the distribution of eccentricities based on the distribution of transit durations (relative to the maximum transit duration for a circular orbit). We analyze the transit duration distribution of Kepler planet candidates. We find that for host stars with T_eff > 5100 K we cannot invert this to infer the eccentricity distribution at this time due to uncertainties and possible systematics in the host star densities. With this limitation in mind, we compare the observed transit duration distribution with models to rule out extreme distributions. If we assume a Rayleigh eccentricity distribution for Kepler planet candidates, then we find best-fits with a mean eccentricity of 0.1-0.25 for host stars with T_eff < 5100 K. We compare the transit duration distribution for different subsets of Kepler planet candidates and discuss tentative trends with planetary radius and multiplicity. High-precision spectroscopic follow-up observations for a large sample of host stars will be required to confirm which trends are real and which are the results of systematic errors in stellar radii. Finally, we identify planet candidates that must be eccentric or have a significantly underestimated stellar radius.

preprint2011arXiv

The Impact of the Convective Blueshift Effect on Spectroscopic Planetary Transits

We present here a small anomalous radial velocity (RV) signal expected to be present in RV curves measured during planetary transits. This signal is induced by the convective blueshift (CB) effect --- a net blueshift emanating from the stellar surface, resulting from a larger contribution of rising hot and bright gas relative to the colder and darker sinking gas. Since the CB radial component varies across the stellar surface, the light blocked by the planet during a transit will have a varying RV component, resulting in a small shift of the measured RVs. The CB-induced anomalous RV curve is different than, and independent of, the well known Rossiter-McLaughlin (RM) effect, where the latter is used for determining the sky-projected angle between the host star rotation axis and the planet's orbital angular momentum axis. The observed RV curve is the sum of the CB and RM signals, and they are both superposed on the orbital Keplerian curve. If not accounted for, the presence of the CB RV signal in the spectroscopic transit RV curve may bias the estimate of the spin-orbit angle. In addition, future very high precision RVs will allow the use of transiting planets to study the CB of their host stars.

preprint2011arXiv

Three New Eclipsing White-dwarf - M-dwarf Binaries Discovered in a Search for Transiting Planets Around M-dwarfs

We present three new eclipsing white-dwarf / M-dwarf binary systems discovered during a search for transiting planets around M-dwarfs. Unlike most known eclipsing systems of this type, the optical and infrared emission is dominated by the M-dwarf components, and the systems have optical colors and discovery light curves consistent with being Jupiter-radius transiting planets around early M-dwarfs. We detail the PTF/M-dwarf transiting planet survey, part of the Palomar Transient Factory (PTF). We present a Graphics Processing Unit (GPU)-based box-least-squares search for transits that runs approximately 8X faster than similar algorithms implemented on general purpose systems. For the discovered systems, we decompose low-resolution spectra of the systems into white-dwarf and M-dwarf components, and use radial velocity measurements and cooling models to estimate masses and radii for the white dwarfs. The systems are compact, with periods between 0.35 and 0.45 days and semimajor axes of approximately 2 solar radii (0.01 AU). We use the Robo-AO laser guide star adaptive optics system to tentatively identify one of the objects as a triple system. We also use high-cadence photometry to put an upper limit on the white dwarf radius of 0.025 solar radii (95% confidence) in one of the systems. We estimate that 0.08% (90% confidence) of M-dwarfs are in these short-period, post-common-envelope white-dwarf / M-dwarf binaries where the optical light is dominated by the M-dwarf. Similar eclipsing binary systems can have arbitrarily small eclipse depths in red bands and generate plausible small-planet-transit light curves. As such, these systems are a source of false positives for M-dwarf transiting planet searches. We present several ways to rapidly distinguish these binaries from transiting planet systems.

preprint2010arXiv

A ground-based measurement of the relativistic beaming effect in a detached double WD binary

We report on the first ground-based measurement of the relativistic beaming effect (aka Doppler boosting). We observed the beaming effect in the detached, non-interacting eclipsing double white dwarf (WD) binary NLTT 11748. Our observations were motivated by the system's high mass ratio and low luminosity ratio, leading to a large beaming-induced variability amplitude at the orbital period of 5.6 hr. We observed the system during 3 nights at the 2.0m Faulkes Telescope North with the SDSS-g' filter, and fitted the data simultaneously for the beaming, ellipsoidal and reflection effects. Our fitted relative beaming amplitude is (3.0 +/- 0.4) x 10^(-3), consistent with the expected amplitude from a blackbody spectrum given the photometric primary radial velocity amplitude and effective temperature. This result is a first step in testing the relation between the photometric beaming amplitude and the spectroscopic radial velocity amplitude in NLTT 11748 and similar systems. We did not identify any variability due to the ellipsoidal or reflection effects, consistent with their expected undetectable amplitude for this system. Low-mass, helium-core WDs are expected to reside in binary systems where in some of those systems the binary companion is a faint C/O WD and the two stars are detached and non-interacting, as in the case of NLTT 11748. The beaming effect can be used to search for the faint binary companion in those systems using wide-band photometry.

preprint2010arXiv

A Possible Tilted Orbit of the Super-Neptune HAT-P-11b

We report the detection of the Rossiter-McLaughlin effect for the eccentric, super-Neptune exoplanet HAT-P-11b, based on radial velocity measurements taken with HDS mounted on the Subaru 8.2m telescope, and simultaneous photometry with the FTN 2.0m telescope, both located in Hawai'i. The observed radial velocities during a planetary transit of HAT-P-11b show a persistent blue-shift, suggesting a spin-orbit misalignment in the system. The best-fit value for the projected spin-orbit misalignment angle is $λ= 103_{-19}^{+23}$ deg. Our result supports the notion that eccentric exoplanetary systems are likely to have significant spin-orbit misalignment (e.g., HD 80606, WASP-8, WASP-14, WASP-17, and XO-3). This fact suggests that not only hot-Jupiters but also super-Neptunes like HAT-P-11b had once experienced dynamical processes such as planet-planet scattering or the Kozai migration.

preprint2010arXiv

Discovery of the Eclipsing Detached Double White Dwarf Binary NLTT 11748

We report the discovery of the first eclipsing detached double white dwarf (WD) binary. In a pulsation search, the low-mass helium core WD NLTT 11748 was targeted for fast (approx 1 minute) differential photometry with the Las Cumbres Observatory's Faulkes Telescope North. Rather than pulsations, we discovered approx 180 s 3%-6% dips in the photometry. Subsequent radial velocity measurements of the primary white dwarf from the Keck telescope found variations with a semi-amplitude K_1 = 271 +/- 3 km/s, and confirmed the dips as eclipses caused by an orbiting WD with a mass M_2 = 0.648-0.771 M_sun for M_1 = 0.1-0.2 M_sun. We detect both the primary and secondary eclipses during the P_orb = 5.64 hr orbit and measure the secondary's brightness to be 3.5% +/- 0.3% of the primary at SDSS-g'. Assuming that the secondary follows the mass-radius relation of a cold C/O WD and including the effects of microlensing in the binary, the primary eclipse yields a primary radius of R_1 = 0.043-0.039 R_sun for M_1 = 0.1-0.2 M_sun, consistent with the theoretically expected values for a helium core WD with a thick, stably burning hydrogen envelope. Though nearby (at approx 150 pc), the gravitational wave strain from NLTT 11748 is likely not adequate for direct detection by the Laser Interferometer Space Antenna. Future observational efforts will determine M_1, yielding accurate WD mass-radius measurement of both components, as well as a clearer indication of the binary's fate once contact is reached.

preprint2010arXiv

Orbital eccentricity of WASP-12 and WASP-14 from new radial-velocity monitoring with SOPHIE

As part of the long-term radial velocity monitoring of known transiting planets -- designed to measure orbital eccentricities, spin-orbit alignments and further planetary companions -- we have acquired radial velocity data for the two transiting systems WASP-12 and WASP-14, each harbouring gas giants on close orbits (orbital period of 1.09 and 2.24 days respectively). In both cases, the initial orbital solution suggested a significant orbital eccentricity, 0.049+-0.015 for WASP-12 and 0.091+-0.003 for WASP-14. Since then, measurements of the secondary eclipse of WASP-12 in the infrared have indicated that one projection of the eccentricity (e cos w) was very close to zero, casting doubt on the eccentricity from the initial radial velocity orbit. Our measurements confirm that the initial eccentricity detection could be spurious, and show that the radial velocity data is compatible with a circular orbit. A MCMC analysis taking into account the presence of correlated systematic noise in both the radial velocity and photometric data gives e=0.017 (+0.015-0.011). By contrast, we confirm the orbital eccentricity of WASP-14, and refine its value to e=0.088+-0.003. WASP-14 is thus the closest presently known planet with a confirmed eccentric orbit.

preprint2010arXiv

Orbital Orientations of Exoplanets: HAT-P-4b is Prograde and HAT-P-14b is Retrograde

We present observations of the Rossiter-McLaughlin effect for two exoplanetary systems, revealing the orientations of their orbits relative to the rotation axes of their parent stars. HAT-P-4b is prograde, with a sky-projected spin-orbit angle of lambda = -4.9 +/- 11.9 degrees. In contrast, HAT-P-14b is retrograde, with lambda = 189.1 +/- 5.1 degrees. These results conform with a previously noted pattern among the stellar hosts of close-in giant planets: hotter stars have a wide range of obliquities and cooler stars have low obliquities. This, in turn, suggests that three-body dynamics and tidal dissipation are responsible for the short-period orbits of many exoplanets. In addition, our data revealed a third body in the HAT-P-4 system, which could be a second planet or a companion star.

preprint2010arXiv

The Oblique Orbit of the Super-Neptune HAT-P-11b

We find the orbit of the Neptune-sized exoplanet HAT-P-11b to be highly inclined relative to the equatorial plane of its host star. This conclusion is based on spectroscopic observations of two transits, which allowed the Rossiter-McLaughlin effect to be detected with an amplitude of 1.5 m/s. The sky-projected obliquity is 103_{-10}^{+26} degrees. This is the smallest exoplanet for which spin-orbit alignment has been measured. The result favors a migration scenario involving few-body interactions followed by tidal dissipation. This finding also conforms with the pattern that the systems with the weakest tidal interactions have the widest spread in obliquities. We predict that the high obliquity of HAT-P-11 will be manifest in transit light curves from the Kepler spacecraft: starspot-crossing anomalies will recur at most once per stellar rotation period, rather than once per orbital period as they would for a well-aligned system.

preprint2009arXiv

The Transit Light Curve Project. XII. Six Transits of the Exoplanet XO-2b

We present photometry of six transits of the exoplanet XO-2b. By combining the light-curve analysis with theoretical isochrones to determine the stellar properties, we find the planetary radius to be 0.996 +0.031/-0.018 rjup and the planetary mass to be 0.565 +/- 0.054 mjup. These results are consistent with those reported previously, and are also consistent with theoretical models for gas giant planets. The mid-transit times are accurate to within 1 min and are consistent with a constant period. However, the period we derive differs by 2.5 sigma from the previously published period. More data are needed to tell whether the period is actually variable (as it would be in the presence of an additional body) or if the timing errors have been underestimated.

preprint2008arXiv

HAT-P-9b: A Low Density Planet Transiting a Moderately Faint F star

We report the discovery of a planet transiting a moderately faint (V=12.3 mag) late F star, with an orbital period of 3.92289 +/- 0.00004 days. From the transit light curve and radial velocity measurements we determine that the radius of the planet is R_p = 1.40 +/- 0.06 R_Jup and that the mass is M_p = 0.78 +/- 0.09 M_Jup. The density of the new planet, rho = 0.35 +/- 0.06 g cm^{-3}, fits to the low-density tail of the currently known transiting planets. We find that the center of transit is at T_c = 2454417.9077 +/- 0.0003 (HJD), and the total transit duration is 0.143 +/- 0.004 days. The host star has M_s = 1.28 +/- 0.13 M_Sun and R_s = 1.32 +/- 0.07 R_Sun.

preprint2008arXiv

Photometric Follow-up Observations of the Transiting Neptune-Mass Planet GJ 436b

This paper presents multi-band photometric follow-up observations of the Neptune-mass transiting planet GJ 436b, consisting of 5 new ground-based transit light curves obtained in May 2007. Together with one already published light curve we have at hand a total of 6 light curves, spanning 29 days. The analysis of the data yields an orbital period P = 2.64386+-0.00003 days, mid-transit time T_c [HJD] =2454235.8355+-0.0001, planet mass M_p = 23.1+-0.9 M_{\earth} = 0.073+-0.003 M_{Jup}, planet radius R_p = 4.2+-0.2 R_{\earth} = 0.37+-0.01 R_{Jup} and stellar radius R_s = 0.45+-0.02 R_{\sun}. Our typical precision for the mid transit timing for each transit is about 30 seconds. We searched the data for a possible signature of a second planet in the system through transit timing variations (TTV) and variation of the impact parameter. The analysis could not rule out a small, of the order of a minute, TTV and a long-term modulation of the impact parameter, of the order of +0.2 year^{-1}.

preprint2008arXiv

The Transit Light Curve Project. X. A Christmas Transit of HD 17156b

Photometry is presented of the Dec. 25, 2007 transit of HD 17156b, which has the longest orbital period and highest orbital eccentricity of all the known transiting exoplanets. New measurements of the stellar radial velocity are also presented. All the data are combined and integrated with stellar-evolutionary modeling to derive refined system parameters. The planet's mass and radius are found to be 3.212_{-0.082}^{+0.069} Jupiter masses and 1.023_{-0.055}^{+0.070} Jupiter radii. The corresponding stellar properties are 1.263_{-0.047}^{+0.035} solar masses and 1.446_{-0.067}^{+0.099} solar radii. The planet is smaller by 1 sigma than a theoretical solar-composition gas giant with the same mass and equilibrium temperature, a possible indication of heavy-element enrichment. The midtransit time is measured to within 1 min, and shows no deviation from a linear ephemeris (and therefore no evidence for orbital perturbations from other planets). We provide ephemerides for future transits and superior conjunctions. There is an 18% chance that the orbital plane is oriented close enough to edge-on for secondary eclipses to occur at superior conjunction. Observations of secondary eclipses would reveal the thermal emission spectrum of a planet that experiences unusually large tidal heating and insolation variations.