Asteroids Detection Tehnique: Classic “Blink” an Automated Approch

Total Page:16

File Type:pdf, Size:1020Kb

Asteroids Detection Tehnique: Classic “Blink” an Automated Approch Asteroids Detection Tehnique: Classic “Blink” An Automated Approch Denisa Copândean, Ovidiu Văduvescu Constantin Nandra, Dorian Gorgan, Isaac Newton Group of Telescopes (ING), Computer Science Department Santa Cruz de la Palma, Canary Islands, Spain Technical University of Cluj-Napoca Cluj-Napoca, Romania Instituto de Astrofisica de Canarias (IAC), {denisa.copandean, constantin.nadra ,dorian.gorgan} La Laguna, Canary Islands, Spain @cs.utcluj.ro [email protected] Abstract—Asteroids detection is a very important research predictions of the future trajectories of the discovered objects. field that received increased attention in the last couple of The Program also supports efforts to characterize a decades. Some major surveys have their own dedicated people, representative sample of NEOs by measuring their sizes, equipment and detection applications, so they are discovering shapes, and compositions. NASA’s Authorization Act of 2005 Near Earth Asteroids (NEAs) daily. The interest in asteroids is goal is to detect, track, catalogue, and characterize the physical not limited to those major surveys, it is shared by amateurs and characteristics of 90 percent of the NEO population with mini-surveys too. A couple of them are using the few existent diameter sizes larger than 140 meters by 2020. While the major software solutions, most of which are developed by amateurs. American surveys have increased the discovery rate, in Europe The rest obtain their results in a visual manner: they "blink" a there are just a few local initiatives led by some scientists, sequence of reduced images of the same field, taken at a specific without specific funding or dedicated facilities. time interval, and they try to detect a real moving object in the resulting animation. Such a technique becomes harder with the Recently, ESA (European Space Agency) has begun to increase in size of the CCD cameras. Aiming to replace manual contract some European services to contribute to SSA (Space detection, we propose an automated "blink" technique for Situational Awareness) program. NEODyS at the University of asteroids detection. Pisa, KLENOT at the Klet Observatory, some national space agencies and other space industry entities are involved. Over Keywords—detection; asteroids; blink, cross objects, MPC; the past few years, the SSA program used the one-meter telescope ESA-OGS in Tenerife for some NEO studies and I. INTRODUCTION further analysis [2][3]. The European Near Earth Asteroids Asteroids are not just a source of information about the Research (EURONEAR) project has been contributing to this origin of our Solar System or an opportunity for mining research since 2006. EURONEAR includes only a small resources and modeling new frontiers for emerging space number of professional astronomers, involving more amateurs industry, they also represent a real threat for Earth, some of and students who promptly reduce the data, report discoveries them having a high risk of collision with our planet. Near Earth and perform NEA recoveries. By manually "blinking" a set of objects (NEOs) discovery is a very difficult task because they consecutive images of the same field, they made 9 important have a small size, poor magnitude and some of them have discoveries and multiple of asteroids recoveries. Their actions move at high speeds. Monitoring the nearby space for near Earth asteroids is essential for the future of our planet. Planetary defense is the term used to encompass all the capabilities needed to detect the possibility of potential asteroid or comet impacts with Earth and to warn the population, its’ purpose to either prevent these impacts or to mitigate their possible effects [1]. NASA (National Aeronautics and Space Administration) has been studying NEOs since the 1970s. The Agency initiated a survey, commonly called “Spaceguard,” in the 1990s to begin searching for them. NASA participated in the International Spaceguard Survey, initiated in 1996 and sponsored by the multinational Spaceguard Foundation. NASA's NEO Observations Program supports NEO surveys that contribute to a sustained and productive campaign to find and track NEOs, collecting data of sufficient precision to allow accurate Fig. 1. NEA discoveries in time (https://cneos.jpl.nasa.gov/stats/totals.html) were not part of an official NEA detection survey. Starting with the Near-Earth Asteroid Tracking (NEAT) program in 1995 a "step-stare" technique was implemented for Having this manual flow in mind, we propose an automated asteroids detection [7]. A step-stare system takes multiple pipeline prototype for moving object detection. The prototype images, each being exposed while the telescope tracks along is a modular system written in Python programming language, the Earth rotation. Then it was transferred to a computer before except for the Cross Object module which is written in Java the next exposure was taken. This technique produced better programming language. Each module has a specific results than a drift-scan technique and so it was further used by functionality, and some of them are tightly coupled to some rd other surveys that followed. The Lincoln Laboratory’s Near- other 3 party astrophysics libraries. Earth Asteroid Research (LINEAR) program run by the MIT The next section will presents some similar systems. Lincoln Laboratory takes for their detection software five Section 3 will consist of a short description of the correction images, 30 minutes apart. It only requires three hits for a modules for the proposed automated pipeline prototype and a detection [8]. more detailed description of the asteroids detection technique Variable KD-Tree algorithms were used by the Pan- used in Cross Object module. Some results and the influence of STARRS Moving Object Processing System [9], [10]. These the most important parameters involved in the detection techniques were developed in collaboration with the incoming prototype are presented in Section 4. The last section concludes LSST (Large Synoptic Survey Telescope) [11]. on the achievements and experiments, presents the work currently in progress, and sketches some future research It was not only the major surveys that developed automated directions. systems for moving object detection, but also some amateurs and small private surveys. For example, a group from II. RELATED WORKS Argentina developed such a system based on the profile of each light source represented by FWHM (Full Width at Half While making a star map, the Italian priest and astronomer Maximum) [12]. Giuseppe Piazzi accidentally discovered the first asteroid, Ceres, orbiting between Mars and Jupiter. Today, Ceres is classified as a dwarf planet, having been considered the III. AUTOMATED PROTOTYPE FOR ASTEROID DETECTION missing planet of the Bode's law. Bode's law suggested there The current version of the proposed pipeline prototype is should be a planet between Mars and Jupiter. It was discovered tightly coupled with the data obtained from the 2.5 meters based on its motion relative to the fixed background stars in a diameter Isaac Newton Telescope (INT) located in La Palma, couple of nights. Canary Islands, Spain. At the prime focus of the INT, a wide The same approach has been used from then on in asteroids field camera (WFC) is located, consisting of four CCDs of 2k detection, with evolved versions supported by the current x 4k pixels, covering an L-shaped 34 arcminutes x 34 -1 time’s technologies. In 1984, the Spacewatch group at the arcminutes field with a pixel scale of 0.33 arcseconds pixel . University of Arizona’s Lunar and Planetary Laboratory has A. Short Introduction on the Pre-process Modules used this approach to implement the first computer detection system based on CCD (change coupled device) [5]. Their Figure 2 presents the architecture of the prototype. The first two modules were developed in the Python programming automated "Moving Object Detection Program" (MODP) rd searched for objects showing consistent motion in three language are based on a couple of external (3 party) successive scans over the same region. Each scan was 30 astrophysics libraries for image reduction and field correction minutes long. During the first and second pass, their MODP [13]. recognized fast moving objects by the trails they left in the Any image taken by a CCD camera through a telescope image. A moving object was detected on the third pass based will not give accurate information about the photometric on the displacement of its position in the first two passes distribution over a portion of the sky. Optical imperfections relative to its position in the third pass [6]. So they developed a and the discrete nature of light itself lead to errors in the drift-scan technique. measured data. The first module corrects artifacts (bias, flat Fig. 2. Prototype Architecture field) and instrumental defects (bad pixels) from the raw. The equatorial coordinate system is a celestial coordinate system used to specify the positions of celestial objects. The The second module of the prototype solves the field equatorial coordinate system is using spherical coordinates. distortion issue of the reduced images in a sequence of steps Earth is at the center of the celestial sphere, an imaginary based on a few external astrophysics libraries. Substantial field surface on which the planets, stars, and nebulae seem to be distortions caused by the optical system and projection of a printed. The equatorial coordinate system is basically the hemispherical field into a 2D image occur in the imaging projection of the latitude and longitude coordinate system we process, especially at the prime focus of any larger field use here on Earth onto the celestial sphere. The right ascension telescope, which makes it difficult to perfectly align images for (RA, symbol α) corresponds to east/west direction like further processing and analysis. Field distortions increase with longitude, while declination (DEC, symbol δ) measures distance from the center of the image. north/south directions, like latitude. RA is measured in hours, The first two blue-colored modules from the architecture minutes and seconds eastward along the celestial equator.
Recommended publications
  • Cross-References ASTEROID IMPACT Definition and Introduction History of Impact Cratering Studies
    18 ASTEROID IMPACT Tedesco, E. F., Noah, P. V., Noah, M., and Price, S. D., 2002. The identification and confirmation of impact structures on supplemental IRAS minor planet survey. The Astronomical Earth were developed: (a) crater morphology, (b) geo- 123 – Journal, , 1056 1085. physical anomalies, (c) evidence for shock metamor- Tholen, D. J., and Barucci, M. A., 1989. Asteroid taxonomy. In Binzel, R. P., Gehrels, T., and Matthews, M. S. (eds.), phism, and (d) the presence of meteorites or geochemical Asteroids II. Tucson: University of Arizona Press, pp. 298–315. evidence for traces of the meteoritic projectile – of which Yeomans, D., and Baalke, R., 2009. Near Earth Object Program. only (c) and (d) can provide confirming evidence. Remote Available from World Wide Web: http://neo.jpl.nasa.gov/ sensing, including morphological observations, as well programs. as geophysical studies, cannot provide confirming evi- dence – which requires the study of actual rock samples. Cross-references Impacts influenced the geological and biological evolu- tion of our own planet; the best known example is the link Albedo between the 200-km-diameter Chicxulub impact structure Asteroid Impact Asteroid Impact Mitigation in Mexico and the Cretaceous-Tertiary boundary. Under- Asteroid Impact Prediction standing impact structures, their formation processes, Torino Scale and their consequences should be of interest not only to Earth and planetary scientists, but also to society in general. ASTEROID IMPACT History of impact cratering studies In the geological sciences, it has only recently been recog- Christian Koeberl nized how important the process of impact cratering is on Natural History Museum, Vienna, Austria a planetary scale.
    [Show full text]
  • Questioning the Surface of Mars As the 21St Century's Ultimate Pioneering Destination in Space
    Questioning The Surface Of Mars As The 21st Century's Ultimate Pioneering Destination In Space Small Bodies Assessment Group Meeting #13 Washington D.C. 1 July 2015 Questioning Mars As The Ultimate Pioneering Destination In Space Background And Context • Foreseeable human-initiated activity in space can be divided into two categories - Exploring (e.g. Lewis & Clark ca. 1805): survey foreign territory + A major component of NASA's charter + Can be conducted by humans directly or by robots under human control + Virtual human presence is possible via tele-robotics stationed < 100,000 km away + Mars never approaches Earth closer than 56 million km - Pioneering (e.g. Pilgrims ca.1620): put down multi-generation roots in foreign territory + NOT in NASA's charter + MUST be conducted by humans in situ and ultimately return sustained profits + Any examples to date are dubious and Earth-centered (e.g. communication satellites) • Mars is widely accepted as the ultimate 21st century pioneering destination in space - Why would 202,586* adults volunteer in 2013 for a one-way trip to the surface of Mars? - What are potential obstacles to pioneering the surface of Mars? - Might there be more accessible and hospitable pioneering destinations than Mars? * The number of applications actually completed and submitted to Mars One was reported in 2015 to be 4227. Daniel R. Adamo ([email protected]) 1 1 July 2015 Questioning Mars As The Ultimate Pioneering Destination In Space History† Indicates Humans Pioneer For Compelling Reasons • Escape from war, starvation,
    [Show full text]
  • The PLATO Antarctic Site Testing Observatory
    PROCEEDINGS OF SPIE SPIEDigitalLibrary.org/conference-proceedings-of-spie The PLATO Antarctic site testing observatory J. S. Lawrence, G. R. Allen, M. C. B. Ashley, C. Bonner, S. Bradley, et al. J. S. Lawrence, G. R. Allen, M. C. B. Ashley, C. Bonner, S. Bradley, X. Cui, J. R. Everett, L. Feng, X. Gong, S. Hengst, J. Hu, Z. Jiang, C. A. Kulesa, Y. Li, D. Luong-Van, A. M. Moore, C. Pennypacker, W. Qin, R. Riddle, Z. Shang, J. W. V. Storey, B. Sun, N. Suntzeff, N. F. H. Tothill, T. Travouillon, C. K. Walker, L. Wang, J. Yan, J. Yang, H. Yang, D. York, X. Yuan, X. G. Zhang, Z. Zhang, X. Zhou, Z. Zhu, "The PLATO Antarctic site testing observatory," Proc. SPIE 7012, Ground-based and Airborne Telescopes II, 701227 (10 July 2008); doi: 10.1117/12.787166 Event: SPIE Astronomical Telescopes + Instrumentation, 2008, Marseille, France Downloaded From: https://www.spiedigitallibrary.org/conference-proceedings-of-spie on 7/12/2018 Terms of Use: https://www.spiedigitallibrary.org/terms-of-use The PLATO Antarctic site testing observatory J.S. Lawrence*a, G.R. Allenb, M.C.B. Ashleya, C. Bonnera, S. Bradleyc, X. Cuid, J.R. Everetta, L. Fenge, X. Gongd, S. Hengsta, J.Huf, Z. Jiangf, C.A. Kulesag, Y. Lih, D. Luong-Vana, A.M. Moorei, C. Pennypackerj, W. Qinh, R. Riddlek, Z. Shangl, J.W.V. Storeya, B. Sunh, N. Suntzeffm, N.F.H. Tothilln, T. Travouilloni, C.K. Walkerg, L. Wange/m, J. Yane/f, J. Yange, H.Yangh, D. Yorko, X. Yuand, X.G.
    [Show full text]
  • Planetary Defence Activities Beyond NASA and ESA
    Planetary Defence Activities Beyond NASA and ESA Brent W. Barbee 1. Introduction The collision of a significant asteroid or comet with Earth represents a singular natural disaster for a myriad of reasons, including: its extraterrestrial origin; the fact that it is perhaps the only natural disaster that is preventable in many cases, given sufficient preparation and warning; its scope, which ranges from damaging a city to an extinction-level event; and the duality of asteroids and comets themselves---they are grave potential threats, but are also tantalising scientific clues to our ancient past and resources with which we may one day build a prosperous spacefaring future. Accordingly, the problems of developing the means to interact with asteroids and comets for purposes of defence, scientific study, exploration, and resource utilisation have grown in importance over the past several decades. Since the 1980s, more and more asteroids and comets (especially the former) have been discovered, radically changing our picture of the solar system. At the beginning of the year 1980, approximately 9,000 asteroids were known to exist. By the beginning of 2001, that number had risen to approximately 125,000 thanks to the Earth-based telescopic survey efforts of the era, particularly the emergence of modern automated telescopic search systems, pioneered by the Massachusetts Institute of Technology’s (MIT’s) LINEAR system in the mid-to-late 1990s.1 Today, in late 2019, about 840,000 asteroids have been discovered,2 with more and more being found every week, month, and year. Of those, approximately 21,400 are categorised as near-Earth asteroids (NEAs), 2,000 of which are categorised as Potentially Hazardous Asteroids (PHAs)3 and 2,749 of which are categorised as potentially accessible.4 The hazards posed to us by asteroids affect people everywhere around the world.
    [Show full text]
  • General Assembly Distr.: General 7 January 2005
    United Nations A/AC.105/839 General Assembly Distr.: General 7 January 2005 Original: English Committee on the Peaceful Uses of Outer Space Scientific and Technical Subcommittee Forty-second session Vienna, 21 February-4 March 2004 Item 10 of the provisional agenda∗ Near-Earth objects Information on research in the field of near-Earth objects carried out by international organizations and other entities Note by the Secretariat Contents Page I. Introduction ................................................................... 2 II. Replies received from international organizations and other entities ..................... 2 European Space Agency ......................................................... 2 The Spaceguard Foundation ...................................................... 17 __________________ ∗ A/AC.105/C.1/L.277. V.05-80067 (E) 010205 020205 *0580067* A/AC.105/839 I. Introduction In accordance with the agreement reached at the forty-first session of the Scientific and Technical Subcommittee (A/AC.105/823, annex II, para. 18) and endorsed by the Committee on the Peaceful Uses of Outer Space at its forty-seventh session (A/59/20, para. 140), the Secretariat invited international organizations, regional bodies and other entities active in the field of near-Earth object (NEO) research to submit reports on their activities relating to near-Earth object research for consideration by the Subcommittee. The present document contains reports received by 17 December 2004. II. Replies received from international organizations and other entities European Space Agency Overview of activities of the European Space Agency in the field of near-Earth object research: hazard mitigation Summary 1. Near-Earth objects (NEOs) pose a global threat. There exists overwhelming evidence showing that impacts of large objects with dimensions in the order of kilometres (km) have had catastrophic consequences in the past.
    [Show full text]
  • NASA's Near-Earth Object Program
    NASA’s Near-Earth Object Program (Spaceguard) Don Yeomans Manager, NASA Near-Earth Object Program Office Meteor Crater Arizona History of Known NEO Population The Inner Solar System in 2006 201118001900195019901999 Known • 500,000 Earth minor planets Crossing •7750 NEOs Outside • 1200 PHAs Earth’s Orbit Scott Manley Armagh Observatory NASA’s NEO Search Program (Current Systems) Minor Planet Center (MPC) • IAU sanctioned NEO-WISE • Int’l observation database • Initial orbit determination www.cfa.harvard.edu/iau/mpc. html NEO Program Office @ JPL • Program coordination JPL • Precision orbit determination Sun-synch LEO • Automated SENTRY www.neo.jpl.nasa.gov Catalina Sky Pan-STARRS LINEAR Survey MIT/LL UofAZ Arizona & Australia Uof HI Soccoro, NM Haleakula, Maui3 The Importance of Near-Earth Objects •Science •Future Space Resources •Planetary Defense •Exploration NASA’s NEO Program Office at JPL Coordination and Metrics Automatic orbit updates as new data arrive SENTRY system Relational database for NEO orbits & characteristics Conduct research on: Discovery efficiency Improving observational data Modeling dynamics Optimal mitigation processes Impact warnings & outreach http://www.jpl.nasa.gov/asteroidwatch / NEO Program Office: http://neo.jpl.nasa.gov/ Near-Earth Asteroid Discoveries Start of NASA NEO Program Discovery Completion Within Size Intervals 40% 8% <1% 87% JPL’s SENTY NEO Risk Page http://neo.jpl.nasa.gov/risk/ Object Year Potential Impact Velocity H Estimated Palermo Torino Designation Range Impacts Prob. (km/s) (mag.) Diameter
    [Show full text]
  • The Asteroid Impact Hazard: Historical Perspective
    The Asteroid Impact Hazard: Historical Perspective David Morrison NASA SSERVI (NASA Ames Research Center) Asteroid Grand Challenge Virtual Seminar" NASA GRAND CHALLENGE : Find all objects capable of threatening human populations and determine how to deal with them. Historical Quotes" • Should a comet in its course strike the Earth, it might instantly beat it to pieces. But our comfort is, the same great Power that made the Universe, governs it by his providence. And such terrible catastrophes will not happen till 'tis best they should … Benjamin Franklin (1757) • Men should be free from this fear ... for the probability of [a comet] striking the Earth within the span of a human lifetime is slim, even though the probability of such an impact occurring in the course of centuries is very great … Laplace (c. 1790) • Who knows whether, when a comet shall approach this globe to destroy it, as it often has been and will be destroyed, men will not tear rocks from their foundations by means of steam, and hurl mountains, as the giants are said to have done, against the flaming mass? - and then we shall have traditions of Titans again, and of wars with Heaven... Lord Byron (1822) • Civilization could be entirely destroyed by the unexpected impact of an asteroid or comet. Thousands of years of history could be erased in a single day, and with it the hopes for future generations … Clark Chapman & David Morrison (1989) • If some day in the future we discover well in advance that an asteroid that is big enough to cause a mass extinction is going to hit the Earth, and then we alter the course of that asteroid so that it does not hit us, it will be one of the most important accomplishments in all of history… U.S.
    [Show full text]
  • Defending Planet Earth: Near-Earth Object Surveys and Hazard Mitigation Strategies Final Report
    PREPUBLICATION COPY—SUBJECT TO FURTHER EDITORIAL CORRECTION Defending Planet Earth: Near-Earth Object Surveys and Hazard Mitigation Strategies Final Report Committee to Review Near-Earth Object Surveys and Hazard Mitigation Strategies Space Studies Board Aeronautics and Space Engineering Board Division on Engineering and Physical Sciences THE NATIONAL ACADEMIES PRESS Washington, D.C. www.nap.edu PREPUBLICATION COPY—SUBJECT TO FURTHER EDITORIAL CORRECTION THE NATIONAL ACADEMIES PRESS 500 Fifth Street, N.W. Washington, DC 20001 NOTICE: The project that is the subject of this report was approved by the Governing Board of the National Research Council, whose members are drawn from the councils of the National Academy of Sciences, the National Academy of Engineering, and the Institute of Medicine. The members of the committee responsible for the report were chosen for their special competences and with regard for appropriate balance. This study is based on work supported by the Contract NNH06CE15B between the National Academy of Sciences and the National Aeronautics and Space Administration. Any opinions, findings, conclusions, or recommendations expressed in this publication are those of the author(s) and do not necessarily reflect the views of the agency that provided support for the project. International Standard Book Number-13: 978-0-309-XXXXX-X International Standard Book Number-10: 0-309-XXXXX-X Copies of this report are available free of charge from: Space Studies Board National Research Council 500 Fifth Street, N.W. Washington, DC 20001 Additional copies of this report are available from the National Academies Press, 500 Fifth Street, N.W., Lockbox 285, Washington, DC 20055; (800) 624-6242 or (202) 334-3313 (in the Washington metropolitan area); Internet, http://www.nap.edu.
    [Show full text]
  • Neossat: a Collaborative Microsatellite Project for Space
    SSC08-III-5 NEOSSat : A Collaborative Microsatellite Project for Space Based Object Detection William Harvey Canadian Space Agency 6767, Route de l'Aéroport, St-Hubert, QC, Canada, J3Y 8Y9; (450) 926-4477 [email protected] Tony Morris Defence Research and Development Canada 3701 Carling Avenue, Ottawa, Ontario, K1A 0Z4; 613 990-4326 [email protected] ABSTRACT Recognizing the importance of space-based Near Earth Object (NEO) detection and Surveillance of Space (SoS), the Canadian Space Agency and Defence Research and Development Canada are proceeding with the development and construction of NEOSSat. NEOSSat's two missions are to make observations to discover asteroids and comets near Earth's orbit (Near Earth Space Surveillance or NESS) and to demonstrate surveillance of satellites and space debris (High Earth Orbit Space Surveillance or HEOSS). This micro-satellite project will deploy a 15 cm telescope into a 630 km low earth orbit in 2010. This will be the first space-based system of its kind. NEOSSat represents a win-win opportunity for CSA and DRDC who recognized there were significant common interests with this microsatellite project. The project will yield data that can be used by the NEOSSat team and leveraged by external stakeholders to address important issues with NEOs, satellite metric data and debris cataloguing. In the contexts of risks and rewards as well as confidence building, NEOSSat is providing CSA and DRDC with valuable insights about collaboration on a microsatellite program and this paper presents our views and lessons learned. INTRODUCTION The NEOSSat microsatellite project satisfies several The Near Earth Object Surveillance Satellite objectives: 1) discover and determine the orbits of (NEOSSat) is the first jointly sponsored microsatellite Near-Earth Objects (NEO's) that cannot be efficiently project between the Canadian Space Agency CSA and detected from the ground, 2) demonstrate the ability of Defence Research and Development Canada (DRDC).
    [Show full text]
  • Astronomy 113 Laboratory Manual
    UNIVERSITY OF WISCONSIN - MADISON Department of Astronomy Astronomy 113 Laboratory Manual Fall 2011 Professor: Snezana Stanimirovic 4514 Sterling Hall [email protected] TA: Natalie Gosnell 6283B Chamberlin Hall [email protected] 1 2 Contents Introduction 1 Celestial Rhythms: An Introduction to the Sky 2 The Moons of Jupiter 3 Telescopes 4 The Distances to the Stars 5 The Sun 6 Spectral Classification 7 The Universe circa 1900 8 The Expansion of the Universe 3 ASTRONOMY 113 Laboratory Introduction Astronomy 113 is a hands-on tour of the visible universe through computer simulated and experimental exploration. During the 14 lab sessions, we will encounter objects located in our own solar system, stars filling the Milky Way, and objects located much further away in the far reaches of space. Astronomy is an observational science, as opposed to most of the rest of physics, which is experimental in nature. Astronomers cannot create a star in the lab and study it, walk around it, change it, or explode it. Astronomers can only observe the sky as it is, and from their observations deduce models of the universe and its contents. They cannot ever repeat the same experiment twice with exactly the same parameters and conditions. Remember this as the universe is laid out before you in Astronomy 113 – the story always begins with only points of light in the sky. From this perspective, our understanding of the universe is truly one of the greatest intellectual challenges and achievements of mankind. The exploration of the universe is also a lot of fun, an experience that is largely missed sitting in a lecture hall or doing homework.
    [Show full text]
  • Lucky Imaging: Beyond Binary Stars
    LUCKY IMAGING: BEYOND BINARY STARS Thesis submitted for the degree of Doctor of Philosophy by Tim Staley Institute of Astronomy & Emmanuel College arXiv:1404.5907v1 [astro-ph.IM] 23 Apr 2014 University of Cambridge January 21, 2013 DECLARATION I hereby declare that this dissertation entitled Lucky Imaging: Beyond Binary Stars is not substantially the same as any that I have submitted for a degree or diploma or other qualification at any other University. I further state that no part of my thesis has already been or is being concurrently submitted for any such degree, diploma or other qualification. This dissertation is the result of my own work and includes nothing which is the outcome of work done in collaboration except where specifically indicated in the text. I note that chapter 1 and the first few sections of chapter 6 are intended as reviews, and as such contain little, if any, original work. They contain a number of images and plots extracted from other published works, all of which are clearly cited in the appropriate caption. Those parts of this thesis which have been published are as follows: • Chapters 3 and 4 contain elements that were published in Staley and Mackay (2010). However, the work has been considerably expanded upon for this document. • The planetary transit host binarity survey described in chapter 5 is soon to be submitted for publi- cation. This dissertation contains fewer than 60,000 words. Tim Staley Cambridge, January 21, 2013 iii ACKNOWLEDGEMENTS 1 2 This thesis has been typeset in LATEX using Kile and JabRef. Thanks to all the former IoA members who have contributed to the LaTeX template used to constrain the formatting.
    [Show full text]
  • Mars Sample Return Backward Contamination
    Mars Sample Return backward contamination – Strategic advice and requirements Report from the ESF-ESSC Study Group on MSR Planetary Protection Requirements European Science Foundation (ESF) European Space Sciences Committee (ESSC) The European Science Foundation (ESF) is an The European Space Sciences Committee (ESSC), independent, non-governmental organisation, the established in 1975, grew from the need to give members of which are 72 national funding agencies, European space scientists a voice in the space arena research performing agencies and academies from 30 at a time when successive US space science missions countries. and NASA’s Apollo missions dominated space The strength of ESF lies in its influential membership research. More than 35 years later, the ESSC actively and in its ability to bring together the different domains collaborates with the European Space Agency (ESA), of European science in order to meet the challenges of the European Commission, national space agencies the future. and the ESF Member Organisations. This has made Since its establishment in 1974, ESF, which has its ESSC a reference name in space sciences within headquarters in Strasbourg with offices in Brussels Europe. and Ostend, has assembled a host of organisations The mission of the ESSC today is to provide an that span all disciplines of science, to create a independent forum for scientists to debate space common platform for cross-border cooperation in sciences issues. The ESSC is represented ex officio Europe. in all ESA’s scientific advisory bodies, in ESA’s High- ESF is dedicated to promoting collaboration in level Science Policy Advisory Committee advising scientific research and in funding of research and its Director General, it has members in the EC’s FP7 science policy across Europe.
    [Show full text]