Detrend survey transiting light curves algorithm (DSTL)

Size: px
Start display at page:

Download "Detrend survey transiting light curves algorithm (DSTL)"

Transcription

1 Mon. Not. R. Astron. Soc. 000, 1 5 (2002) Printed 19 November 2010 (MN LATEX style file v2.2) Detrend survey transiting light curves algorithm (DSTL) D. Mislis 1, S. Hodgkin 1, J. Birkby 1 1 Institute of Astronomy, Madingley Road, Cambridge CB3 0HA, UK Accepted??. Received??; in original form?? ABSTRACT We introduce Distill algorithm (DSTL) for correcting transiting survey The algorithm is searching for correlations between all light curves of the sample and creates the best comparison stars for reduction. Statistical studies in real data, shows that DSTL is able to improve further more, already corrected light curves from systematic features. On the other hand, the algorithm could be applied in raw light curves from any transiting survey. For our test we have used a sample of light curves from the WTS (WFCAM Transit Survey) infrared survey. WTS is using the infrared 3.8m UKIRT telescope in Hawaii. DSTL improves the rms of our sample by a factor of 5 mmag and also reduces the number of false transits detections. Key words: Extrasolar planets transits survey algorithm. 1 INTRODUCTION Since 2000 many teams are searching for transiting exoplanets using ground based telescopes, such as like Super- WAP, HatNet, TrES etc. The photometric accuracy which needed for exoplanet detection is higher that 1 % and very often, ground based data are suffering not only from general systematics as airmass and seeing, but for trends and flux jumps. Kovács et al. (2005) and Tamuz et al. (2005) gave some solutions for de-trending these features with TFA (Kovács et al. 2005) and SysRem (Tamuz et al. 2005) respectively. TFA is creating a light curve base using light curves with the smallest rms and searching systematics trends in all light curves from this base. On the other hand, SysRem is searching for systematics in the full light curve sample and corrects common features in all Both algorithms are searching for general trends in the data sample and that is why some features, which do not appear in many light curves, remain in the sample. In this paper we present the Distill algorithm (DSTL) and using it, we study the case in which our sample, except general systematic trends, suffers by features which are not appear in all For testing our algorithm we used infrared data from WTS survey and RoPACS (Rocky Planets Around Cool Stars - Lodieu et al. (2009)) project. WTS is an infrared survey searching for transiting exoplanets around late type stars (K & M type stars) using the 3.8m UKIRT telescope in Hawaii. WTS is using 4 fields close to the galactic plane monitoring stars per chip. The magnitude range is 13 < m < 22 in J-band. In order to test DSTL we have used stars, only from one CCD (12000 in total). misldim@ast.cam.ac.uk 2 THE PROBLEM The data we have used are not raw For data processing we have used the CASU pipeline (Irwin et al. 2004). CASU after the bias and flat fielding corrections, fits an airmass and a seeing polynomial function, in order to remove systematic effects. In our examples, is obvious that our data do not include systematic patterns. The problem is that, many times there are trends which are not systematics ( jumps ) and some times are similar with transit events. These features appear only in some of the light curves ( 0.2 2%) in our sample. He have searched for correlations in light curves and we found that there is a linear distribution of correlation between magnitudes. Figure 1 shows the results from our test in which bright stars are higher correlated (linear fit). This kind of correlation is irrelevant from any general systematic effects like airmass and seeing because there are already removed. One explanation for these correlations are hot pixels, cosmic rays etc., and to avoid all these causes, we create the correlation diagram of the star s chip positions. Figure 2, shows the same test as Figure 1 but instead of magnitudes we have used the chip s x and y coordinates of each star to calculate the separation between them. Correlation is randomly distributed in this diagram (Figure 2), meaning that there are no evidence for position correlation. 3 THE ALGORITHM Before we start to explain the algorithm, we assume that it is almost impossible to have in the same field (some thousands stars), two or more transits with exactly the same period c 2002 RAS

2 2 D. Mislis Figure 1. Magnitude versus correlation. A liner fit shows that bright stars are higher correlated. Figure 3. Correlation diagram versus magnitude for a single light curve (19e ). The horizontal line at R T,B = 0.2 shows the correlation cut that we have used. Light curves above the 0.2 threshold (2.5σ), belong to the target family. Figure 2. Star separation versus correlation. There is no correlation pattern. and epoch. DSTL is based in this assumption. We split the algorithm on 3 steps. 3.1 Step 1: Define the target family We assume M light curves and for each light curve f(i) we can write f(i) : {i = 1, 2, 3,..., n}, (1) where f(i) is the flux and n is the total number of data points. First, we create two kind of lists and each list contains the same number of stars. Let s call the first list target list (TL) and the second Base list (BL). The algorithm select the first light curve from the TL. We are going to explain the algorithm for just one light curve of the TL but the procedure is similar for all the other light curves in the TL. TL s first light curve is 19e We calculate the correlation between the target light curve (19e ) and all the light curves from the BL using the equation R T,B = 1 n 1 n i=1 (T i T )(B i B) SD T SD B, (2) where T i and T are the target light curve and the mean value respectively. Also B i and B are the base light curve and the mean value. Finally, SD T and SD B are the standard deviation of target and base light curve respectively. At the end, we calculate M correlation numbers in total and we create the correlation plot of the 19e light curve. Figure 3 shows this correlation plot. We call target family light curves (FTL) all light curves in the base list, which show correlation higher than 2.5σ (R T,B > 0.2). FLT contains light curves with different magnitudes. In our example the family contains 223 light curves ( 1.86 % of the full sample). If the target light curve does not include any systematics, we expect the mean correlation to be equal to zero (R T,B = 0.0) and Figure 3 shows exactly this scenario. 3.2 Step 2: Remove the trends FTL includes light curves with different magnitudes and because of that, we can not simply remove the family from the target. If there is a jump, because the different magnitudes, the mag of the jump is different for each family light curve. To solve this problem we normalize and zero average all the family Then, we subtract the first family light curve from our target calling the new light curve NT. The rms of the NT (RMS 2) is smaller than the rms of the target light curve (RMS 1). We continue to subtract the first family light curve from the NT again and again, until the RMS 2 becomes larger that RMS 1. Then we continue the same procedure using all the FTL. Mathematically, we need to minimize the equation below { RMSk 2 = MIN 1 n } n (NT i F T L i,j NT ) 2 i=1 j k,(3) where NT is the mean of the target, F T L i,j is the j th target light curve, and k is the number of loops per FTL. Using this technique, we avoid double correlations. For each per target-base light curve there are two correlation numbers, the target-base R T,B and the base-target R B,T as well. If we minimize Eq. 3, we skip to create double binary or transits

3 Detrend survey transiting light curves algorithm (DSTL) 3 Figure 4. The mag reduction of shake algorithm. mag is function of the period and the duration of the transit. For a typical hot Jupiter the mag is 1-10 %. When the algorithm stops minimizing Eq. 3, then the current NT i is our pre-final target light curve (PFL). 3.3 Step 3: Fit & Shake In this step, the algorithm fits a low-degree polynomial in order to remove a long term variability P F L(t) = a + b t + c t 2 + d t 3, (4) where a, b, c & d are fitting parameters and t the time in Julian date. As final step DSTL applies the shake algorithm. In this step we are using only the flux column from the PFL file (NP F L 1) and we create a second light curve by replacing the first data point of thr P F L with the last one (NP F L 2). Using the same trick we replace the last data point of the PFL, with the first one and we create a third light curve (NP F L 3). In principal, we have now three light curves, with the same number of points, the same real events but with different noise pattern. NP F L 1,i = P F L 1,2,3,...,n (5) NP F L 2,i = P F L n,1,2,...,n 1 (6) NP F L 3,i = P F L 2,3,4,...,n,1 (7) The final light curve is the average of these three new NF L i = (NP F L 1,i + NP F L 2,i + NP F L 3,i)/3, (8) where NF L i is the final light curve. The shake algorithm is optional and give good results if the target light curve has many data points. For example, if the PFL, has only one point during the transit, the depth of the transit is reduced by a factor of three after shaking. The reduced transit depth is a function of the time resolution of the light curve, the period and the duration of the transit. The best way to handle shake is to fit in the phase folded, because the phase folded light curve has many more data points than the normal light curve during the transit. Figure 4 shows the reduced mag of the depth over the period and duration, after shaking. Finally, Figure 5 is a map diagram of DSTL s steps. Figure 5. DSTL steps diagram. 4 EXAMPLES & RESULTS 4.1 Statistical results To test DSTL, we have used the 19h field of WTS infrared transit survey and light curves for one CCD chip. All light curves have passed through CASU reduction pipeline which removes all systematics effects such airmass and seeing. After applying DSTL in our sample, the rms of all light curves have been reduced by a factor of 5 mmag (Fig. 6). The reason we create DSTL is to clean transiting light curves. To test how good is DSTL, we run a transit detection algorithm (Aigrain & Irwin 2004) in 9000 light curves of our sample before and after DSTL. This test shows, that the detection signals before DSTL are stronger than the same signals after DSTL. That means, (a) the detection limit decreasing and we can search for transits around fainter objects and (b) the number of fake alarms has been reduced and DSTL could be used to improve light curves for transiting surveys. The results of the previous test are plotting in Figure 7 and the difference of the detection signals (before and after) are sim 1.5 σ. 4.2 DSTL & non-systematics features The light curve 19e is a very clear case of what DSTL does. The family of the target light curve, contains 223 light curves with correlation 0.2 to 0.7 (Figure 3). Figure 8, on the other hand, shows the raw and the reduced light curve after 6 integrations. At the first light curve (top) there is one small jump around frame 500 and a bigger

4 4 D. Mislis Figure 6. Top: rms diagram. The rms before DSTL (red circles) is larger that rms after after DSTL (blue squares) by a factor of 5 mmag. Bottom: The rms after (RMS 2 ) over rms before (RMS 1 ) ration versus magnitude. All light curves of our sample belongs below 1.0. Figure 8. The 19e light curve before (top) and after (bottom) DSTL. rms values are RMS 1 = 0.11 and RMS 2 = for the first and second light curve respectively. 4.3 Shake & transiting depths Light curve 19h is a eclipsing binary system. This light curve shows no jumps or other trends, but it is a nice example of shake algorithm. The shake algorithm does not reduce the depth of the eclipse but improves the total rms of the light curve. At the top panel of Figure 9, we show the phase folded light curve before and after DSTL (red circles and blue squares respectively). The RMS 2 is smaller than RMS 1 (RMS 1 = , RMS 2 = ) and the final light curve has been improved. The bottom panel of Figure 9 shows the residuals of the two light curves above. Figure 7. Transit detection signal before versus after DSTL. The detection signal decreases or remains the same in the worse case after DSTL. jump at the end of the light curve. The high correlations of Figure 3, suggest that these features are not unique in our sample, but only few light curves are suffering by them. At the second light curve (bottom), the first jump has been removed completely and the second has been reduced. The 4.4 DSTL versus TFA & SysRem The final question which have to answer in this point is : Why we do not use other algorithms like TFA or SysRem? Figure 3 answers this question. In Figure 3, as we mention before, the mean correlation average is zero. There are many light curves with positive correlation and equal number of light curves with negative correlation. Because the uncorrelated sample is 98.1 %, TFA or SysRem fail to remove jumps which appear only in very few To prove that, we run both TFA and SysRem in our raw light curve

5 Detrend survey transiting light curves algorithm (DSTL) 5 Figure 9. Top: The 19h light curve before (red circles) and after (blue squares) DSTL.Bottom: Residuals from the two Figure 10. RMS 2 vs RMS 1. Top: The dash line is the DSTL fit and dash-dotted line is the TFA fit. Bottom: Similar, the dash line refers to DSTL and dash-dotted line to SysRem. The difference between DSTL and TFA or SysRem is 1.55 mmag sample. As a result, we found that the RMS 2 using DSTL is much smaller that the RMS 2 using TFA or SysRem. In Figure 10, both plots (top and bottom) show the RMS 2 versus RMS 1. The dash line is DSTL and dotted-dash lines are TFA and SysRem respectively. After DSTL the RMS 2 has been improved more than the other two algorithms. 5 CONCLUSIONS We have presented the Distill algorithm (DSTL) for detrending transiting Our algorithm is based on correlation and not on the common systematic errors, but the correlation method is more general because includes systematic effects already. DSTL can be used in raw data or already reduced data, after applying known algorithms such TFA or SysRem. Our analysis shows that the light curves from a photometric survey is possible to suffer by nonsystematics features. In this situation, known algorithms do not succeed to clean the data. For our tests we have used light curves from the WTS infrared transiting survey and using DSTL, we managed to improve our light curves by 5 mmag and the transits detection signals by 1.5 σ. ACKNOWLEDGMENTS We thank Garbor Kovacs and Brigitta Sipocz for helpful suggestions. REFERENCES Aigrain, S., Irwin, M., MNRAS, 350, 331 Irwin, M., J. Lewis, J., Hodgkin, S., Bunclark, P., Evans, D., McMahon, R., Emerson, J., P., Stewart, M., Beard, S., 2004, SPIE, 5493, , MNRAS, 397, 258L Kovács, G., Bakos, G., Noyes, R., W., MNRAS, 356, 557 Lodieu N., Burningham B., Hambly N. C., Pinfield D. J., 2009, MNRAS, 397, 258L Tamuz, O., Mazeh, T., Zucker, S., MNRAS, 356, 1466 This paper has been typeset from a TEX/ L A TEX file prepared by the author.

arxiv: v1 [astro-ph.ep] 23 Nov 2016

arxiv: v1 [astro-ph.ep] 23 Nov 2016 Mon. Not. R. Astron. Soc. 000, 1 8 (2002) Printed 23 May 2018 (MN LATEX style file v2.2) The DOHA algorithm: a new recipe for cotrending large-scale transiting exoplanet survey light curves. arxiv:1611.07733v1

More information

arxiv:astro-ph/ v1 15 Dec 2006

arxiv:astro-ph/ v1 15 Dec 2006 **FULL TITLE** ASP Conference Series, Vol. **VOLUME**, **YEAR OF PUBLICATION** **NAMES OF EDITORS** The Sys-Rem Detrending Algorithm: Implementation and Testing arxiv:astro-ph/612418v1 15 Dec 26 T. Mazeh

More information

Pan-Planets. A Search for Transiting Planets Around Cool stars. J. Koppenhoefer, Th. Henning and the Pan-PlanetS Team

Pan-Planets. A Search for Transiting Planets Around Cool stars. J. Koppenhoefer, Th. Henning and the Pan-PlanetS Team Pan-Planets A Search for Transiting Planets Around Cool stars J. Koppenhoefer, Th. Henning and the Pan-PlanetS Team Pan-STARRS 1: 1.8m prototype telescope operated on Haleakala/Hawaii consortium of few

More information

ADVANCED CCD PHOTOMETRY AND EXOPLANET TRANSIT PHOTOMETRY. By : Kenny A. Diaz Eguigure

ADVANCED CCD PHOTOMETRY AND EXOPLANET TRANSIT PHOTOMETRY. By : Kenny A. Diaz Eguigure ADVANCED CCD PHOTOMETRY AND EXOPLANET TRANSIT PHOTOMETRY By : Kenny A. Diaz Eguigure KELT: THE KILODEGREE EXTREMELY LITTLE TELESCOPE Robotic Survey for Transiting Exoplanets KELT-North Deployed 2005 to

More information

Improving Precision in Exoplanet Transit Detection. Aimée Hall Institute of Astronomy, Cambridge Supervisor: Simon Hodgkin

Improving Precision in Exoplanet Transit Detection. Aimée Hall Institute of Astronomy, Cambridge Supervisor: Simon Hodgkin Improving Precision in Exoplanet Transit Detection Supervisor: Simon Hodgkin SuperWASP Two observatories: SuperWASP-North (Roque de los Muchachos, La Palma) SuperWASP-South (South African Astronomical

More information

Characterization of variable stars using the ASAS and SuperWASP databases

Characterization of variable stars using the ASAS and SuperWASP databases Characterization of variable stars using the ASAS and SuperWASP databases Derck P. Smits Dept of Mathematical Sciences, PO Box 392, UNISA, 0003, South Africa E-mail: smitsdp@unisa.ac.za Abstract. A photographic

More information

WTS1 b: The first planet detected in the WFCAM Transit Survey

WTS1 b: The first planet detected in the WFCAM Transit Survey EPJ Web of Conferences 47, 01003 (2013) DOI: 10.1051/epjconf/20134701003 C Owned by the authors, published by EDP Sciences, 2013 WTS1 b: The first planet detected in the WFCAM Transit Survey An inflated

More information

arxiv: v1 [astro-ph.ep] 30 Jun 2009

arxiv: v1 [astro-ph.ep] 30 Jun 2009 Transiting Planets Proceedings IAU Symposium No. 253, 2008 TBD c 2008 International Astronomical Union DOI: 00.0000/X000000000000000X Ground-Based Photometric Searches for Transiting Planets Tsevi Mazeh

More information

arxiv:astro-ph/ v1 3 Feb 2005

arxiv:astro-ph/ v1 3 Feb 2005 Mon. Not. R. Astron. Soc., () Printed 2 February 28 (MN LATEX style file v2.2) Correcting systematic effects in a large set of photometric lightcurves arxiv:astro-ph/5256v1 3 Feb 25 O. Tamuz, 1 T. Mazeh

More information

arxiv: v1 [astro-ph] 27 Oct 2008

arxiv: v1 [astro-ph] 27 Oct 2008 Astronomy & Astrophysics manuscript no. bast c ESO 2018 October 25, 2018 The BAST algorithm for transit detection S. Renner 1, H. Rauer 1,2, A. Erikson 1, P. Hedelt 1, P. Kabath 1, R. Titz 1 and H. Voss

More information

arxiv: v1 [astro-ph.im] 11 Sep 2018

arxiv: v1 [astro-ph.im] 11 Sep 2018 Mon. Not. R. Astron. Soc., 1 7 (22) Printed 27 September 218 (MN LATEX style file v2.2) TSARDI: a Machine Learning data rejection algorithm for transiting exoplanet light curves arxiv:189.9722v1 [astro-ph.im]

More information

Concepción, Chile ABSTRACT

Concepción, Chile ABSTRACT 1 The Optical Gravitational Lensing Experiment. Search for Planetary and Low-Luminosity Object Transits in the Galactic Disk. Results of 2001 Campaign Supplement A. Udalski 1, K. Żebruń 1, M. S z y m a

More information

Potential of Photometric Searchs for Transiting Planets

Potential of Photometric Searchs for Transiting Planets **FULL TITLE** ASP Conference Series, Vol. **VOLUME**, **YEAR OF PUBLICATION** **NAMES OF EDITORS** Potential of Photometric Searchs for Transiting Planets Frédéric Pont Geneva University Observatory,

More information

Transiting Exoplanet in the Near Infra-red for the XO-3 System

Transiting Exoplanet in the Near Infra-red for the XO-3 System Transiting Exoplanet in the Near Infra-red for the XO-3 System Nathaniel Rodriguez August 26, 2009 Abstract Our research this summer focused on determining if sufficient precision could be gained from

More information

On the calibration of WFCAM data from 2MASS

On the calibration of WFCAM data from 2MASS On the calibration of WFCAM data from 2MASS Authors: Simon Hodgkin, Mike Irwin Draft: September 28 th 2006 Modifications: ID: VDF-TRE-IOA-00011-0000* 1 Introduction The requirement on VDFS is to photometrically

More information

HD Transits HST/STIS First Transiting Exo-Planet. Exoplanet Discovery Methods. Paper Due Tue, Feb 23. (4) Transits. Transits.

HD Transits HST/STIS First Transiting Exo-Planet. Exoplanet Discovery Methods. Paper Due Tue, Feb 23. (4) Transits. Transits. Paper Due Tue, Feb 23 Exoplanet Discovery Methods (1) Direct imaging (2) Astrometry position (3) Radial velocity velocity Seager & Mallen-Ornelas 2003 ApJ 585, 1038. "A Unique Solution of Planet and Star

More information

Occurrence of 1-4 REarth Planets Orbiting Sun-Like Stars

Occurrence of 1-4 REarth Planets Orbiting Sun-Like Stars Occurrence of 1-4 REarth Planets Orbiting Sun-Like Stars Geoff Marcy, Erik Petigura, Andrew Howard Planet Density vs Radius + Collaborators: Lauren Weiss, Howard Isaacson, Rea Kolbl, Lea Hirsch Thanks

More information

Hands-on Session: Detection and Spectroscopic Characterization of Transiting Exoplanets with the James Webb Space Telescope

Hands-on Session: Detection and Spectroscopic Characterization of Transiting Exoplanets with the James Webb Space Telescope Hands-on Session: Detection and Spectroscopic Characterization of Transiting Exoplanets with the James Webb Space Telescope Nikole K. Lewis JWST Project Scientist Space Telescope Science Institute Why

More information

arxiv: v1 [astro-ph.im] 18 Mar 2016

arxiv: v1 [astro-ph.im] 18 Mar 2016 Application of the Trend Filtering Algorithm for Photometric Time Series Data Giri Gopalan 1, Peter Plavchan 2, Julian van Eyken 3, David Ciardi 3, Kaspar von Braun 4, arxiv:1603.06001v1 [astro-ph.im]

More information

arxiv:astro-ph/ v1 12 Jan 2007

arxiv:astro-ph/ v1 12 Jan 2007 **FULL TITLE** ASP Conference Series, Vol. **VOLUME**, **YEAR OF PUBLICATION** **NAMES OF EDITORS** A Search for Transiting Hot Planets as Small as Neptune in the Open Cluster M37 arxiv:astro-ph/0701389v1

More information

Amateur Astronomer Participation in the TESS Exoplanet Mission

Amateur Astronomer Participation in the TESS Exoplanet Mission Amateur Astronomer Participation in the TESS Exoplanet Mission Dennis M. Conti Chair, AAVSO Exoplanet Section Member, TESS Follow-up Observing Program Copyright Dennis M. Conti 2018 1 Copyright Dennis

More information

Reduction procedure of long-slit optical spectra. Astrophysical observatory of Asiago

Reduction procedure of long-slit optical spectra. Astrophysical observatory of Asiago Reduction procedure of long-slit optical spectra Astrophysical observatory of Asiago Spectrograph: slit + dispersion grating + detector (CCD) It produces two-dimension data: Spatial direction (x) along

More information

arxiv:astro-ph/ v2 6 Dec 2006

arxiv:astro-ph/ v2 6 Dec 2006 **FULL TITLE** ASP Conference Series, Vol. **VOLUME**, **YEAR OF PUBLICATION** **NAMES OF EDITORS** Early Results from the KELT Transit Survey arxiv:astro-ph/0611947v2 6 Dec 2006 Joshua Pepper, Richard

More information

IDENTIFICATION AND PHOTOMETRY OF CANDIDATE TRANSITING EXOPLANET SIGNALS

IDENTIFICATION AND PHOTOMETRY OF CANDIDATE TRANSITING EXOPLANET SIGNALS IDENTIFICATION AND PHOTOMETRY OF CANDIDATE TRANSITING EXOPLANET SIGNALS Emily K. Chang School of Ocean and Earth Science and Technology University of Hawai i at Mānoa Honolulu, HI 96822 ABSTRACT Exoplanet

More information

arxiv: v1 [astro-ph.im] 31 Jul 2014

arxiv: v1 [astro-ph.im] 31 Jul 2014 A new method of CCD dark current correction via extracting the dark information from scientific images arxiv:1407.8279v1 [astro-ph.im] 31 Jul 2014 Bin Ma 1, Zhaohui Shang 2,1, Yi Hu 1, Qiang Liu 1, Lifan

More information

DETECTING TRANSITING PLANETS WITH COROT. Stefania Carpano ESAC (25th of November 2009)

DETECTING TRANSITING PLANETS WITH COROT. Stefania Carpano ESAC (25th of November 2009) DETECTING TRANSITING PLANETS WITH COROT Stefania Carpano ESAC (25th of November 2009) Outline 1) Introduction: Exoplanet science and detection methods Detection of exoplanets using the transit method The

More information

Exoplanetary transits as seen by Gaia

Exoplanetary transits as seen by Gaia Highlights of Spanish Astrophysics VII, Proceedings of the X Scientific Meeting of the Spanish Astronomical Society held on July 9-13, 2012, in Valencia, Spain. J. C. Guirado, L.M. Lara, V. Quilis, and

More information

arxiv: v1 [astro-ph.ep] 20 Nov 2012

arxiv: v1 [astro-ph.ep] 20 Nov 2012 Mon. Not. R. Astron. Soc., 7 (22) Printed September 28 (MN LATEX style file v2.2) Directed follow-up strategy of low-cadence photometric surveys in Search of Transiting Exoplanets - II. application to

More information

PAN-PLANETS. Searching for Hot Jupiters around Cool Stars. Christian Obermeier Johannes Koppenhöfer, Thomas Henning, Roberto Saglia

PAN-PLANETS. Searching for Hot Jupiters around Cool Stars. Christian Obermeier Johannes Koppenhöfer, Thomas Henning, Roberto Saglia PAN-PLANETS Searching for Hot Jupiters around Cool Stars Christian Obermeier Johannes Koppenhöfer, Thomas Henning, Roberto Saglia OVERVIEW EXOPLANET THEORY PROJECT PROPERTIES MONTE-CARLO TRANSIT INJECTIONS

More information

First Results from BOKS: Searching for extra-solar planets in the Kepler Field

First Results from BOKS: Searching for extra-solar planets in the Kepler Field First Results from BOKS: Searching for extra-solar planets in the Kepler Field John Feldmeier Youngstown State University The BOKS TEAM PIs: John Feldmeier (YSU), Steve Howell (NOAO/WIYN) Co-Is: Mandy

More information

A sensitivity analysis of the WFCAM Transit Survey for short-period giant planets around M dwarfs

A sensitivity analysis of the WFCAM Transit Survey for short-period giant planets around M dwarfs MNRAS 433, 889 906 (2013) Advance Access publication 2013 May 29 doi:10.1093/mnras/stt571 A sensitivity analysis of the WFCAM Transit Survey for short-period giant planets around M dwarfs Gábor Kovács,

More information

Setting UBVRI Photometric Zero-Points Using Sloan Digital Sky Survey ugriz Magnitudes

Setting UBVRI Photometric Zero-Points Using Sloan Digital Sky Survey ugriz Magnitudes University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Martin Gaskell Publications Research Papers in Physics and Astronomy 10-1-2007 Setting UBVRI Photometric Zero-Points Using

More information

IRF applied to the transit of CoRoT planets

IRF applied to the transit of CoRoT planets Chapter 3 IRF applied to the transit of CoRoT planets In this chapter, the IRF is applied to the CoRoT light curves of the first seven planets and brown dwarf discovered by CoRoT. The phase folded transits

More information

Extrasolar Transiting Planets: Detection and False Positive Rejection

Extrasolar Transiting Planets: Detection and False Positive Rejection 4 Harvard-Smithsonian Center for Astrophysics Extrasolar Transiting Planets: Detection and False Positive Rejection Willie Torres Harvard-Smithsonian Center for Astrophysics Young Planetary Systems Workshop

More information

A search for transiting extrasolar planet candidates in the OGLE-II microlens database of the galactic plane

A search for transiting extrasolar planet candidates in the OGLE-II microlens database of the galactic plane October 4, 2007 A search for transiting extrasolar planet candidates in the OGLE-II microlens database of the galactic plane Snellen I.A.G. 1, van der Burg R.F.J. 1, de Hoon M.D.J. 1, Vuijsje F.N. 1 Leiden

More information

arxiv: v1 [astro-ph.ep] 13 Jan 2009

arxiv: v1 [astro-ph.ep] 13 Jan 2009 Astronomy & Astrophysics manuscript no. 1239 c ESO 2013 June 9, 2013 Letter to the Editor Ground-based K-band detection of thermal emission from the exoplanet TrES-3b E.J.W. de Mooij 1 and I.A.G. Snellen

More information

16th Microlensing Season of the Optical Gravitational Lensing Experiment

16th Microlensing Season of the Optical Gravitational Lensing Experiment 16th Microlensing Season of the Optical Gravitational Lensing Experiment A. Udalski Warsaw University Observatory 1 OGLE: The Optical Gravitational Lensing Experiment (1992 -.) http://ogle.astrouw.edu.pl

More information

arxiv: v1 [astro-ph.ep] 25 May 2009

arxiv: v1 [astro-ph.ep] 25 May 2009 Astronomy & Astrophysics manuscript no. aa c ESO 2018 October 6, 2018 Letter to the Editor Detection of orbital parameter changes in the TrES-2 exoplanet? D. Mislis and J.H.M.M. Schmitt arxiv:0905.4030v1

More information

WFPC2 Dark Current vs. Time

WFPC2 Dark Current vs. Time WFPC2 Dark Current vs. Time J. Mack, J. Biretta, S. Baggett, C. Proffitt June 7, 2001 ABSTRACT On-going measurements of the dark current in the WFPC2 detectors indicate that the average level of dark current

More information

Precise photometric timming of transiting exoplanets

Precise photometric timming of transiting exoplanets Precise photometric timming of transiting exoplanets Proposal for the spanish network of robotic telescopes Guillem Anglada-Escudé anglada@am.ub.es... Departament d Astronomia i Meteorologia, Universitat

More information

A wide brown dwarf binary around a planet-host star

A wide brown dwarf binary around a planet-host star A wide brown dwarf binary around a planet-host star Nicolas Lodieu (1, 2, 3) (1) Instituto de Astrofisica de Canarias (IAC, Tenerife) (2) Universidad de La Laguna (ULL, Tenerife) (3) Ramon y Cajal fellow

More information

Photometric Techniques II Data analysis, errors, completeness

Photometric Techniques II Data analysis, errors, completeness Photometric Techniques II Data analysis, errors, completeness Sergio Ortolani Dipartimento di Astronomia Universita di Padova, Italy. The fitting technique assumes the linearity of the intensity values

More information

arxiv: v1 [astro-ph.ep] 4 Nov 2014

arxiv: v1 [astro-ph.ep] 4 Nov 2014 Mem. S.A.It. Vol., c SAIt 22 Memorie della Finding Hot-Jupiters by Gaia photometry using the Directed Follow-Up strategy arxiv:4.822v [astro-ph.ep] 4 Nov 24 Y. Dzigan and S. Zucker 2 Particle Physics and

More information

The Search for Habitable Worlds Lecture 3: The role of TESS

The Search for Habitable Worlds Lecture 3: The role of TESS The Search for Habitable Worlds Lecture 3: The role of TESS David W. Latham Lucchin PhD School, Asiago, 26 June 2013 A aaaaaaaa Dave Latham, Science Director, CfA AAAAAAAAAAAA Selected for launch in 2017

More information

The Accuracy of WFPC2 Photometric Zeropoints

The Accuracy of WFPC2 Photometric Zeropoints The Accuracy of WFPC2 Photometric Zeropoints Inge Heyer, Marin Richardson, Brad Whitmore, Lori Lubin July 23, 2004 ABSTRACT The accuracy of WFPC2 photometric zeropoints is examined using two methods. The

More information

Detection of Exoplanets Using the Transit Method

Detection of Exoplanets Using the Transit Method Detection of Exoplanets Using the Transit Method De nnis A fanase v, T h e Geo rg e W a s h i n g t o n Un i vers i t y, Washington, DC 20052 dennisafa@gwu.edu Abstract I conducted differential photometry

More information

Expected precision on planet radii with

Expected precision on planet radii with Expected precision on planet radii with Adrien Deline 1, Didier Queloz 1,2 1 University of Geneva 2 University of Cambridge 24 th 26 th July 2017 CHEOPS Science Workshop 5 Schloss Seggau, Austria Field

More information

arxiv: v1 [astro-ph.ep] 30 Mar 2009

arxiv: v1 [astro-ph.ep] 30 Mar 2009 The Lupus Transit Survey for Hot Jupiters: Results and Lessons Daniel D R Bayliss arxiv:0903.5121v1 [astro-ph.ep] 30 Mar 2009 Research School of Astronomy and Astrophysics, The Australian National University,

More information

C. Watson, E. Churchwell, R. Indebetouw, M. Meade, B. Babler, B. Whitney

C. Watson, E. Churchwell, R. Indebetouw, M. Meade, B. Babler, B. Whitney Reliability and Completeness for the GLIMPSE Survey C. Watson, E. Churchwell, R. Indebetouw, M. Meade, B. Babler, B. Whitney Abstract This document examines the GLIMPSE observing strategy and criteria

More information

High Precision Exoplanet Observations with Amateur Telescopes

High Precision Exoplanet Observations with Amateur Telescopes High Precision Exoplanet Observations with Amateur Telescopes Dennis M. Conti Chair, AAVSO Exoplanet Section Member, KELT Follow-up Team Member, TESS TFOP Working Group HAL Meeting: October 19, 2017 1

More information

arxiv: v1 [astro-ph.ep] 3 Jul 2013

arxiv: v1 [astro-ph.ep] 3 Jul 2013 Mon. Not. R. Astron. Soc. 000, 1 5 (2013) Printed 4 November 2018 (MN LATEX style file v2.2) Detection of water absorption in the dayside atmosphere of HD 189733 b using ground-based high-resolution spectroscopy

More information

Cover Page. The handle holds various files of this Leiden University dissertation.

Cover Page. The handle   holds various files of this Leiden University dissertation. Cover Page The handle http://hdl.handle.net/1887/20669 holds various files of this Leiden University dissertation. Author: Nefs, Bas Title: The hunt for red dwarf binaries and hot planets in the WFCAM

More information

Exoplanet False Positive Detection with Sub-meter Telescopes

Exoplanet False Positive Detection with Sub-meter Telescopes Exoplanet False Positive Detection with Sub-meter Telescopes Dennis M. Conti Chair, AAVSO Exoplanet Section Member, TESS Follow-up Observing Program Copyright Dennis M. Conti 2018 1 Topics What are typical

More information

Measuring Radial Velocities of Low Mass Eclipsing Binaries

Measuring Radial Velocities of Low Mass Eclipsing Binaries Measuring Radial Velocities of Low Mass Eclipsing Binaries Rebecca Rattray, Leslie Hebb, Keivan G. Stassun College of Arts and Science, Vanderbilt University Due to the complex nature of the spectra of

More information

TrES Exoplanets and False Positives: Finding the Needle in the Haystack

TrES Exoplanets and False Positives: Finding the Needle in the Haystack Transiting Extrasolar Planets Workshop ASP Conference Series, Vol. 366, 2007 C. Afonso, D. Weldrake and Th. Henning TrES Exoplanets and False Positives: Finding the Needle in the Haystack F. T. O Donovan

More information

Introduction of near-infrared (NIR) spectroscopy. Ken-ichi Tadaki (NAOJ)

Introduction of near-infrared (NIR) spectroscopy. Ken-ichi Tadaki (NAOJ) Introduction of near-infrared (NIR) spectroscopy Ken-ichi Tadaki (NAOJ) Near-infrared in astronomy absorption by terrestrial atmosphere - wavelength range of 1-5 um - observable windows are limited (J,

More information

Amateur Astronomer Participation in the TESS Exoplanet Mission

Amateur Astronomer Participation in the TESS Exoplanet Mission Amateur Astronomer Participation in the TESS Exoplanet Mission Dennis M. Conti Chair, AAVSO Exoplanet Section Member, TESS Follow-up Observing Program Copyright Dennis M. Conti 2018 1 The Big Picture Is

More information

Impact of stellar micro-variability on transit detection from space

Impact of stellar micro-variability on transit detection from space Chapter 5 Impact of stellar micro-variability on transit detection from space 5.1 Introduction This chapter summarises a number of simulations which were performed with the tools developed in the previous

More information

Transits: planet detection and false signals. Raphaëlle D. Haywood Sagan Fellow, Harvard College Observatory

Transits: planet detection and false signals. Raphaëlle D. Haywood Sagan Fellow, Harvard College Observatory Transits: planet detection and false signals Raphaëlle D. Haywood Sagan Fellow, Harvard College Observatory Outline Transit method basics Transit discoveries so far From transit detection to planet confirmation

More information

Data Processing in DES

Data Processing in DES Data Processing in DES Brian Yanny Oct 28, 2016 http://data.darkenergysurvey.org/fnalmisc/talk/detrend.p Basic Signal-to-Noise calculation in astronomy: Assuming a perfect atmosphere (fixed PSF of p arcsec

More information

Extrasolar planets. Lecture 23, 4/22/14

Extrasolar planets. Lecture 23, 4/22/14 Extrasolar planets Lecture 23, 4/22/14 Extrasolar planets Extrasolar planets: planets around other stars Also called exoplanets 1783 exoplanets discovered as of 4/21/14 Orbitting 1105 different stars Number

More information

Transit detection limits for sub-stellar and terrestrial companions to white dwarfs

Transit detection limits for sub-stellar and terrestrial companions to white dwarfs Transit detection limits for sub-stellar and terrestrial companions to white dwarfs F Faedi 1, R West 1, M R Burleigh 1, M R Goad 1 and L Hebb 2 1 Department of Physics and Astronomy, University of Leicester,

More information

Pre-discovery observations of CoRoT-1b and CoRoT-2b with the BEST survey

Pre-discovery observations of CoRoT-1b and CoRoT-2b with the BEST survey Pre-discovery observations of CoRoT-1b and CoRoT-2b with the BEST survey H. Rauer 1, A. Erikson, P. Kabath, P. Hedelt arxiv:0910.4659v1 [astro-ph.ep] 24 Oct 2009 DLR, Institut für Planetenforschung, Rutherfordstr.

More information

Lecture 8. October 25, 2017 Lab 5

Lecture 8. October 25, 2017 Lab 5 Lecture 8 October 25, 2017 Lab 5 News Lab 2 & 3 Handed back next week (I hope). Lab 4 Due today Lab 5 (Transiting Exoplanets) Handed out and observing will start Friday. Due November 8 (or later) Stellar

More information

The Plato Input Catalog (PIC)

The Plato Input Catalog (PIC) The Plato Input Catalog (PIC) Giampaolo Piotto and the WP130000 group Dipartimento di Fisica e Astronomia Universita di Padova Because of the huge size of PLATO field (~2124 sq deg) and the consequent

More information

WFIRST is not just for Cold Planets: Transiting Planets with the WFIRST Microlensing Survey

WFIRST is not just for Cold Planets: Transiting Planets with the WFIRST Microlensing Survey is not just for Cold Planets: Transiting Planets with the Microlensing Survey Matthew Penny, Ben Montet, Jennifer Yee Microlensing Science Investiagion Team Ohio State University penny@astronomy.ohio-state.edu

More information

RECLASSIFICATION OF ROTSE-I SCUTI STARS WITH MULTIBAND PHOTOMETRY AND FOURIER DECOMPOSITION

RECLASSIFICATION OF ROTSE-I SCUTI STARS WITH MULTIBAND PHOTOMETRY AND FOURIER DECOMPOSITION The Astronomical Journal, 128:1847 1856, 2004 October # 2004. The American Astronomical Society. All rights reserved. Printed in U.S.A. RECLASSIFICATION OF ROTSE-I SCUTI STARS WITH MULTIBAND PHOTOMETRY

More information

arxiv: v1 [astro-ph.im] 19 Dec 2014

arxiv: v1 [astro-ph.im] 19 Dec 2014 Mon. Not. R. Astron. Soc. 000, 1 15 (2014) Printed 25 August 2018 (MN LATEX style file v2.2) Precise time-series photometry for the Kepler-2.0 mission arxiv:1412.6304v1 [astro-ph.im] 19 Dec 2014 S. Aigrain

More information

OGLE-TR-56. Guillermo Torres, Maciej Konacki, Dimitar D. Sasselov and Saurabh Jha INTRODUCTION

OGLE-TR-56. Guillermo Torres, Maciej Konacki, Dimitar D. Sasselov and Saurabh Jha INTRODUCTION OGLE-TR-56 Guillermo Torres, Maciej Konacki, Dimitar D. Sasselov and Saurabh Jha Harvard-Smithsonian Center for Astrophysics Caltech, Department of Geological and Planetary Sciences University of California

More information

Selection of stars to calibrate Gaia

Selection of stars to calibrate Gaia Highlights of Spanish Astrophysics VIII, Proceedings of the XI Scientific Meeting of the Spanish Astronomical Society held on September 8 12, 2014, in Teruel, Spain. A. J. Cenarro, F. Figueras, C. Hernández-

More information

arxiv: v1 [astro-ph] 28 Oct 2007

arxiv: v1 [astro-ph] 28 Oct 2007 Astronomy & Astrophysics manuscript no. ogle182 arxiv February 2, 2008 (DOI: will be inserted by hand later) A transiting planet among 23 new near-threshold candidates from the OGLE survey OGLE-TR-182

More information

The Transit Method: Results from the Ground

The Transit Method: Results from the Ground The Transit Method: Results from the Ground Results from individual transit search programs The Mass-Radius relationships (internal structure) Global Properties The Rossiter-McClaughlin Effect There are

More information

II. Results from Transiting Planets. 1. Global Properties 2. The Rossiter-McClaughlin Effect

II. Results from Transiting Planets. 1. Global Properties 2. The Rossiter-McClaughlin Effect II. Results from Transiting Planets 1. Global Properties 2. The Rossiter-McClaughlin Effect Planet Radius Most transiting planets tend to be inflated. Approximately 68% of all transiting planets have radii

More information

Keck telescope constraint on cosmological variation of the proton-to-electron mass ratio

Keck telescope constraint on cosmological variation of the proton-to-electron mass ratio Mon. Not. R. Astron. Soc. 000, 1 9 (2010) Printed 14 December 2009 (MN LATEX style file v2.2) Keck telescope constraint on cosmological variation of the proton-to-electron mass ratio A. L. Malec, 1 R.

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION 1. Identification of classical Cepheids: We identified three classical Cepheids amongst the 45 short-period variables discovered. Our sample includes classical Cepheids, type II Cepheids, eclipsing binaries

More information

The MOST data pipeline: Lessons for Kepler? Jaymie M. Matthews University of British Columbia Vancouver, Canada

The MOST data pipeline: Lessons for Kepler? Jaymie M. Matthews University of British Columbia Vancouver, Canada The MOST data pipeline: Lessons for Kepler? Jaymie M. Matthews University of British Columbia Vancouver, Canada Observing modes Fabry Imaging Targets: 0 < V < 6 Pupil image: ~1500 pixels fixed to < 0.01

More information

PHYSICAL CHARACTERISTICS OF PLANET-HOSTING STARS AND OPTIMIZATION OF THE EXTRASOLAR PLANET SEARCHES

PHYSICAL CHARACTERISTICS OF PLANET-HOSTING STARS AND OPTIMIZATION OF THE EXTRASOLAR PLANET SEARCHES Proc. VI Serbian-Bulgarian Astronomical Conference, Belgrade 7-11 May 2008, Eds. M. S. Dimitrijevi, M. Tsvetkov, L.. Popovi, V. Golev Publ. Astr. Soc. "Rudjer Boškovi ", No. 9, 2009, 381-386 PHYSICAL CHARACTERISTICS

More information

Calculating the Occurrence Rate of Earth-Like Planets from the NASA Kepler Mission

Calculating the Occurrence Rate of Earth-Like Planets from the NASA Kepler Mission Calculating the Occurrence Rate of Earth-Like Planets from the NASA Kepler Mission Jessie Christiansen Kepler Participating Scientist NASA Exoplanet Science Institute/Caltech jessie.christiansen@caltech.edu

More information

Detection of water absorption in the day side atmosphere of HD b using ground-based high-resolution spectroscopy at 3.2µm

Detection of water absorption in the day side atmosphere of HD b using ground-based high-resolution spectroscopy at 3.2µm Mon. Not. R. Astron. Soc. 000, 1 5 (0000) Printed 20 August 2018 (MN LATEX style file v2.2) Detection of water absorption in the day side atmosphere of HD 189733 b using ground-based high-resolution spectroscopy

More information

VISTA HEMISPHERE SURVEY DATA RELEASE 1

VISTA HEMISPHERE SURVEY DATA RELEASE 1 Release date (will be set by ESO) VISTA HEMISPHERE SURVEY DATA RELEASE 1 PROPOSAL ESO No.: 179.A-2010 PRINCIPAL INVESTIGATOR: Richard McMahon Authors: R. McMahon, M. Banerji, N. Lodieu for the VHS Collaboration

More information

Gl 86B: a white dwarf orbits an exoplanet host star

Gl 86B: a white dwarf orbits an exoplanet host star Mon. Not. R. Astron. Soc. 361, L15 L19 (2005) doi:10.1111/j.1745-3933.2005.00055.x Gl 86B: a white dwarf orbits an exoplanet host star M. Mugrauer and R. Neuhäuser Astrophysikalisches Institut, Universität

More information

Calibration of WFCAM data from 2MASS: an investigation and implications for observing strategy

Calibration of WFCAM data from 2MASS: an investigation and implications for observing strategy Calibration of WFCAM data from 2MASS: an investigation and implications for observing strategy Authors: Simon Hodgkin, Mike Irwin, Paul Hewett Draft: November 29 th 2005 Modifications: Added comments to

More information

REDUCED LIGHT CURVES FROM CAMPAIGN 1 OF THE K2 MISSION

REDUCED LIGHT CURVES FROM CAMPAIGN 1 OF THE K2 MISSION Preprint typeset using L A TEX style emulateapj v. 12/16/11 REDUCED LIGHT CURVES FROM CAMPAIGN 1 OF THE K2 MISSION Andrew Vanderburg 1,2 Harvard Smithsonian Center for Astrophysics, 6 Garden St., Cambridge,

More information

WHAT DO RADIAL VELOCITY MEASUREMENTS TELL ABOUT RV TAURI STARS?

WHAT DO RADIAL VELOCITY MEASUREMENTS TELL ABOUT RV TAURI STARS? Dig Sites of Stellar Archeology: Giant Stars in the Milky Way Ege Uni. J. of Faculty of Sci., Special Issue, 2014, 113-120 WHAT DO RADIAL VELOCITY MEASUREMENTS TELL ABOUT RV TAURI STARS? Timur Şahin 1*,

More information

International Symposium on Planetary Science (IAPS2013)

International Symposium on Planetary Science (IAPS2013) International Symposium on Planetary Science (IAPS2013) Venue: 3 rd floor of Astronomical Building Shanghai Astronomical Observatory, Chinese Academy of Sciences The follow-up observations of several exoplanet

More information

MEMORANDUM. Focal-Point: Point on the focal plane where the sharpest PSF is located.

MEMORANDUM. Focal-Point: Point on the focal plane where the sharpest PSF is located. CHANDRA X-ray Center 60 Garden St., Cambridge Massachusetts 02138 USA MEMORANDUM Date: October 16, 2017 From: Ping Zhao To: CXC Subject: Chandra Optical Axis and Aimpoint File: oxap memo 2017.tex Version:

More information

arxiv: v2 [astro-ph] 25 Apr 2008

arxiv: v2 [astro-ph] 25 Apr 2008 Astronomy & Astrophysics manuscript no. 968 c ESO 08 October 8, 08 Detecting transits from Earth-sized planets around Sun-like stars S. Carpano and M. Fridlund arxiv:080.8v [astro-ph] Apr 008 XMM-Newton

More information

Expected Performance From WIYN Tip-Tilt Imaging

Expected Performance From WIYN Tip-Tilt Imaging Expected Performance From WIYN Tip-Tilt Imaging C. F. Claver 3 September 1997 Overview Image motion studies done at WIYN show that a significant improvement to delivered image quality can be obtained from

More information

First ultracool results from the VISTA Hemisphere Survey

First ultracool results from the VISTA Hemisphere Survey First ultracool results from the VISTA Hemisphere Survey Nicolas Lodieu (1, 2, 3) (1) Instituto de Astrofisica de Canarias (IAC, Tenerife) (2) Universidad de La Laguna (ULL, Tenerife) (3) Ramon y Cajal

More information

arxiv: v1 [astro-ph.ep] 28 Jun 2016

arxiv: v1 [astro-ph.ep] 28 Jun 2016 Accepted to ApJL on 15 June 2016 Preprint typeset using L A TEX style emulateapj v. 04/17/13 PROBING TRAPPIST-1-LIKE SYSTEMS WITH K2 Brice-Olivier Demory 1, Didier Queloz 1, Yann Alibert 2, Ed Gillen 1,

More information

Exoplanet Search Techniques: Overview. PHY 688, Lecture 28 April 3, 2009

Exoplanet Search Techniques: Overview. PHY 688, Lecture 28 April 3, 2009 Exoplanet Search Techniques: Overview PHY 688, Lecture 28 April 3, 2009 Course administration final presentations Outline see me for paper recommendations 2 3 weeks before talk see me with draft of presentation

More information

arxiv: v1 [astro-ph.im] 9 Jan 2014

arxiv: v1 [astro-ph.im] 9 Jan 2014 ACTA ASTRONOMICA Vol. 58 (2008) pp. 0 0 The Qatar Exoplanet Survey arxiv:1401.1984v1 [astro-ph.im] 9 Jan 2014 K.A. Alsubai 1, N.R. Parley 2, D.M. Bramich 1, K. Horne 2, A. Collier Cameron 2, R.G. West

More information

Addendum: GLIMPSE Validation Report

Addendum: GLIMPSE Validation Report August 18, 2004 Addendum: GLIMPSE Validation Report The GLIMPSE Team 1. Motivation In our Validation Report of Jan. 30, 2004, we produced reliability calculations and discussed photometric accuracy estimates

More information

APLUS: A Data Reduction Pipeline for HST/ACS and WFC3 Images

APLUS: A Data Reduction Pipeline for HST/ACS and WFC3 Images APLUS: A Data Reduction Pipeline for HST/ACS and WFC3 Images Wei Zheng 1,AmitSaraff 2,3,LarryBradley 4,DanCoe 4,AlexViana 4 and Sara Ogaz 4 1 Department of Physics and Astronomy, Johns Hopkins University,

More information

Study of the evolution of the ACS/WFC sensitivity loss

Study of the evolution of the ACS/WFC sensitivity loss Instrument Science Report ACS 2013 01 Study of the evolution of the ACS/WFC sensitivity loss Leonardo Úbeda and Jay Anderson Space Telescope Science Institute January 28, 2013 ABSTRACT We present a study

More information

Analysing the Hipparcos epoch photometry of λ Bootis stars

Analysing the Hipparcos epoch photometry of λ Bootis stars Comm. in Asteroseismology Vol. 153, 2008 Analysing the Hipparcos epoch photometry of λ Bootis stars E. Paunzen, P. Reegen Institut für Astronomie, Türkenschanzstrasse 17, 1180 Vienna, Austria Abstract

More information

You, too, can make useful and beautiful astronomical images at Mees: Lesson 3

You, too, can make useful and beautiful astronomical images at Mees: Lesson 3 You, too, can make useful and beautiful astronomical images at Mees: Lesson 3 Calibration and data reduction Useful references, besides Lessons 1 and 2: The AST 142 Projects manual: http://www.pas.rochester.edu/~dmw/ast142/projects/project.pdf

More information

Lab 4: Differential Photometry of an Extrasolar Planetary Transit

Lab 4: Differential Photometry of an Extrasolar Planetary Transit Lab 4: Differential Photometry of an Extrasolar Planetary Transit Neil Lender 1, Dipesh Bhattarai 2, Sean Lockwood 3 December 3, 2007 Abstract An upward change in brightness of 3.97 ± 0.29 millimags in

More information

New optical telescopes at Devasthal Observatory : 1.3-m installed and 3.6-m upcoming

New optical telescopes at Devasthal Observatory : 1.3-m installed and 3.6-m upcoming Recent advances in observational and theoretical - studies of star formation ASI Conference Series, 2011, Vol. 00, pp 1 9 Edited by A. Subramaniam New optical telescopes at Devasthal Observatory : 1.3-m

More information

Indirect Methods: gravitational perturbation of the stellar motion. Exoplanets Doppler method

Indirect Methods: gravitational perturbation of the stellar motion. Exoplanets Doppler method Indirect Methods: gravitational perturbation of the stellar motion Exoplanets The reflex motion of the star is proportional to M p /M * This introduces an observational bias that favours the detection

More information