From b52a132233c3e8a3ecc57ad5b229db81b3ef19f8 Mon Sep 17 00:00:00 2001 From: Hannu Parviainen Date: Sun, 1 Sep 2024 13:59:51 +0100 Subject: [PATCH] Update CITATIONS.bib --- CITATIONS.bib | 32 +++++++------------------------- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/CITATIONS.bib b/CITATIONS.bib index d6cea1f..fbf6a1d 100644 --- a/CITATIONS.bib +++ b/CITATIONS.bib @@ -2,55 +2,37 @@ @article{Parviainen2015, title = {{PYTRANSIT}: {Fast} and easy exoplanet transit modelling in {PYTHON}}, volume = {450}, - copyright = {All rights reserved}, - issn = {13652966}, - url = {http://arxiv.org/abs/1504.07433}, + url = {https://academic.oup.com/mnras/article/450/3/3233/1074637}, doi = {10.1093/mnras/stv894}, - abstract = {We present a fast and user friendly exoplanet transit light-curve modelling package PYTRANSIT, implementing optimized versions of the Giménez and Mandel \& Agol transit models. The package offers an object-oriented PYTHON interface to access the two models implemented natively in FORTRAN with OpenMP parallelization. A partial OpenCL version of the quadratic Mandel-Agol model is also included for GPU-accelerated computations. The aim of PYTRANSIT is to facilitate the analysis of photometric time series of exoplanet transits consisting of hundreds of thousands of data points, and of multipassband transit light curves from spectrophotometric observations, as a part of a researcher's programming toolkit for building complex, problem-specific analyses.}, number = {3}, journal = {Monthly Notices of the Royal Astronomical Society}, author = {Parviainen, Hannu}, month = jul, year = {2015}, - note = {arXiv: 1504.07433}, - keywords = {Techniques: photometric, Methods: numerical, Planets and satellites: general, first}, - pages = {3233--3238}, - file = {Parviainen - 2015 - PYTRANSIT Fast and easy exoplanet transit modelli.pdf:/media/data/zotero/storage/D6SVEYLA/Parviainen - 2015 - PYTRANSIT Fast and easy exoplanet transit modelli.pdf:application/pdf}, + pages = {3233--3238} } @article{Parviainen2020a, title = {Going back to basics: accelerating exoplanet transit modelling using {Taylor}-series expansion of the orbital motion}, - copyright = {All rights reserved}, - issn = {0035-8711}, - url = {http://arxiv.org/abs/2009.09965}, + volume = {499}, + number = {3}, + url = {https://academic.oup.com/mnras/article/499/3/3356/5911608}, doi = {10.1093/mnras/staa2953}, - abstract = {A significant fraction of an exoplanet transit model evaluation time is spent calculating projected distances between the planet and its host star. This is a relatively fast operation for a circular orbit, but slower for an eccentric one. However, because the planet’s position and its time derivatives are constant for any specific point in orbital phase, the projected distance can be calculated rapidly and accurately in the vicinity of the transit by expanding the planet’s x and y positions in the sky plane into a Taylor series at mid-transit. Calculating the projected distance for an elliptical orbit using the four first time derivatives of the position vector (velocity, acceleration, jerk, and snap) is ∼100 times faster than calculating it using the Newton’s method, and also significantly faster than calculating z for a circular orbit because the approach does not use numerically expensive trigonometric functions. The speed gain in the projected distance calculation leads to 2-25 times faster transit model evaluation speed, depending on the transit model complexity and orbital eccentricity. Calculation of the four position derivatives using numerical differentiation takes ∼1 μs with a modern laptop and needs to be done only once for a given orbit, and the maximum error the approximation introduces to a transit light curve is below 1 ppm for the major part of the physically plausible orbital parameter space.}, - urldate = {2020-10-03}, journal = {Monthly Notices of the Royal Astronomical Society}, author = {Parviainen, Hannu and Korth, Judith}, month = sep, year = {2020}, - note = {arXiv: 2009.09965}, - keywords = {first}, - file = {PDF:/media/data/zotero/storage/42R7B5PU/full-text.pdf:application/pdf}, } @article{Parviainen2020b, title = {{RoadRunner}: a fast and flexible exoplanet transit model}, volume = {499}, - copyright = {All rights reserved}, - issn = {0035-8711}, - url = {https://arxiv.org/abs/2009.08500}, + url = {https://academic.oup.com/mnras/article/499/2/1633/5911588}, doi = {10.1093/mnras/staa2901}, - abstract = {I present RoadRunner, a fast exoplanet transit model that can use any radially symmetric function to model stellar limb darkening (LD) while still being faster to evaluate than the analytical transit model for quadratic LD by Mandel \& Agol. CPU and GPU implementations of the model are available in the pytransit transit modelling package, and come with platform-independent parallelization, supersampling, and support for modelling complex heterogeneous time series. The code is written in numba-accelerated python (and the GPU model in opencl) without c or fortran dependencies, which allows for the LD model to be given as any python-callable function. Finally, as an example of the flexibility of the approach, the latest version of pytransit comes with a numerical limb darkening model that uses LDTk-generated limb darkening profiles directly without approximating them by analytical models.}, number = {2}, - urldate = {2020-10-03}, journal = {Monthly Notices of the Royal Astronomical Society}, author = {Parviainen, Hannu}, month = oct, year = {2020}, - note = {arXiv: 2009.08500}, - keywords = {first}, - pages = {1633--1639}, - file = {Parviainen - 2020 - RoadRunner a fast and flexible exoplanet transit .pdf:/media/data/zotero/storage/IXSBLVEZ/Parviainen - 2020 - RoadRunner a fast and flexible exoplanet transit .pdf:application/pdf}, + pages = {1633--1639} }