A Manual on Machine Learning and Astronomy: Authored, Edited and Compiled by Snehanshu Saha

Total Page:16

File Type:pdf, Size:1020Kb

A Manual on Machine Learning and Astronomy: Authored, Edited and Compiled by Snehanshu Saha EBOOK-ASTROINFORMATICS SERIES: IEEECSCONNECT-AN INITIATIVE OF IEEE COMPUTER SOCIETY BANGALORE CHAPTER A MANUAL ON MACHINE LEARNING AND ASTRONOMY: AUTHORED, EDITED AND COMPILED BY SNEHANSHU SAHA Page 1 of 316 June 15, 2019 Chapter contributions from: Suryoday Basak, Rahul Yedida, Kakoli Bora Archana Mathur, Surbhi Agrawal, Margarita Safonova Nithin Nagaraj, Gowri Srinivasa, Jayant Murthy PES University University of Texas at Arlington North Carolina State University Indian Statistical Institute National Institute for Advanced Studies Indian Institute of Astrophysics June 15, 2019 2 Preface The E-book is dedicated to the new field of Astroinformatics: an interdisciplinary area of research where astronomers, mathematicians and computer scientists collaborate to solve problems in astronomy through the application of techniques developed in data science. Classical problems in astronomy now involve the accumulation of large volumes of complex data with different formats and characteristic and cannot be addressed using classical tech- niques. As a result, machine learning (ML) algorithms and data analytic techniques have exploded in importance, often without a mature understanding of the pitfalls in such studies. This E-book aims to capture the baseline, set the tempo for future research in India and abroad, and prepare a scholastic primer that would serve as a standard document for future research. The E-book should serve as a primer for young astronomers willing to apply ML in astronomy, a way that could rightfully be called "Machine Learning Done Right", borrowing the phrase from Sheldon Axler ("Linear Algebra Done Right")! The motivation of this handbook has two specific objectives: • develop efficient models for complex computer experiments and data analytic tech- niques which can be used in astronomical data analysis in the short term, and various related branches in physical, statistical, computational sciences much later (larger goal as far as memetic algorithm is concerned). • develop a set of fundamentally correct thumb rules and experiments, backed by solid mathematical theory, and render the marriage of astronomy and Machine Learning stability for far reaching impact. We will do this in the context of specific science prob- lems of interest to the proposers: the classification of exoplanets, classification of nova, separation of stars, galaxies and quasars in the survey catalogs, and the classification of multi-wavelength sources. We hope the E-book serves its purpose and inspires scientists across communities to collabo- rate and develop a very promising field. We gratefully acknowledge the grant (File Number: EMR/2016/005687) received from SCIENCE & ENGINEERING RESEARCH BOARD (SERB), under the scheme- Extra Mural Research (EMR), a division of DST. ************************************************************************************************ Sincerely, Authors Page 3 of 316 Contents 1 Introduction 10 2 Pros and Cons of Classification of Exoplanets: in Search for the Right Habitability Metric 12 2.1 References:......................................... 17 3 A Comparative Study in Classification Methods of Exoplanets: Machine Learning Exploration via Mining and Automatic Labeling of the Habitability Catalog 19 3.1 Introduction........................................ 19 3.2 Motivation......................................... 23 3.3 Methods.......................................... 24 3.3.1 Naïve Bayes.................................... 25 3.3.2 Metric Classifiers................................. 26 3.3.3 Non-Metric Classifiers.............................. 29 3.4 Framework and Experimental Set Up......................... 32 3.4.1 Data Acquisition: Web Scraping........................ 32 3.4.2 Classification of Data............................... 34 3.5 Complexity of the data set used and Results..................... 36 3.5.1 Classification performed on an unbalanced and smaller Data Set.... 36 3.5.2 Classification performed on a balanced and smaller data set....... 37 3.5.3 Classification performed on a balanced and larger data set........ 39 3.6 Discussion......................................... 44 3.6.1 Note on new classes in PHL-EC......................... 44 3.6.2 Missing attributes................................. 44 3.6.3 Reason for extremely high accuracy of classifiers before artificial balanc- ing of data set................................... 45 3.6.4 Demonstration of the necessity for artificial balancing........... 46 3.6.5 Order of importance of features........................ 46 3.6.6 Why are the results from SVM, K-NN and LDA relatively poor?...... 47 3.6.7 Reason for better performance of decision trees............... 47 3.6.8 Explanation of OOB error visualization.................... 49 3.6.9 What is remarkable about random forests?.................. 50 3.6.10 Random forest: mathematical representation of binomial distribution and an example.................................. 50 Page 4 of 316 3.7 Binomial distribution based confidence splitting criteria.............. 51 3.7.1 Margins and convergence in random forests................. 53 3.7.2 Upper bound of error and Chebyshev inequality.............. 53 3.7.3 Gradient tree boosting and XGBoosted trees................. 53 3.7.4 Classification of conservative and optimistic samples of potentially hab- itable planets................................... 57 3.8 Habitability Classification System applied to Proxima b.............. 58 3.9 Data Synthesis and Artificial Augmentation..................... 58 3.9.1 Generating Data by Assuming a Distribution................. 59 3.9.2 Artificially Augmenting Data in a Bounded Manner............. 59 3.9.3 Fitting a Distribution to the Data Points.................... 62 3.9.4 Generating Data by Analyzing the Distribution of Existing Data Empiri- cally: Window Estimation Approach...................... 71 3.9.5 Estimating Density................................ 71 3.9.6 Generating Synthetic Samples......................... 72 3.10 Results of Classification on Artificially Augmented Data Sets........... 73 3.11 Conclusion......................................... 74 4 CD-HPF: New Habitability Score Via Data Analytic Modeling 78 4.1 Introduction........................................ 78 4.1.0.1 Biological Complexity Index (BCI) ................. 80 4.2 CD-HPF: Cobb-Douglas Habitability Production Function............ 81 4.3 Cobb-Douglas Habitability Production Function CD-HPF............. 83 4.4 Cobb-Douglas Habitability Score estimation..................... 85 4.5 The Theorem for Maximization of Cobb-Douglas habitability production function 86 4.6 Implementation of the Model.............................. 88 4.7 Computation of CDHS in DRS phase......................... 89 4.8 Computation of CDHS in CRS phase.......................... 89 4.9 Attribute Enhanced K-NN Algorithm: A Machine learning approach....... 94 4.10 Results and Discussion ................................. 95 4.11 Conclusion and Future Work.............................. 100 5 Theoretical validation of potential habitability via analytical and boosted tree meth- ods: An optimistic study on recently discovered exoplanets 102 5.1 Introduction........................................ 102 5.2 Analytical Approach via CDHS: Explicit Score Computation of Proxima b.... 105 Page 5 of 316 5.2.1 Earth Similarity Index.............................. 105 5.2.2 Cobb Douglas Habitability Score (CDHS)................... 106 5.2.3 CDHS calculation using radius, density, escape velocity and surface temperature.................................... 107 5.2.4 Missing attribute values: Surface Temperature of 11 rocky planets (Table I)107 5.2.5 CDHS calculation using stellar flux and radius................ 109 5.2.6 CDHS calculation using stellar flux and mass................ 110 5.3 Elasticity computation: Stochastic Gradient Ascent (SGA)............. 111 5.3.1 Computing Elasticity via Gradient Ascent................... 111 5.3.2 Computing Elasticity via Constrained Optimization............ 112 6 Comparing Habitability Metrics 116 6.1 Earth Similarity Index (ESI)............................... 117 6.2 Discussion......................................... 124 7 Supernova Classification 128 7.1 Introduction........................................ 128 7.2 Categorization of Supernova.............................. 129 7.3 Type I supernova..................................... 129 7.4 Type II supernova..................................... 130 7.5 Machine Learning Techniques............................. 131 7.6 Supernovae Data source and classification...................... 133 7.7 Results and Analysis................................... 133 7.8 Conclusion......................................... 134 7.9 Future Research Directions............................... 134 8 Machine Learning Done Right: A Case Study in Quasar-Star Classification 136 8.1 Introduction........................................ 136 8.2 Motivation and Contribution.............................. 138 8.3 Star-Quasar Classification: Existing Literature.................... 140 8.4 Data Acquisition..................................... 141 8.5 Methods.......................................... 143 8.5.1 Artificial Balancing of Data........................... 143 9 An Introduction to Image Processing 144 9.1................................................ 144 Page 6 of 316 10 A study in emergence of AstroInformatics: A Novel Method in Big Data Mining 145 10.1 INTRODUCTION..................................... 145 10.2 The depths of Dimensionality Reduction......................
Recommended publications
  • The Dunhuang Chinese Sky: a Comprehensive Study of the Oldest Known Star Atlas
    25/02/09JAHH/v4 1 THE DUNHUANG CHINESE SKY: A COMPREHENSIVE STUDY OF THE OLDEST KNOWN STAR ATLAS JEAN-MARC BONNET-BIDAUD Commissariat à l’Energie Atomique ,Centre de Saclay, F-91191 Gif-sur-Yvette, France E-mail: [email protected] FRANÇOISE PRADERIE Observatoire de Paris, 61 Avenue de l’Observatoire, F- 75014 Paris, France E-mail: [email protected] and SUSAN WHITFIELD The British Library, 96 Euston Road, London NW1 2DB, UK E-mail: [email protected] Abstract: This paper presents an analysis of the star atlas included in the medieval Chinese manuscript (Or.8210/S.3326), discovered in 1907 by the archaeologist Aurel Stein at the Silk Road town of Dunhuang and now held in the British Library. Although partially studied by a few Chinese scholars, it has never been fully displayed and discussed in the Western world. This set of sky maps (12 hour angle maps in quasi-cylindrical projection and a circumpolar map in azimuthal projection), displaying the full sky visible from the Northern hemisphere, is up to now the oldest complete preserved star atlas from any civilisation. It is also the first known pictorial representation of the quasi-totality of the Chinese constellations. This paper describes the history of the physical object – a roll of thin paper drawn with ink. We analyse the stellar content of each map (1339 stars, 257 asterisms) and the texts associated with the maps. We establish the precision with which the maps are drawn (1.5 to 4° for the brightest stars) and examine the type of projections used.
    [Show full text]
  • Lecture-29 (PDF)
    Life in the Universe Orin Harris and Greg Anderson Department of Physics & Astronomy Northeastern Illinois University Spring 2021 c 2012-2021 G. Anderson., O. Harris Universe: Past, Present & Future – slide 1 / 95 Overview Dating Rocks Life on Earth How Did Life Arise? Life in the Solar System Life Around Other Stars Interstellar Travel SETI Review c 2012-2021 G. Anderson., O. Harris Universe: Past, Present & Future – slide 2 / 95 Dating Rocks Zircon Dating Sedimentary Grand Canyon Life on Earth How Did Life Arise? Life in the Solar System Life Around Dating Rocks Other Stars Interstellar Travel SETI Review c 2012-2021 G. Anderson., O. Harris Universe: Past, Present & Future – slide 3 / 95 Zircon Dating Zircon, (ZrSiO4), minerals incorporate trace amounts of uranium but reject lead. Naturally occuring uranium: • U-238: 99.27% • U-235: 0.72% Decay chains: • 238U −→ 206Pb, τ =4.47 Gyrs. • 235U −→ 207Pb, τ = 704 Myrs. 1956, Clair Camron Patterson dated the Canyon Diablo meteorite: τ =4.55 Gyrs. c 2012-2021 G. Anderson., O. Harris Universe: Past, Present & Future – slide 4 / 95 Dating Sedimentary Rocks • Relative ages: Deeper layers were deposited earlier • Absolute ages: Decay of radioactive isotopes old (deposited last) oldest (depositedolder first) c 2012-2021 G. Anderson., O. Harris Universe: Past, Present & Future – slide 5 / 95 Grand Canyon: Earth History from 200 million - 2 billion yrs ago. Dating Rocks Life on Earth Earth History Timeline Late Heavy Bombardment Hadean Shark Bay Stromatolites Cyanobacteria Q: Earliest Fossils? Life on Earth O2 History Q: Life on Earth How Did Life Arise? Life in the Solar System Life Around Other Stars Interstellar Travel SETI Review c 2012-2021 G.
    [Show full text]
  • BRAS Newsletter August 2013
    www.brastro.org August 2013 Next meeting Aug 12th 7:00PM at the HRPO Dark Site Observing Dates: Primary on Aug. 3rd, Secondary on Aug. 10th Photo credit: Saturn taken on 20” OGS + Orion Starshoot - Ben Toman 1 What's in this issue: PRESIDENT'S MESSAGE....................................................................................................................3 NOTES FROM THE VICE PRESIDENT ............................................................................................4 MESSAGE FROM THE HRPO …....................................................................................................5 MONTHLY OBSERVING NOTES ....................................................................................................6 OUTREACH CHAIRPERSON’S NOTES .........................................................................................13 MEMBERSHIP APPLICATION .......................................................................................................14 2 PRESIDENT'S MESSAGE Hi Everyone, I hope you’ve been having a great Summer so far and had luck beating the heat as much as possible. The weather sure hasn’t been cooperative for observing, though! First I have a pretty cool announcement. Thanks to the efforts of club member Walt Cooney, there are 5 newly named asteroids in the sky. (53256) Sinitiere - Named for former BRAS Treasurer Bob Sinitiere (74439) Brenden - Named for founding member Craig Brenden (85878) Guzik - Named for LSU professor T. Greg Guzik (101722) Pursell - Named for founding member Wally Pursell
    [Show full text]
  • Materials Challenges for the Starshot Lightsail
    PERSPECTIVE https://doi.org/10.1038/s41563-018-0075-8 Materials challenges for the Starshot lightsail Harry A. Atwater 1*, Artur R. Davoyan1, Ognjen Ilic1, Deep Jariwala1, Michelle C. Sherrott 1, Cora M. Went2, William S. Whitney2 and Joeson Wong 1 The Starshot Breakthrough Initiative established in 2016 sets an audacious goal of sending a spacecraft beyond our Solar System to a neighbouring star within the next half-century. Its vision for an ultralight spacecraft that can be accelerated by laser radiation pressure from an Earth-based source to ~20% of the speed of light demands the use of materials with extreme properties. Here we examine stringent criteria for the lightsail design and discuss fundamental materials challenges. We pre- dict that major research advances in photonic design and materials science will enable us to define the pathways needed to realize laser-driven lightsails. he Starshot Breakthrough Initiative has challenged a broad nanocraft, we reveal a balance between the high reflectivity of the and interdisciplinary community of scientists and engineers sail, required for efficient photon momentum transfer; large band- Tto design an ultralight spacecraft or ‘nanocraft’ that can reach width, accounting for the Doppler shift; and the low mass necessary Proxima Centauri b — an exoplanet within the habitable zone of for the spacecraft to accelerate to near-relativistic speeds. We show Proxima Centauri and 4.2 light years away from Earth — in approxi- that nanophotonic structures may be well-suited to meeting such mately
    [Show full text]
  • Comparative Studies of Ancient Chinese and Greek Astronomy
    S-88 – Comparative Studies of Ancient Chinese and Greek Astronomy Ancient & Medieval Science Organizers: 1) Sun Xiaochun, (University of Chinese Academy of Sciences, China), [email protected] 2) Efythymios Nicolaidis, (Institute for Neohellenic Research, National Hellenic Research Foundation, Greece), [email protected] Abstract: This symposium is about ancient Greek and Chinese astronomy. The focus will be on the relationship between cosmological ideas, observations, and computational techniques in both traditions. The Greek astronomy arose from Babylonian antecedents and was developed into a tradition characteristic of geometrical models, culminating in Ptolemy’s almagest. Greek philosophical thought about universe, such as by Plato and Aristotle played an important role in the development of astronomy. The Chinese were good observers of celestial phenomena. They independently developed an arithmetical tradition of astronomical computation. Its connection with cosmological ideas was not as tight as that in Greek astronomy. The two traditions had encountered through various ways in pre- modern times, but still maintained their own characters. Speakers in this symposium will use original texts to compare cosmos, measurement, and computation in the two astronomical traditions. Keywords: Ancient Greek and Chinese Astronomy – Comarative Studies – Astronomical instruments – Cosmological ideas – Computational Techniques. Participants: • Fotini Asimakopoulou • GoEun Choi, GoEun Choi, Ki-Won Lee, Byeong-Hee Mihn, Youg Sook Ahn • Kim Sang Hyuk, Kim Sang Hyuk, Mihn Byeong-Hee, Ham Seon Young • Dirk L. Couprie • Wang Guangchao • Eun Hee Lee • Mao Dan, JIANG Xiaoyuan • Christopher Cullen • Xiaochun Sun, Fan Yang • Dmitri Panchenko • Fung Kam Wing • Liu Weimo .
    [Show full text]
  • Scientific Data Mining in Astronomy
    SCIENTIFIC DATA MINING IN ASTRONOMY Kirk D. Borne Department of Computational and Data Sciences, George Mason University, Fairfax, VA 22030, USA [email protected] Abstract We describe the application of data mining algorithms to research prob- lems in astronomy. We posit that data mining has always been fundamen- tal to astronomical research, since data mining is the basis of evidence- based discovery, including classification, clustering, and novelty discov- ery. These algorithms represent a major set of computational tools for discovery in large databases, which will be increasingly essential in the era of data-intensive astronomy. Historical examples of data mining in astronomy are reviewed, followed by a discussion of one of the largest data-producing projects anticipated for the coming decade: the Large Synoptic Survey Telescope (LSST). To facilitate data-driven discoveries in astronomy, we envision a new data-oriented research paradigm for astron- omy and astrophysics – astroinformatics. Astroinformatics is described as both a research approach and an educational imperative for modern data-intensive astronomy. An important application area for large time- domain sky surveys (such as LSST) is the rapid identification, charac- terization, and classification of real-time sky events (including moving objects, photometrically variable objects, and the appearance of tran- sients). We describe one possible implementation of a classification broker for such events, which incorporates several astroinformatics techniques: user annotation, semantic tagging, metadata markup, heterogeneous data integration, and distributed data mining. Examples of these types of collaborative classification and discovery approaches within other science disciplines are presented. arXiv:0911.0505v1 [astro-ph.IM] 3 Nov 2009 1 Introduction It has been said that astronomers have been doing data mining for centuries: “the data are mine, and you cannot have them!”.
    [Show full text]
  • Multiple Star Systems Observed with Corot and Kepler
    Multiple star systems observed with CoRoT and Kepler John Southworth Astrophysics Group, Keele University, Staffordshire, ST5 5BG, UK Abstract. The CoRoT and Kepler satellites were the first space platforms designed to perform high-precision photometry for a large number of stars. Multiple systems dis- play a wide variety of photometric variability, making them natural benefactors of these missions. I review the work arising from CoRoT and Kepler observations of multiple sys- tems, with particular emphasis on eclipsing binaries containing giant stars, pulsators, triple eclipses and/or low-mass stars. Many more results remain untapped in the data archives of these missions, and the future holds the promise of K2, TESS and PLATO. 1 Introduction The CoRoT and Kepler satellites represent the first generation of astronomical space missions capable of large-scale photometric surveys. The large quantity – and exquisite quality – of the data they pro- vided is in the process of revolutionising stellar and planetary astrophysics. In this review I highlight the immense variety of the scientific results from these concurrent missions, as well as the context provided by their precursors and implications for their successors. CoRoT was led by CNES and ESA, launched on 2006/12/27,and retired in June 2013 after an irre- trievable computer failure in November 2012. It performed 24 observing runs, each lasting between 21 and 152days, with a field of viewof 2×1.3◦ ×1.3◦, obtaining light curves of 163000 stars [42]. Kepler was a NASA mission, launched on 2009/03/07and suffering a critical pointing failure on 2013/05/11. It observed the same 105deg2 sky area for its full mission duration, obtaining high-precision light curves of approximately 191000 stars.
    [Show full text]
  • SEPTEMBER 2014 OT H E D Ebn V E R S E R V ESEPTEMBERR 2014
    THE DENVER OBSERVER SEPTEMBER 2014 OT h e D eBn v e r S E R V ESEPTEMBERR 2014 FROM THE INSIDE LOOKING OUT Calendar Taken on July 25th in San Luis State Park near the Great Sand Dunes in Colorado, Jeff made this image of the Milky Way during an overnight camping stop on the way to Santa Fe, NM. It was taken with a Canon 2............................. First quarter moon 60D camera, an EFS 15-85 lens, using an iOptron SkyTracker. It is a single frame, with no stacking or dark/ 8.......................................... Full moon bias frames, at ISO 1600 for two minutes. Visible in this south-facing photograph is Sagittarius, and the 14............ Aldebaran 1.4˚ south of moon Dark Horse Nebula inside of the Milky Way. He processed the image in Adobe Lightroom. Image © Jeff Tropeano 15............................ Last quarter moon 22........................... Autumnal Equinox 24........................................ New moon Inside the Observer SEPTEMBER SKIES by Dennis Cochran ygnus the Swan dives onto center stage this other famous deep-sky object is the Veil Nebula, President’s Message....................... 2 C month, almost overhead. Leading the descent also known as the Cygnus Loop, a supernova rem- is the nose of the swan, the star known as nant so large that its separate arcs were known Society Directory.......................... 2 Albireo, a beautiful multi-colored double. One and named before it was found to be one wide Schedule of Events......................... 2 wonders if Albireo has any planets from which to wisp that came out of a single star. The Veil is see the pair up-close.
    [Show full text]
  • Sky Notes by Neil Bone 2005 August & September
    Sky notes by Neil Bone 2005 August & September below Castor and Pollux. Mercury is soon ing June and July, it is still quite possible that Sun and Moon lost from view again, arriving at superior con- noctilucent clouds (NLC) could be seen into junction beyond the Sun on September 18. early August, particularly by observers at The Sun continues its southerly progress along Venus continues its rather unfavourable more northerly locations. Quite how late into the ecliptic, reaching the autumnal equinox showing as an ‘Evening Star’. Although it August NLC can be seen remains to be deter- position at 22h 23m Universal Time (UT = pulls out to over 40° elongation east of the mined: there have been suggestions that the GMT; BST minus 1 hour) on September 22. Sun during September, Venus is also heading visibility period has become longer in recent At that precise time, the centre of the solar southwards, and as a result its setting-time years. Observational reports will be welcomed disk is positioned at the intersection between after the Sun remains much the same − barely by the Aurora Section. the celestial equator and the ecliptic, the latter an hour − during this interval. Although bright While declining sunspot activity makes great circle on the sky being inclined by 23.5° at magnitude −4, Venus will be quite tricky major aurorae extending to lower latitudes to the former. Calendrical autumn begins at the to catch in the early twilight: viewing cir- less likely, the appearance of coronal holes equinox, but amateur astronomers might more cumstances don’t really improve until the in the latter parts of the cycle does bring the readily follow meteorological timing, wherein closing weeks of 2005.
    [Show full text]
  • A Basic Requirement for Studying the Heavens Is Determining Where In
    Abasic requirement for studying the heavens is determining where in the sky things are. To specify sky positions, astronomers have developed several coordinate systems. Each uses a coordinate grid projected on to the celestial sphere, in analogy to the geographic coordinate system used on the surface of the Earth. The coordinate systems differ only in their choice of the fundamental plane, which divides the sky into two equal hemispheres along a great circle (the fundamental plane of the geographic system is the Earth's equator) . Each coordinate system is named for its choice of fundamental plane. The equatorial coordinate system is probably the most widely used celestial coordinate system. It is also the one most closely related to the geographic coordinate system, because they use the same fun­ damental plane and the same poles. The projection of the Earth's equator onto the celestial sphere is called the celestial equator. Similarly, projecting the geographic poles on to the celest ial sphere defines the north and south celestial poles. However, there is an important difference between the equatorial and geographic coordinate systems: the geographic system is fixed to the Earth; it rotates as the Earth does . The equatorial system is fixed to the stars, so it appears to rotate across the sky with the stars, but of course it's really the Earth rotating under the fixed sky. The latitudinal (latitude-like) angle of the equatorial system is called declination (Dec for short) . It measures the angle of an object above or below the celestial equator. The longitud inal angle is called the right ascension (RA for short).
    [Show full text]
  • By John Dobson San Francisco Sidewalk Astronomers
    the newsletter of the QUEEN ELIZABET H PLANETARIUM SUMMER 198 0 and the EDMONTON CENTRE, RAS C 50$ y SPECIAL TELESCOP E ISSU E NOW PLAYIN G AT QUEEN PlANETARiUM A spectacular celestial event was witnessed by th e ancien t Sumeria n civilizatio n an d ""VELA recorded i n thei r mysteriou s cuneifor m writing. Wha t wa s it ? Th e Vela Apparition APPARITION blends archaeolog y wit h astronom y i n a search for the origins o f civilzation. 3 P M and 8 P M Daily one The night sk y i s a fascinating -realm. Stars, nebulae, an d galaxie s ar e scattere d SUMMER'S throughout infinity . Join us for a tour of the sights o f th e summertim e sky . Rela x and NIGHT enjoy an evening at the Planetarium durin g One Summer's Night. 9PM Dail y A special show for special people age 3 to 7. A Fantasy O f Stars chronicle s th e FANTASY adventures o f Harol d th e Her o a s h e ventures int o th e nigh t sk y t o mee t th e constellations. A reduced admission of only o, STARS 50C for everyon e applies to thi s 3 5 minute live presentation. For more •information , „ , please phone th re Planetariu•• , , 1:3m at 0 P M Wed . and Sun . 455-0119 Vol. 2 5 No . 1 0 StOPCll SUMMER 198 0 Have Telescopes , Will Travel JOH N DOBSO N 1 0 People came from all over the city by bus, by car, by bicycle, and by foot to look through the telescope.
    [Show full text]
  • Astroinformatics: Image Processing and Analysis of Digitized Astronomical Data with Web-Based Implementation
    ASTROINFORMATICS: IMAGE PROCESSING AND ANALYSIS OF DIGITIZED ASTRONOMICAL DATA WITH WEB-BASED IMPLEMENTATION N. Kirov(1;2), O. Kounchev(2), M. Tsvetkov(3) (1)Computer Science Department, New Bulgarian University (2)Institute of Mathematics and Informatics, Bulgarian Academy of Sciences (3)Institute of Astronomy, Bulgarian Academy of Sciences [email protected], [email protected], [email protected] ABSTRACT The newly born area of Astroinformatics has arisen as an interdisciplinary domain from Astronomy and Information and Communication Technologies (ICT). Recently, four institutes of the Bulgarian Academy of Sciences launched a joint project called “Astroinformatics”. The main goal of the project is the development of methods and techniques for preservation and exploitation of the scientific, cultural and historic heritage of the astronomical observations. The Wide-Field Plate Data Base is an ICT project of the Institute of Astronomy, which has been launched in 1991, supported by International Astronomic Union [1]. Now over two million photographic plates, obtained with professional telescopes at 125 observatories worldwide, are identified and collected in this database. Digitization of photographic plates is an actual task for astronomical society. So far 150 000 plates have been digitized through several European research programs. As a result, a huge amount of data is collected (with about 2TB in size). The access, manipulation and data mining of this data is a serious challenge for the ICT community. In this article we discuss goals, tasks and achieve- ments in the area of Astroinformatics. 1 THE WIDE-FIELD PLATE DATA BASE The basic information for all wide-field (> 1o) photographic astronomical plate archives and for their content, stored in many observatories is collected in the Wide-Field Plate Database (WFPDB, skyarchive.org), established in 1991 and developed in the Institute of Astronomy, Bulgar- ian Academy of Sciences.
    [Show full text]