SearcharxivSearch

arXiv subjects

Lionel Garcia

Publications and source records attributed to Lionel Garcia.

9 recordsLinked to original sources

Detecting transiting exoplanets in simulated PLATO data: A comparison of light curve filter and transit search algorithms

Aims: Our goal is to test and compare transit search methodologies, and provide recommendations as to the best practices to be implemented by the upcoming ESA PLATO mission, in order to achieve its goal of detecting Earth-like planets in the habitable zones of Sun-like stars. Methods: We generate simulated two-year PLATO light curves with injected planets with sizes 0.5--2.0 $R_\oplus$, and compare the performance of the CETRA, umbra, and nuance transit search methods. CETRA and umbra require pre-filtered light curves and we test the biweight, Huber spline, Lowess, and YSD-Lowess filters. nuance uses a Gaussian process to model the stellar variability at all proposed transit parameters. Results: nuance achieves the best performance, recovering 61.2% signals using a simple harmonic oscillator Gaussian process kernel, and it performs especially well for both hot and fast-rotating stars. However, when multiple Huber spline filter windows are considered, both CETRA and umbra can match nuance's performance. CETRA matches nuance with four windows, recovering 61.3% of signals. umbra matches nuance with two windows, recovering 61.7% of signals. Recovery rates exceeding nuance are possible by using more windows. The computational cost of running nuance is so high that running CETRA or umbra on multiple windows is preferred. Conclusions: The PLATO pipeline should use the Huber spline with a range of window sizes as its primary light curve filter. CETRA should be updated to use the warped least-squares templates implemented in umbra. The use of nuance should be considered for hot, rapidly rotating stars.

astro-ph.EP

MIRA: a data management and education platform connecting students to robotic telescopes

Hands-on telescope experience is often used to drive student engagement in astronomy education, but scaling access to larger groups of students is operationally challenging. Consequently, students encounter only a fraction of the professional workflow, rarely engaging with the rigorous peer-review, time-allocation processes, or automated data reduction pipelines that govern modern research facilities. We present the design of MIRA (Mentored Investigations using Robotic Astronomy), a data management and educational platform that connects Swiss secondary school and undergraduate students with operational robotic observatories. MIRA structures the entire observation lifecycle: proposal, review, acceptance/rejection, scheduling, and observation. Following execution, the platform automatically reduces raw FITS frames (including astrometric calibration and photometry) and serves them via a web-accessible archive accompanied by Python-based analysis tutorials. By separating educational front-ends from low-level telescope controls through Astra and ASCOM Alpaca, MIRA delivers an authentic scientific research workflow that bridges classroom learning with professional observatory operations.

astro-ph.IM

Astra: an open-source fully autonomous robotic observatory control software

Robotic and autonomous observatories are critical for modern time-domain and high-cadence astronomical surveys. The operation of these facilities requires complex software coordination to manage hardware, schedule observations, and ensure safety. However, existing observatory control software are often proprietary and platform-locked or require complex message-brokering infrastructure. Here we present Astra (Automated Survey observaTory Robotised with Alpaca): an open-source, cross-platform Python system for the sustained, fully autonomous operation of astronomical observatories, requiring no external message-broker infrastructure. Astra controls observatory hardware via the ASCOM Alpaca protocol, and executes prescheduled observatory actions under continuous safety supervision. Its multi-device actions include plate-solve-based pointing correction with a local Gaia--2MASS catalogue fallback, PID-controlled autoguiding, and autofocus. A FastAPI web service provides a browser UI, REST and WebSocket APIs for real-time status, image previews, and SQLite-backed telemetry and logs. Astra has run in fully unattended production since January 2024, scaling to six telescopes across three facilities: the SPECULOOS-South network (4 $\times$ 1\,m class, Chile), SAINT-EX (1\,m class, Mexico), and the ETH Observatory (0.5\,m class, Switzerland), with no schedule aborts attributable to Astra software. Across the SPECULOOS-South network, it achieves sub-arcsecond autoguiding (0.11\unit{\arcsecond} median pointing scatter) and plate-solve failure rates below 1\% on three of the four telescopes (3\% on the narrowest-field unit), demonstrating that an open, standards-based software stack can meet the reliability demands of production survey astronomy.

astro-ph.IM

Infrared photometry with InGaAs detectors: First light with SPECULOOS

We present the photometric performance of SPIRIT, a ground-based near-infrared InGaAs CMOS-based instrument (1280 by 1024 pixels, 12 micron pitch), using on-sky results from the SPECULOOS-Southern Observatory during 2022 - 2023. SPIRIT was specifically designed to optimise time-series photometric precision for observing late M and L type stars. To achieve this, a custom wide-pass filter (0.81 - 1.33 microns, zYJ ) was used, which was also designed to minimise the effects of atmospheric precipitable water vapour (PWV) variability on differential photometry. Additionally, SPIRIT was designed to be maintenance-free by eliminating the need for liquid nitrogen for cooling. We compared SPIRIT's performance with a deeply-depleted (2048 by 2048 pixels, 13.5 micron pitch) CCD-based instrument (using an I+z' filter, 0.7 - 1.1 microns) through simultaneous observations. For L type stars and cooler, SPIRIT exhibited better photometric noise performance compared to the CCD-based instrument. The custom filter also significantly minimised red noise in the observed light curves typically introduced by atmospheric PWV variability. In SPIRIT observations, the detector's read noise was the dominant limitation, although in some cases, we were limited by the lack of comparison stars.

astro-ph.IM

A roadmap for the atmospheric characterization of terrestrial exoplanets with JWST

Ultra-cool dwarf stars are abundant, long-lived, and uniquely suited to enable the atmospheric study of transiting terrestrial companions with JWST. Amongst them, the most prominent is the M8.5V star TRAPPIST-1 and its seven planets. While JWST Cycle 1 observations have started to yield preliminary insights into the planets, they have also revealed that their atmospheric exploration requires a better understanding of their host star. Here, we propose a roadmap to characterize the TRAPPIST-1 system -- and others like it -- in an efficient and robust manner. We notably recommend that -- although more challenging to schedule -- multi-transit windows be prioritized to mitigate the effects of stellar activity and gather up to twice more transits per JWST hour spent. We conclude that, for such systems, planets cannot be studied in isolation by small programs, but rather need large-scale, jointly space- and ground-based initiatives to fully exploit the capabilities of JWST for the exploration of terrestrial planets.

astro-ph.EP

nuance: Efficient detection of planets transiting active stars

The detection of planetary transits in the light curves of active stars, featuring correlated noise in the form of stellar variability, remains a challenge. Depending on the noise characteristics, we show that the traditional technique that consists of detrending a light curve before searching for transits alters their signal-to-noise ratio, and hinders our capability to discover exoplanets transiting rapidly-rotating active stars. We present nuance, an algorithm to search for transits in light curves while simultaneously accounting for the presence of correlated noise, such as stellar variability and instrumental signals. We assess the performance of nuance on simulated light curves as well as on the TESS light curves of 438 rapidly-rotating M dwarfs. For each dataset, we compare our method to 5 commonly-used detrending techniques followed by a search with the Box-Least-Square algorithm. Overall, we demonstrate that nuance is the most performant method in 93% of cases, leading to both the highest number of true positives and the lowest number of false positive detections. Although simultaneously searching for transits while modeling correlated noise is expected to be computationally expensive, we make our algorithm tractable and available as the JAX-powered Python package nuance, allowing its use on distributed environments and GPU devices. Finally, we explore the prospects offered by the nuance formalism, and its use to advance our knowledge of planetary systems around active stars, both using space-based surveys and sparse ground-based observations.

astro-ph.EP

An extended low-density atmosphere around the Jupiter-sized planet WASP-193 b

Gas giants transiting bright nearby stars provide crucial insights into planetary system formation and evolution mechanisms. Most of these planets exhibit certain average characteristics, serving as benchmarks for our understanding of planetary systems. However, outliers like the planet we present in this study, WASP-193b, offer unique opportunities to explore unconventional formation and evolution processes. This planet completes an orbit around its Vmag=12.2 F9 main-sequence host star every 6.25 d. Our analyses found that WASP-193b has a mass of Mp=0.139+/-0.029 MJup and a radius of Rp=1.464+/-0.058 RJup, translating into an extremely low density of rho_p = 0.059+/-0.014 g/cm^3, at least one order of magnitude less than standard gas giants like Jupiter. Typical gas giants such as Jupiter have densities that range between 0.2 and 2 g/cm^3. The combination of its large transit depth (dF~1.4%), its extremely-low density, its high-equilibrium temperature (Teq = 1254+/-31 K), and the infrared brightness of its host star (magnitude Kmag=10.7) makes WASP-193b an exquisite target for characterization by transmission spectroscopy (transmission spectroscopy metric: TSM~600). One single JWST transit observation would yield detailed insights into its atmospheric properties and planetary mass, providing a unique window to explore the mechanisms behind its exceptionally low density and shed light on giant planets' diverse nature.

astro-ph.EP

SPECULOOS Northern Observatory: searching for red worlds in the northern skies

SPECULOOS is a ground-based transit survey consisting of six identical 1-m robotic telescopes. The immediate goal of the project is to detect temperate terrestrial planets transiting nearby ultracool dwarfs (late M-dwarf stars and brown dwarfs), which could be amenable for atmospheric research with the next generation of telescopes. Here, we report the developments of the northern counterpart of the project - SPECULOOS Northern Observatory, and present its performance during the first three years of operations from mid-2019 to mid-2022. Currently, the observatory consists of one telescope, which is named Artemis. The Artemis telescope demonstrates remarkable photometric precision, allowing it to be ready to detect new transiting terrestrial exoplanets around ultracool dwarfs. Over the period of the first three years after the installation, we observed 96 objects from the SPECULOOS target list for 6000 hours with a typical photometric precision of $0.5\%$, and reaching a precision of $0.2\%$ for relatively bright non-variable targets with a typical exposure time of 25 sec. Our weather downtime (clouds, high wind speed, high humidity, precipitation and/or high concentration of dust particles in the air) over the period of three years was 30% of overall night time. Our actual downtime is 40% because of additional time loss associated with technical problems.

astro-ph.IM

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.

astro-ph.EP