Shape Descriptors in Morphological Galaxy Classification

Size: px
Start display at page:

Download "Shape Descriptors in Morphological Galaxy Classification"

Transcription

1 Shape Descriptors in Morphological Galaxy Classification Ishita Dutta 1, S. Banerjee 2 & M. De 3 1&2 Department of Natural Science, West Bengal University of Technology 3 Department of Engineering and Technological Studies, University of Kalyani idutta_kalyani@yahoo.co.in 1, bsreeparna1@rediffmail.com 2, demallika@yahoo.com 3 Abstract A Morphological Classification of Galaxies is an important step towards the understanding of the origin of the Universe. Shape descriptors could be useful indicators in classifying galaxy shapes. Galaxy images obtained from different modalities using different regions of the electromagnetic spectrum are preprocessed and expressed as chain codes for efficient computation. Shape matching between these galaxy images with the prototype images of Hubble is performed using Principal Component Analysis (PCA). Then Euclidean distance between the score values of candidate and prototype images were computed and the proper class for each of the candidate images is obtained. Promising results are discussed and the overall accuracy of classification is 87%. I. INTRODUCTION Galaxies are gravitationally bound celestial entities composed of gas, dust, and billions of stars. Galaxies form over billions of years, and their morphology essentially their shape and general visual appearance gives astronomers much information about their composition and their evolution. Galaxy classification is important because astrophysicists frequently make use of large catalogues of information to test existing theories against, or to form new conjectures to explain the physical processes governing galaxies, star formation, and the nature of the universe. This paper represents our attempts to automate galaxy classification using EFD [1] [2]. The paper is structured in the following way: Section 2 introduces Galaxy Classification, Section 3 describes Earlier Work, Section 4 discusses the methodologies applied in detail. Section 5 presents experimental results, and our Discussions are in Section 6. II. GALAXY CLASSIFICATION Morphological galaxy classification is a system used by astronomers to classify galaxies based on their structure and appearance. The most common classification scheme is the system devised by Sir Edwin Hubble in 1936 [9]. This scheme is commonly referred to as the "Hubble Tuning Fork" and is shown in the figure 1. In this figure the following shapes are depicted: Elliptical: E0, E3, E5, E7 Spiral: S0, Sa, Sb, Sc Barred spiral: SBa, SBb, SBc The barred spiral galaxy is a spiral galaxy with a band of bright stars emerging from the center and running across the middle of the galaxy. In Hubble tuning fork it is classified as "SB" (spiral, barred) ranged them into three sub-categories based on how open the arms of the spiral are. SBa types feature tightly bound arms, while SBc types are at the other extreme and have loosely bound arms. SBb-type galaxies lie in between. E or Elliptical galaxies are featureless objects with elliptical isophotes (these elliptical shapes contain old stars and are referred to as bulges). S0 and SB0 are essentially disk galaxies without spiral structures and are often referred to as lenticular galaxies, which contain both disks (where star creation activity can take place) and bulges. Spiral galaxies are in the development stage, with star formation occurring in the discs, bars and spiral arms all of which have different intensities (show up as different colors) III. EARLIER WORK Guo et al. [3] developed a new classifications framework for quantitative galaxy classification using irregular shape symmetry measures. Before analyzing the galaxy shape, they performed image segmentation to separate the target object from the background which is adopted in our paper as preprocessing work. Then all the classes such as Bilateral symmetry and rotational symmetry galaxy (BR), Rotational symmetry galaxy (R), Bilateral symmetry galaxy (B) and Irregular galaxy (Ir) are defined by geometric operations. 136

2 Kasivajhula et al. [4] performed a comparative study between three machine learning algorithms i.e. Support Vector Machines (SVM), Random Forests (RF), and Naïve Bayes (NB) as applied to morphological galaxy classification. For this purpose morphic feature by image analysis and data compressed through PCA [5] are used and it is shown that RF performed better than SVM and NB. Also, morphic features were found to be more effective than PCA [5] features. Odewahn et al. [6] and Butler [7] use automated surface photometry and pattern classification techniques to morphologically classify galaxies. In this paper a two-dimensional light distribution of a galaxy is reconstructed using Fourier series fits to azimuthal profiles computed in concentric elliptical annuli centered on the galaxy. Both the phase and amplitude of each Fourier component have been studied as a function of radial bin number for a large collection of galaxy images using principal-component analysis. In another paper Butler [7] used the Fourier technique presented in Odewahn et al. to reconstruct the images of one barred spiral galaxy and one nonbarred spiral galaxy for which the method worked well. A variant of the PCA [5] based classification method is adopted by Luminita et al. [8] in which the system of principal directions of each class reflects the tendencies of that class and if a new example has to be assigned to one of the classes (Spiral or Elliptical), the comparison between the current system and the system that would result by assigning the example to the class supplies information about the consequences or disturbance on the class features implied by the decision concerning this assignment. Although Fourier Descriptor and PCA [5] have been used extensively for galaxy classification, no work appears to have been done in using the EFD [1] [2] for the classification of galaxies. IV. GALAXY CLASSIFICATION USING EFD The architecture of our process is divided into two main phase. In the Image Preprocessing phase, each galaxy image is enhanced and morphological operations are performed to remove extraneous noise. In the second stage, post-processing is carried out. The contours are encoded in the Freeman chain code [10] form and then approximated with the first twenty coefficients of Elliptic Fourier Descriptors [1] [2] which are subsequently renormalized. A Principal Component Analysis (PCA) [5] is then performed and the Euclidean distances between the candidate images we have used and the prototype images obtained from Hubble Tuning Fork [9] are computed. The best match corresponds to the minimum Euclidean distance between the candidate and prototype image, and the classification obtained from the prototype image is taken to be the class of the candidate image. Details of pre-processing and postprocessing are described below. 4.1 Image Preprocessing The flowchart for the image pre-processing operations is described in Figure 2. Because the Galaxy images from satellite data are not same size and scale and have noise it is difficult to classify them. Hence, preprocessing operations are performed. Input images are first digitized and subsequently Otsu's method [11] is applied with a small offset 0.01 to threshold the images. This method is applied for automatic binarization level decision, based on the shape of the histogram. Next, we perform a morphological opening operation [3] [12] [13] on the resulting black-white image to remove small objects. This is followed by a flood-filling operation [3] [12] [13] to fill all objects with holes. After that an open source package SHAPE developed by Iwata and Ukai [14] has been used for shape analysis, described in the Image Post-processing subsection. Fig.1: Hubble s classification scheme Fig. 2 : Flowchart of pre-processing work 137

3 4.2 Image Post-Processing In the second phase of our project we use mainly an open source package SHAPE proposed by Kuhl and Giardina [2], which can delineate any type of shape with a closed two-dimensional contour. After the noise removal of the galaxy images, shape analysis, which constitutes the post-processing phase described in Figure 3, is performed. First the contours are chain coded using Freeman's chain code [10]. SHAPE [1] [2] was used to chain code the contours, then approximate the shapes with the first 20 harmonics of the Elliptic Fourier descriptors (EFD) [1] [2], normalize the EFD coefficients [1] [2]. The coefficients of the EFDs [1][2] are subsequently normalized to be invariant with respect to the size, rotation, and starting point, with the procedure based on the ellipse of the first harmonic. The principal component analysis is then performed of the coefficients of the EFDs [1] [2]. This performance is done based on the variance-covariance matrix of the coefficients. The scores of the derived principal components are also calculated and stored in text format files, which can be provided as input files for the various subsequent analyses. This process was performed both for candidate and prototype images. Then the Euclidean distance between a particular candidate image and all the model images are calculated and the best match is chosen. components of each image and the Euclidean distance between the score values of each candidate image with all the model images are computed. Then the average distance is computed and the minimum value is considered as the best match. Since we considered three Principal components for each image the asymmetry due to the bar and arms of spiral and barred spiral galaxy can be differentiated properly. Fig. 4 : Original image and Output of the pre-processing work Fig. 3 : Flowchart of post-processing work V. RESULTS The algorithm was tested using 50 images. Among them 42 images matched with Hubble's scheme. The output of the pre-processing work is shown in Figure 4. In case of morphological opening operation the structuring element is a disk shaped with a radius of 60 pixels. The Structuring element is 60 pixels in diameter. The classification obtained from shape matching of Candidate & Prototype images are shown in Table 1 for some chosen images. Here we consider three principal Table 1. Classification obtained from shape matching of Candidate & Prototype images VI. RESULTS AND FUTURE WORK In this paper, Galaxy classification was performed using Elliptic Fourier Descriptors and subsequently, Principal Component Analysis (PCA) [5] was used for dimensionality reduction.for this purpose Hubble Tuning Fork [9] images were used as model/prototype images. The whole process was carried out in two phases. First of all some prepossessing is done to 138

4 remove noise, threshols the image and extract the shapes. These contours were subsequently chain coded and the EFDs [1,2] were obtained using the SHAPE package [14These were used to extract the score values of principal components of the images. These values, in turn, were matched with the score values of the model patterns of Hubble which had been similarly postprocessed. Thus the proper classification was obtained for each candidate image. The overall agreement is 84% for this algorithm. Galaxy shapes have been analyzed based either on their luminosity and color or directly on the shapes. Odewahn et.al.[6] and Butler [6] have used the luminosity of galaxies to interpret their shape. The Fourier components of light distribution from galaxies have been studied and analyzed. However, only the first PCA has been considered and so asymmetries like bars and arms cannot always be detected. Besides, only a few galaxies have been studied. Our method compares PCAs of candidate images with model images using two principal components : aspect and curvature. Most of the previous work based on shape analysis focused on characterizing asymmetries or were restrcted to rotational symmetry within an existing framework. Guo et. al. [3] have quantized the imperfect symmetry measures using geometric transformation. Our method performs a shape based analysis of galaxies using EFDs [1] and PCA decomposition using SHAPE [14], a software package that has been successfully used to study biological shapes. This method gives an actual comparison with geometric shapes rather than computing the degree of asymmetry. This method using EFD has been successfully applied to the study of tornado shapes [1]. Furthermore, Like Guo et. al. [3], this method, being a shape based method rather than a color or luminosity based method, can be extended to other astronomical objects like galaxy clusters, nebulae and nebulae clusters. Fig. 5 : ROC Curve Our results compare well with other methods. Kasivajhula et al. [4] performed a comparative study between three classification techniques used in the literature, namely Random Forest with morphic features only (RF), Support Vector Machines (SVM) and Naiive Bayes classifier (NB) and found that RF gives the best results with 85.72% correct classification accuracy, followed by SVM with % and NB least with 79.91%. The PCA based classification technique [8] gave classification accuracies ranging from 60% using 5 training samples, and 95 % for 35 training samples. The perceptron based method [15} gives a correct classification of 75%-85% depending on image dimensions (i.e. best with image size 16x16 and decreasing with image sizes 12x12 and 8x8) but more or less independent of image size. Our method gives an overall accuracy of 87% (AUC), is simple to implement, does not depend on number of training samples and can be applied to realistic image sizes. Future work to improve classification accuracy includes incorporating more training data. With more data, a statistical analysis can be performed to ascertain the accuracy, quantitatively. VII. ACKNOWLEDGMENTS Table 2: Results of classification using Receiver Operating Characteristic Analysis (ROC). The ROC curve is given in Figure 5. The Area Under the Curve (AUC) is 87% which indicates the overall accuracy of our method. ID and SB wish to acknowledge a research grant from University Grants Commission (UGC) of the Government of India (F: (09)) for funding of this research. VIII. REFERENCES [1] M.A. Abidi and R.C. Gonzalez. Shape Decomposition Using Elliptic Fourier Descriptors, Proceedings. 8th.IEEE South-east 139

5 Symposium on System Theory, Knoxville, TN, 53-61, 1986 [2] F P Kuhl and C R Giardina, Elliptic Fourier features of a closed contour, Computer Graphics and Image Processing, 18, , 1982 [3] Q. Guo, F. Guo and J. Shao. Irregular Shape Symmetry Analysis: Theory and Application to Quantitative Galaxy Classification, IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 32, NO. 10, OCTOBER [4] S. Kasivajhula, N. Raghavan and H. Shah. Morphological Galaxy Classification Using Machine Learning, pp1-5 [5] Calleja J., Fuentes O., Machine Learning and Image Analysis for Morphological Galaxy Classification. Monthly Notices of the Royal Astronomical Society, Vol. 24, pp , [6] S. C. Odewahn, S. H. Cohen, R. A. Windhorst, and N. S. Philip. Automated Galaxy Morphology: A Fourier Approach, ApJ, 568, 539, 2002 [7] A. R. Butler. Development of a Fourier Technique for Automated Spiral Galaxy Classification, Bulletin of American Astronomical Society Meeting 209, vol. 38 p. 923 (2007). [8] L. State, D. Constantin and C. Sararu. PCA Approach on Morphological Classification of Galaxies, IEEE Systems Signals and Image Processing, Chalkida Greece, IWSSIP 2009, /09, pp1-4, 2009 [9] E.P. Hubble. The Realm of the Nebulae, New Haven, [10] H. Freeman. On encoding of arbitrary geometric configurations, IRE Transactions on Electronic computers EC 10, , 1961 [11] N. Otsu. A Threshold Selection Method from Gray-Level Histograms, IEEE Trans. Systems, Man, and Cybernetics, vol. 9, no. 1, pp , 1979 [12] K.R. Castleman. Digital Image Processing, Prentice Hall, [13] R.C. Gonzalez, R.E. Woods. Digital Image Processing, second ed. Prentice Hall, [14] H. Iwata and Y. Ukai. SHAPE: A Computer Program Package for Quantitative Evaluation of Biological Shapes, Journal of Heredity, 93(5), ,2002 [15] J. Calleja and O. Fuentes. Automated classification of galaxy images. Proceedings of the Eight International Conference on Knowledge-Based Intelligent Information and Engineering Systems, 3215, September

An Algorithm for Pre-Processing of Satellite Images of Cyclone Clouds

An Algorithm for Pre-Processing of Satellite Images of Cyclone Clouds An Algorithm for Pre-Processing of Satellite Images of Cyclone Clouds Ishita Dutta West Bengal University of Technology BF-142 Sector I Salt Lake Kolkata 700064, India Mallika De University of Kalyani

More information

View of the Galaxy from within. Lecture 12: Galaxies. Comparison to an external disk galaxy. Where do we lie in our Galaxy?

View of the Galaxy from within. Lecture 12: Galaxies. Comparison to an external disk galaxy. Where do we lie in our Galaxy? Lecture 12: Galaxies View of the Galaxy from within The Milky Way galaxy Rotation curves and dark matter External galaxies and the Hubble classification scheme Plotting the sky brightness in galactic coordinates,

More information

Classifying Galaxy Morphology using Machine Learning

Classifying Galaxy Morphology using Machine Learning Julian Kates-Harbeck, Introduction: Classifying Galaxy Morphology using Machine Learning The goal of this project is to classify galaxy morphologies. Generally, galaxy morphologies fall into one of two

More information

Lecture 27 Galaxy Types and the Distance Ladder December 3, 2018

Lecture 27 Galaxy Types and the Distance Ladder December 3, 2018 Lecture 27 Galaxy Types and the Distance Ladder December 3, 2018 1 2 Early Observations Some galaxies had been observed before 1900 s. Distances were not known. Some looked like faint spirals. Originally

More information

SKINAKAS OBSERVATORY. Astronomy Projects for University Students PROJECT GALAXIES

SKINAKAS OBSERVATORY. Astronomy Projects for University Students PROJECT GALAXIES PROJECT 7 GALAXIES Objective: The topics covered in the previous lessons target celestial objects located in our neighbourhood, i.e. objects which are within our own Galaxy. However, the Universe extends

More information

Galaxies The Hubble Sequence Different Types of Galaxies 4 broad Morphological Types created by Edwin Hubble Galaxies come is a variety of shapes and

Galaxies The Hubble Sequence Different Types of Galaxies 4 broad Morphological Types created by Edwin Hubble Galaxies come is a variety of shapes and Galaxies The Hubble Sequence Different Types of Galaxies 4 broad Morphological Types created by Edwin Hubble Galaxies come is a variety of shapes and sizes Edwin Hubble classified the galaxies into four

More information

Inferring Galaxy Morphology Through Texture Analysis

Inferring Galaxy Morphology Through Texture Analysis Inferring Galaxy Morphology Through Texture Analysis 1 Galaxy Morphology Kinman Au, Christopher Genovese, Andrew Connolly Galaxies are not static objects; they evolve by interacting with the gas, dust

More information

BHS Astronomy: Galaxy Classification and Evolution

BHS Astronomy: Galaxy Classification and Evolution Name Pd Date BHS Astronomy: Galaxy Classification and Evolution This lab comes from http://cosmos.phy.tufts.edu/~zirbel/ast21/homework/hw-8.pdf (Tufts University) The word galaxy, having been used in English

More information

An Introduction to Galaxies and Cosmology. Jun 29, 2005 Chap.2.1~2.3

An Introduction to Galaxies and Cosmology. Jun 29, 2005 Chap.2.1~2.3 An Introduction to Galaxies and Cosmology Jun 29, 2005 Chap.2.1~2.3 2.1 Introduction external galaxies normal galaxies - majority active galaxies - 2% high luminosity (non-stellar origin) variability

More information

Laboratory: Milky Way

Laboratory: Milky Way Department of Physics and Geology Laboratory: Milky Way Astronomy 1402 Equipment Needed Quantity Equipment Needed Quantity Milky Way galaxy Model 1 Ruler 1 1.1 Our Milky Way Part 1: Background Milky Way

More information

Galaxies. Lecture Topics. Lecture 23. Discovering Galaxies. Galaxy properties. Local Group. History Cepheid variable stars. Classifying galaxies

Galaxies. Lecture Topics. Lecture 23. Discovering Galaxies. Galaxy properties. Local Group. History Cepheid variable stars. Classifying galaxies Galaxies Lecture 23 APOD: NGC 3628 (The Hamburger Galaxy) 1 Lecture Topics Discovering Galaxies History Cepheid variable stars Galaxy properties Classifying galaxies Local Group 2 23-1 Discovering Galaxies

More information

LET S MAKE A PORTRAIT OF A GALAXY

LET S MAKE A PORTRAIT OF A GALAXY LET S MAKE A PORTRAIT OF A GALAXY Veselka S. Radeva EAAE Summer School Working Group (Bulgaria) Abstract The goal of the exercise is for students to learn about the different types of galaxies, about the

More information

Galaxy Morphology. - a description of the structure of galaxies

Galaxy Morphology. - a description of the structure of galaxies Galaxy Morphology - a description of the structure of galaxies Galaxy Morphology - a description of the structure of galaxies Galaxy Morphology - a description of the structure of galaxies Clearly astronomical

More information

AUTOMATIC MORPHOLOGICAL CLASSIFICATION OF GALAXIES. 1. Introduction

AUTOMATIC MORPHOLOGICAL CLASSIFICATION OF GALAXIES. 1. Introduction AUTOMATIC MORPHOLOGICAL CLASSIFICATION OF GALAXIES ZSOLT FREI Institute of Physics, Eötvös University, Budapest, Pázmány P. s. 1/A, H-1117, Hungary; E-mail: frei@alcyone.elte.hu Abstract. Sky-survey projects

More information

ASTRO504 Extragalactic Astronomy. 2. Classification

ASTRO504 Extragalactic Astronomy. 2. Classification ASTRO504 Extragalactic Astronomy 2. Classification Morphological classification Elliptical (E) galaxies Lenticular (SO) galaxies Spiral (S) galaxies Irregular (Im) galaxies The realm of nebulae Hubble

More information

THE HUBBLE SEQUENCE. This use case explores the morphology of galaxies and their classification according to the Hubble Sequence.

THE HUBBLE SEQUENCE. This use case explores the morphology of galaxies and their classification according to the Hubble Sequence. THE HUBBLE SEQUENCE G. Iafrate (a), M. Ramella (a) e V. Bologna (b) (a) INAF - Astronomical Observatory of Trieste (b) Istituto Comprensivo S. Giovanni - Sc. Sec. di primo grado M. Codermatz" - Trieste

More information

Normal Galaxies ASTR 2120 Sarazin

Normal Galaxies ASTR 2120 Sarazin Normal Galaxies ASTR 2120 Sarazin Test #2 Monday, April 8, 11-11:50 am ASTR 265 (classroom) Bring pencils, paper, calculator You may not consult the text, your notes, or any other materials or any person

More information

Figure 1: (Image Credit)

Figure 1: (Image Credit) Ricky Leon Murphy HET609 Semester 1 2005 Project 83 May 30, 2005 Spiral Galaxy Morphology and a Comparison of Four Spiral Galaxies Stars are grouped into island universes called galaxies and there are

More information

Galaxies: Classification. Galaxy Classification. galaxies; late types : spiral galaxies, Not an evolutionary sequence!

Galaxies: Classification. Galaxy Classification. galaxies; late types : spiral galaxies, Not an evolutionary sequence! 17 1 Galaxies: lassification Galaxy lassification 17 2 1920s: Hubble and others: classification of galaxies orphology: ppearance on photographs, photographic emulsion is blue sensitive Warning: scheme

More information

Practice Test: ES-5 Galaxies

Practice Test: ES-5 Galaxies Class: Date: Practice Test: ES-5 Galaxies Multiple Choice Identify the letter of the choice that best completes the statement or answers the question. Light Years * The distance between stars and galaxies

More information

It is about 100,000 ly across, 2,000 ly thick, and our solar system is located 26,000 ly away from the center of the galaxy.

It is about 100,000 ly across, 2,000 ly thick, and our solar system is located 26,000 ly away from the center of the galaxy. The Galaxies The Milky Way Galaxy Is a spiral galaxy in which our solar system is located. The center of the galaxy lies in the Sagittarius Constellation. It is about 100,000 ly across, 2,000 ly thick,

More information

Lecture #21: Plan. Normal Galaxies. Classification Properties Distances

Lecture #21: Plan. Normal Galaxies. Classification Properties Distances Lecture #21: Plan Normal Galaxies Classification Properties Distances Messier 31 = M31 Early 20 th Century The Great Debate (4/26/1920): Harlow Shapley (Mt Wilson) vs Heber Curtis (Lick Observatory) Smithsonian

More information

THE HUBBLE SEQUENCE. Information and contacts: -

THE HUBBLE SEQUENCE. Information and contacts:  - THE HUBBLE SEQUENCE G. Iafrate (a), M. Ramella (a) e V. Bologna (b) (a) INAF - Astronomical Observatory of Trieste (b) Istituto Comprensivo S. Giovanni - Sc. Sec. di primo grado M. Codermatz" - Trieste

More information

Galaxies. Need a (physically) meaningful way of describing the relevant properties of a galaxy.

Galaxies. Need a (physically) meaningful way of describing the relevant properties of a galaxy. Galaxies Aim to understand the characteristics of galaxies, how they have evolved in time, and how they depend on environment (location in space), size, mass, etc. Need a (physically) meaningful way of

More information

Clicker Question: Galaxy Classification. What type of galaxy do we live in? The Variety of Galaxy Morphologies Another barred galaxy

Clicker Question: Galaxy Classification. What type of galaxy do we live in? The Variety of Galaxy Morphologies Another barred galaxy Galaxies Galaxies First spiral nebula found in 1845 by the Earl of Rosse. Speculated it was beyond our Galaxy. 1920 - "Great Debate" between Shapley and Curtis on whether spiral nebulae were galaxies beyond

More information

2. Can observe radio waves from the nucleus see a strong radio source there Sagittarius A* or Sgr A*.

2. Can observe radio waves from the nucleus see a strong radio source there Sagittarius A* or Sgr A*. 7/7 The Nucleus of the MW its center 1. Can t see the nucleus in visible light too much stuff in the way. 2. Can observe radio waves from the nucleus see a strong radio source there Sagittarius A* or Sgr

More information

The Galaxy. (The Milky Way Galaxy)

The Galaxy. (The Milky Way Galaxy) The Galaxy (The Milky Way Galaxy) Which is a picture of the Milky Way? A A is what we see from Earth inside the Milky Way while B is what the Milky Way might look like if we were far away looking back

More information

Group Member Names: You may work in groups of two, or you may work alone. Due November 20 in Class!

Group Member Names: You may work in groups of two, or you may work alone. Due November 20 in Class! Galaxy Classification and Their Properties Group Member Names: You may work in groups of two, or you may work alone. Due November 20 in Class! Learning Objectives Classify a collection of galaxies based

More information

Lecture 14: Other Galaxies A2020 Prof. Tom Megeath. The Milky Way in the Infrared 3/17/10. NGC 7331: the Milky Way s Twins. Spiral Galaxy bulge halo

Lecture 14: Other Galaxies A2020 Prof. Tom Megeath. The Milky Way in the Infrared 3/17/10. NGC 7331: the Milky Way s Twins. Spiral Galaxy bulge halo Lecture 14: Other Galaxies A2020 Prof. Tom Megeath Our Galaxy: Side View We see our galaxy edge-on Primary features: Disk: young and old stars where we live. Bulge: older stars Halo: oldest stars, globular

More information

INSIDE LAB 9: Classification of Stars and Other Celestial Objects

INSIDE LAB 9: Classification of Stars and Other Celestial Objects INSIDE LAB 9: Classification of Stars and Other Celestial Objects OBJECTIVE: To become familiar with the classification of stars by spectral type, and the classification of celestial objects such as galaxies.

More information

GALAXIES. I. Morphologies and classification 2. Successes of Hubble scheme 3. Problems with Hubble scheme 4. Galaxies in other wavelengths

GALAXIES. I. Morphologies and classification 2. Successes of Hubble scheme 3. Problems with Hubble scheme 4. Galaxies in other wavelengths GALAXIES I. Morphologies and classification 2. Successes of Hubble scheme 3. Problems with Hubble scheme 4. Galaxies in other wavelengths 5. Properties of spirals and Irregulars. Hubble tuning-fork diagram.

More information

Kyle Lackey PHYS

Kyle Lackey PHYS Kyle Lackey PHYS 730 9-23-15 Galaxies Large systems of gas, dust, stars, and dark matter orbiting around a common center of mass. We estimate that roughly 185 billion galaxies exist within the observable

More information

The Milky Way & Galaxies

The Milky Way & Galaxies The Milky Way & Galaxies The Milky Way Appears as a milky band of light across the sky A small telescope reveals that it is composed of many stars (Galileo again!) Our knowledge of the Milky Way comes

More information

The physical properties of galaxies in Universe

The physical properties of galaxies in Universe The physical properties of galaxies in Universe Iurii Babyk, Dublin Institute for Advanced Studies, Dublin City University, Main Astronomical Observatory of the NAS of Ukraine. Introduction Large-Scale

More information

A PRELIMINARY CLASSIFICATION SCHEME FOR THE CENTRAL REGIONS OF LATE-TYPE GALAXIES

A PRELIMINARY CLASSIFICATION SCHEME FOR THE CENTRAL REGIONS OF LATE-TYPE GALAXIES A PRELIMINARY CLASSIFICATION SCHEME FOR THE CENTRAL REGIONS OF LATE-TYPE GALAXIES SIDNEY VAN DEN BERGH* Dominion Astrophysical Observatory, National Research Council 5071 West Saanich Road, Victoria, B.C.,

More information

Introduction to Galaxies

Introduction to Galaxies Introduction to Galaxies History Famous Galaxies Catalogs and Atlases Classification Schemes What is a galaxy? - A gravitationally bound collection of stars - A galaxy has 10 6 to 10 12 stars - Participates

More information

An analogy. "Galaxies" can be compared to "cities" What would you like to know about cities? What would you need to be able to answer these questions?

An analogy. Galaxies can be compared to cities What would you like to know about cities? What would you need to be able to answer these questions? An analogy "Galaxies" can be compared to "cities" What would you like to know about cities? how does your own city look like? how big is it? what is its population? history? how did it develop? how does

More information

2 Galaxy morphology and classification

2 Galaxy morphology and classification 2 Galaxy morphology and classification Galaxy classification is an important first step towards a physical understanding of the nature of these objects. For a detailed description of classification systems

More information

Morphology The Study of the Basic Pattern of Things

Morphology The Study of the Basic Pattern of Things Morphology The Study of the Basic Pattern of Things Fundamental Considerations Different libraries of galaxies are liable to lead to the ID of different classes Images in library must be homogeneous (filter,

More information

How did the universe form? 1 and 2

How did the universe form? 1 and 2 Galaxies How did the universe form? 1 and 2 Galaxies Astronomers estimate that 40 billion galaxies exist in the observable universe The universe may contain over 100 billion galaxies Even a modest-sized

More information

STRUCTURE AND DYNAMICS OF GALAXIES

STRUCTURE AND DYNAMICS OF GALAXIES STRUCTURE AND DYNAMICS OF GALAXIES 3., classification of galaxies Piet van der Kruit Kapteyn Astronomical Institute University of Groningen, the Netherlands www.astro.rug.nl/ vdkruit Beijing, September

More information

Galaxies. What is a Galaxy? A bit of History. A bit of History. Three major components: 1. A thin disk consisting of young and intermediate age stars

Galaxies. What is a Galaxy? A bit of History. A bit of History. Three major components: 1. A thin disk consisting of young and intermediate age stars What is a Galaxy? Galaxies A galaxy is a collection of billions of stars, dust, and gas all held together by gravity. Galaxies are scattered throughout the universe. They vary greatly in size and shape.

More information

Galaxy classification

Galaxy classification Galaxy classification Questions of the Day What are elliptical, spiral, lenticular and dwarf galaxies? What is the Hubble sequence? What determines the colors of galaxies? Top View of the Milky Way The

More information

Outline. The Rotation of the Galaxy. Astronomy: The Big Picture

Outline. The Rotation of the Galaxy. Astronomy: The Big Picture I decided to cancel class next week! No homework until you get back. Honor credit need to have those papers soon! Exam 2 Grades are posted. Nighttime observing should be posted today. Interest in grade

More information

Lecture Two: Galaxy Morphology:

Lecture Two: Galaxy Morphology: Lecture Two: Galaxy Morphology: Looking more deeply at the Hubble Sequence Galaxy Morphology How do you quantify the properties of galaxies? and how do you put them in groups which allow you to study physically

More information

Analyzing Spiral Galaxies Observed in Near-Infrared

Analyzing Spiral Galaxies Observed in Near-Infrared Analyzing Spiral Galaxies Observed in Near-Infrared Preben Grosbøl European Southern Observatory Karl-Schwarzschild-Str. 2, D-85748 Garching, Germany Abstract A sample of 54 spiral galaxies was observed

More information

The Classification of Galaxies

The Classification of Galaxies Admin. 11/9/17 1. Class website http://www.astro.ufl.edu/~jt/teaching/ast1002/ 2. Optional Discussion sections: Tue. ~11.30am (period 5), Bryant 3; Thur. ~12.30pm (end of period 5 and period 6), start

More information

24.1 Hubble s Galaxy Classification

24.1 Hubble s Galaxy Classification Chapter 24 Galaxies Units of Chapter 24 24.1 Hubble s Galaxy Classification 24.2 The Distribution of Galaxies in Space 24.3 Hubble s Law 24.4 XXActive Galactic Nuclei XXRelativistic Redshifts and Look-Back

More information

Lecture 2: Galaxy types, spectra

Lecture 2: Galaxy types, spectra Lecture 2: Galaxy types, spectra Galaxies AS 3011 1 Hubble tuning fork this is really just descriptive, but Hubble suggested galaxies evolve from left to right in this picture not unreasonable, perhaps

More information

Lecture 2: Galaxy types, spectra. Galaxies AS

Lecture 2: Galaxy types, spectra. Galaxies AS Lecture 2: Galaxy types, spectra Galaxies AS 3011 1 Hubble tuning fork this is really just descriptive, but Hubble suggested galaxies evolve from left to right in this picture not unreasonable, perhaps

More information

April 11, Astronomy Notes Chapter 16.notebook. Types of Galaxies

April 11, Astronomy Notes Chapter 16.notebook. Types of Galaxies The Milky Way is just one of about 50 billion galaxies that are thought to exist. Just as stars can be classified using an H R diagram, galaxies can also be classified according to certain physical properties.

More information

Knowledge-Based Morphological Classification of Galaxies from Vision Features

Knowledge-Based Morphological Classification of Galaxies from Vision Features The AAAI-17 Workshop on Knowledge-Based Techniques for Problem Solving and Reasoning WS-17-12 Knowledge-Based Morphological Classification of Galaxies from Vision Features Devendra Singh Dhami School of

More information

Galaxies Guiding Questions

Galaxies Guiding Questions Galaxies Guiding Questions How did astronomers first discover other galaxies? How did astronomers first determine the distances to galaxies? Do all galaxies have spiral arms, like the Milky Way? How do

More information

Morphological Classification of Galaxies based on Computer Vision features using CBR and Rule Based Systems

Morphological Classification of Galaxies based on Computer Vision features using CBR and Rule Based Systems Morphological Classification of Galaxies based on Computer Vision features using CBR and Rule Based Systems Devendra Singh Dhami Tasneem Alowaisheq Graduate Candidate School of Informatics and Computing

More information

Galaxies. Nebulae. Virgo Cluster of Galaxies sky.google.com

Galaxies. Nebulae. Virgo Cluster of Galaxies sky.google.com Virgo Cluster of Galaxies sky.google.com Galaxies Mid 18th century, Kant and Wright suggested that the Milky Way is a finite system of stars. Turns out this is accurate. Kant went on to suggest that the

More information

Lecture 15: Galaxy morphology and environment

Lecture 15: Galaxy morphology and environment GALAXIES 626 Lecture 15: Galaxy morphology and environment Why classify galaxies? The Hubble system gives us our basic description of galaxies. The sequence of galaxy types may reflect an underlying physical

More information

Chapter 20: Galaxies and the Foundation of Modern Cosmology

Chapter 20: Galaxies and the Foundation of Modern Cosmology Chapter 20 Lecture Chapter 20: Galaxies and the Foundation of Modern Cosmology Galaxies and the Foundation of Modern Cosmology 20.1 Islands of Stars Our goals for learning: How are the lives of galaxies

More information

Major Review: A very dense article" Dawes Review 4: Spiral Structures in Disc Galaxies; C. Dobbs and J Baba arxiv "

Major Review: A very dense article Dawes Review 4: Spiral Structures in Disc Galaxies; C. Dobbs and J Baba arxiv The Components of a Spiral Galaxy-a Bit of a Review- See MBW chap 11! we have discussed this in the context of the Milky Way" Disks:" Rotationally supported, lots of gas, dust, star formation occurs in

More information

STRUCTURE OF GALAXIES

STRUCTURE OF GALAXIES STRUCTURE OF GALAXIES 2., classification, surface photometry Piet van der Kruit Kapteyn Astronomical Institute University of Groningen the Netherlands February 2010, classification, surface photometry

More information

The Milky Way. Mass of the Galaxy, Part 2. Mass of the Galaxy, Part 1. Phys1403 Stars and Galaxies Instructor: Dr. Goderya

The Milky Way. Mass of the Galaxy, Part 2. Mass of the Galaxy, Part 1. Phys1403 Stars and Galaxies Instructor: Dr. Goderya Foundations Chapter of Astronomy 15 13e Our Milky Way Seeds Phys1403 Stars and Galaxies Instructor: Dr. Goderya Selected Topics in Chapter 15 A view our Milky Way? The Size of our Milky Way The Mass of

More information

Galaxies. Early Attempts to catalog and classify. Messier Catalog. "The Great Debate" PHY galaxies - J. Hedberg

Galaxies. Early Attempts to catalog and classify. Messier Catalog. The Great Debate PHY galaxies - J. Hedberg Galaxies 1. Early Attempts to catalog and classify 1. Messier Catalog 2. "The Great Debate" 3. Spiral: Andromeda 4. Ellipticals 2. Updates to the scheme 1. NGC1300 2. Grand Design Spiral 3. Grand Design

More information

Astr 5465 Feb. 13, 2018 Distribution & Classification of Galaxies Distribution of Galaxies

Astr 5465 Feb. 13, 2018 Distribution & Classification of Galaxies Distribution of Galaxies Astr 5465 Feb. 13, 2018 Distribution & Classification of Galaxies Distribution of Galaxies Faintest galaxies are distributed ~ uniformly over the sky except for the Galactic plane (zone of avoidance) Brighter

More information

Galaxies. Hubble's measurement of distance to M31 Normal versus other galaxies Classification of galaxies Ellipticals Spirals Scaling relations

Galaxies. Hubble's measurement of distance to M31 Normal versus other galaxies Classification of galaxies Ellipticals Spirals Scaling relations Galaxies Hubble's measurement of distance to M31 Normal versus other galaxies Classification of galaxies Ellipticals Spirals Scaling relations Cepheids in M31 Up to 1920s, the Milky Way was thought by

More information

Galaxy Classification and the Hubble Deep Field

Galaxy Classification and the Hubble Deep Field Galaxy Classification and the Hubble Deep Field A. The Hubble Galaxy Classification Scheme Adapted from the UW Astronomy Dept., 1999 Introduction A galaxy is an assembly of between a billion (10 9 ) and

More information

CO MOLECULAR GAS AND EARLY-TYPE GALAXIES AND PSEUDOBULGES COLE TREYTURIK

CO MOLECULAR GAS AND EARLY-TYPE GALAXIES AND PSEUDOBULGES COLE TREYTURIK CO MOLECULAR GAS AND EARLY-TYPE GALAXIES AND PSEUDOBULGES COLE TREYTURIK 1 CONTENTS CO MOLECULAR GAS WHAT IS CO MOLECULAR GAS? IMPORTANCE TO ASTRONOMY EMISSION & DETECTION CONVERSION FROM CO TO H 2 USES

More information

The Detection Techniques for Several Different Types of Fiducial Markers

The Detection Techniques for Several Different Types of Fiducial Markers Vol. 1, No. 2, pp. 86-93(2013) The Detection Techniques for Several Different Types of Fiducial Markers Chuen-Horng Lin 1,*,Yu-Ching Lin 1,and Hau-Wei Lee 2 1 Department of Computer Science and Information

More information

Chapter 20 Galaxies and the Foundation of Modern Cosmology Pearson Education, Inc.

Chapter 20 Galaxies and the Foundation of Modern Cosmology Pearson Education, Inc. Chapter 20 Galaxies and the Foundation of Modern Cosmology 20.1 Islands of Stars Our goals for learning: How are the lives of galaxies connected with the history of the universe? What are the three major

More information

Chapter 30. Galaxies and the Universe. Chapter 30:

Chapter 30. Galaxies and the Universe. Chapter 30: Chapter 30 Galaxies and the Universe Chapter 30: Galaxies and the Universe Chapter 30.1: Stars with varying light output allowed astronomers to map the Milky Way, which has a halo, spiral arm, and a massive

More information

Development of a Fourier Technique for Automated Spiral Galaxy Classification

Development of a Fourier Technique for Automated Spiral Galaxy Classification Development of a Fourier Technique for Automated Spiral Galaxy Classification A. R. Butler Calvin College, Grand Rapids, MI 49546 arb6@calvin.edu ABSTRACT Galaxy classification has historically been a

More information

Chapter 20 Lecture. The Cosmic Perspective Seventh Edition. Galaxies and the Foundation of Modern Cosmology Pearson Education, Inc.

Chapter 20 Lecture. The Cosmic Perspective Seventh Edition. Galaxies and the Foundation of Modern Cosmology Pearson Education, Inc. Chapter 20 Lecture The Cosmic Perspective Seventh Edition Galaxies and the Foundation of Modern Cosmology Galaxies and the Foundation of Modern Cosmology 20.1 Islands of Stars Our goals for learning: How

More information

Chapter 15 2/19/2014. Lecture Outline Hubble s Galaxy Classification. Normal and Active Galaxies Hubble s Galaxy Classification

Chapter 15 2/19/2014. Lecture Outline Hubble s Galaxy Classification. Normal and Active Galaxies Hubble s Galaxy Classification Lecture Outline Chapter 15 Normal and Active Galaxies Spiral galaxies are classified according to the size of their central bulge. Chapter 15 Normal and Active Galaxies Type Sa has the largest central

More information

Galaxies. Early Attempts to catalog and classify. Messier Catalog. "The Great Debate"

Galaxies. Early Attempts to catalog and classify. Messier Catalog. The Great Debate Galaxies 1. Early Attempts to catalog and classify 1. Messier Catalog 2. "The Great Debate" 3. Spiral: Andromeda 4. Ellipticals 2. Updates to the scheme 1. NGC1300 2. Grand Design Spiral 3. Flocculent

More information

Corotation Resonance of Nonbarred Spiral Galaxies. A Research work By Arjun Karki with Prof. Marc Seigar (Research advisor)

Corotation Resonance of Nonbarred Spiral Galaxies. A Research work By Arjun Karki with Prof. Marc Seigar (Research advisor) Corotation Resonance of Nonbarred Spiral Galaxies A Research work By Arjun Karki with Prof. Marc Seigar (Research advisor) Outline Motivation / Objective Introduction - Density Wave Theory - Corotation

More information

On Today s s Radar. ASTR 1040 Accel Astro: Stars & Galaxies. Sb) Andromeda M31 (Sb( Andromeda surprises with Spitzer in IR

On Today s s Radar. ASTR 1040 Accel Astro: Stars & Galaxies. Sb) Andromeda M31 (Sb( Andromeda surprises with Spitzer in IR ASTR 1040 Accel Astro: Stars & Galaxies Prof. Juri Toomre TAs: Nicholas Nelson, Zeeshan Parkar Lecture 24 Thur 8 Apr 2010 zeus.colorado.edu/astr1040-toomre toomre NGC 1232 Spiral Sb On Today s s Radar

More information

Classification of Galaxy Morphological Image Based on Convolutional Neural Network

Classification of Galaxy Morphological Image Based on Convolutional Neural Network Classification of Galaxy Morphological Image Based on Convolutional Neural Network Wahyono, Muhammad Arif Rahman, and Azhari SN Department of Computer Science and Electronics, Universitas Gadjah Mada,

More information

THE UNIVERSE CHAPTER 20

THE UNIVERSE CHAPTER 20 THE UNIVERSE CHAPTER 20 THE UNIVERSE UNIVERSE everything physical in and Includes all space, matter, and energy that has existed, now exists, and will exist in the future. How did our universe form, how

More information

Survey of Astrophysics A110

Survey of Astrophysics A110 Goals: Galaxies To determine the types and distributions of galaxies? How do we measure the mass of galaxies and what comprises this mass? How do we measure distances to galaxies and what does this tell

More information

9.6. Other Components of the Universe. Star Clusters. Types of Galaxies

9.6. Other Components of the Universe. Star Clusters. Types of Galaxies Other Components of the Universe 9.6 The most common type of celestial object astronomers see in space is a star. Most stars appear to be gravitationally bound together into groups, and some groups are

More information

ASTR 100. Lecture 28: Galaxy classification and lookback time

ASTR 100. Lecture 28: Galaxy classification and lookback time ASTR 100 Lecture 28: Galaxy classification and lookback time Galaxies in general: Ch. 15, [16.2], in Essential Tuesday: Hubble s law Today: Types of galaxies The Hubble tuning fork Galaxy classification

More information

Chapter 20 Lecture. The Cosmic Perspective. Seventh Edition. Galaxies and the Foundation of Modern Cosmology Pearson Education, Inc.

Chapter 20 Lecture. The Cosmic Perspective. Seventh Edition. Galaxies and the Foundation of Modern Cosmology Pearson Education, Inc. Chapter 20 Lecture The Cosmic Perspective Seventh Edition Galaxies and the Foundation of Modern Cosmology 20.1 Islands of Stars Our goals for learning: How do galaxies evolve? What are the three major

More information

Galaxies: Structure, formation and evolution

Galaxies: Structure, formation and evolution Galaxies: Structure, formation and evolution Lecture 1 Yogesh Wadadekar Jan-Feb 2017 IUCAA-NCRA Grad School 1 / 29 Galaxies are a very active field of research today! About 25% of papers published on ADS

More information

Galaxy Classification

Galaxy Classification Galaxies Galaxies are collections of billons of stars; our home galaxy, the Milky Way, is a typical example. Stars, gas, and interstellar dust orbit the center of the galaxy due to the gravitational attraction

More information

arxiv: v1 [astro-ph.im] 20 Jan 2017

arxiv: v1 [astro-ph.im] 20 Jan 2017 IAU Symposium 325 on Astroinformatics Proceedings IAU Symposium No. xxx, xxx A.C. Editor, B.D. Editor & C.E. Editor, eds. c xxx International Astronomical Union DOI: 00.0000/X000000000000000X Deep learning

More information

A Hierarchical Model for Morphological Galaxy Classification

A Hierarchical Model for Morphological Galaxy Classification Proceedings of the Twenty-Sixth International Florida Artificial Intelligence Research Society Conference A Hierarchical Model for Morphological Galaxy Classification Maribel Marin and L. Enrique Sucar

More information

Galaxies Galore. Types of Galaxies: Star Clusters. Spiral spinning wit arms Elliptical roundish Irregular no set pattern

Galaxies Galore. Types of Galaxies: Star Clusters. Spiral spinning wit arms Elliptical roundish Irregular no set pattern Stars Studying Stars Astronomers use a spectroscope to study the movement of stars Blue shift towards earth Red shift away from earth Change in a wavelength moving toward or away from earth is the Doppler

More information

Lecture Two: Observed Properties of Galaxies

Lecture Two: Observed Properties of Galaxies Lecture Two: Observed Properties of Galaxies http://www.astro.rug.nl/~etolstoy/gfe14/index.html Longair, chapter 3 Wednesday 5th Feb Binney & Merrifield, chapter 4 1 From pretty picture to science 2 Galaxies

More information

midterm exam thurs june 14 morning? evening? fri june 15 morning? evening? sat june 16 morning? afternoon? sun june 17 morning? afternoon?

midterm exam thurs june 14 morning? evening? fri june 15 morning? evening? sat june 16 morning? afternoon? sun june 17 morning? afternoon? Prof. Jeff Kenney Class 11 June 11, 2018 midterm exam thurs june 14 morning? evening? fri june 15 morning? evening? sat june 16 morning? afternoon? sun june 17 morning? afternoon? observing session tomorrow

More information

day month year documentname/initials 1

day month year documentname/initials 1 ECE471-571 Pattern Recognition Lecture 13 Decision Tree Hairong Qi, Gonzalez Family Professor Electrical Engineering and Computer Science University of Tennessee, Knoxville http://www.eecs.utk.edu/faculty/qi

More information

LESSON 1. Solar System

LESSON 1. Solar System Astronomy Notes LESSON 1 Solar System 11.1 Structure of the Solar System axis of rotation period of rotation period of revolution ellipse astronomical unit What is the solar system? 11.1 Structure of the

More information

Automated Classification of Galaxy Zoo Images CS229 Final Report

Automated Classification of Galaxy Zoo Images CS229 Final Report Automated Classification of Galaxy Zoo Images CS229 Final Report 1. Introduction Michael J. Broxton - broxton@stanford.edu The Sloan Digital Sky Survey (SDSS) in an ongoing effort to collect an extensive

More information

A galaxy is a self-gravitating system composed of an interstellar medium, stars, and dark matter.

A galaxy is a self-gravitating system composed of an interstellar medium, stars, and dark matter. Chapter 1 Introduction 1.1 What is a Galaxy? It s surprisingly difficult to answer the question what is a galaxy? Many astronomers seem content to say I know one when I see one. But one possible definition

More information

Galaxies and Cosmology

Galaxies and Cosmology 4/28/17 The Discovery of Galaxies Up to the 1920 s, astronomers were not sure exactly how far away galaxies were, and thus didn t know how big they are! Spiral Nebulae could be assumed to be inside our

More information

Lecture Outlines. Chapter 24. Astronomy Today 8th Edition Chaisson/McMillan Pearson Education, Inc.

Lecture Outlines. Chapter 24. Astronomy Today 8th Edition Chaisson/McMillan Pearson Education, Inc. Lecture Outlines Chapter 24 Astronomy Today 8th Edition Chaisson/McMillan Chapter 24 Galaxies Units of Chapter 24 24.1 Hubble s Galaxy Classification 24.2 The Distribution of Galaxies in Space 24.3 Hubble

More information

Lecture 28: Spiral Galaxies Readings: Section 25-4, 25-5, and 26-3

Lecture 28: Spiral Galaxies Readings: Section 25-4, 25-5, and 26-3 Lecture 28: Spiral Galaxies Readings: Section 25-4, 25-5, and 26-3 Key Ideas: Disk & Spheroid Components Old Stars in Spheroid Old & Young Stars in Disk Rotation of the Disk: Differential Rotation Pattern

More information

What is the solar system?

What is the solar system? Notes Astronomy What is the solar system? 11.1 Structure of the Solar System Our solar system includes planets and dwarf planets, their moons, a star called the Sun, asteroids and comets. Planets, dwarf

More information

Table of Contents. Multivariate methods. Introduction II. Introduction I

Table of Contents. Multivariate methods. Introduction II. Introduction I Table of Contents Introduction Antti Penttilä Department of Physics University of Helsinki Exactum summer school, 04 Construction of multinormal distribution Test of multinormality with 3 Interpretation

More information

Summary: Nuclear burning in stars

Summary: Nuclear burning in stars Summary: Nuclear burning in stars Reaction 4 1 H 4 He 3 4 He 12 C 12 C + 4 He 16 O, Ne, Na, Mg Ne O, Mg O Mg, S Si Fe peak Min. Temp. 10 7 o K 2x10 8 8x10 8 1.5x10 9 2x10 9 3x10 9 Evolution through nuclear

More information

Galaxies & Introduction to Cosmology

Galaxies & Introduction to Cosmology Galaxies & Introduction to Cosmology Other Galaxies: How many are there? Hubble Deep Field Project 100 hour exposures over 10 days Covered an area of the sky about 1/100 the size of the full moon Probably

More information

Exam # 3 Tue 12/06/2011 Astronomy 100/190Y Exploring the Universe Fall 11 Instructor: Daniela Calzetti

Exam # 3 Tue 12/06/2011 Astronomy 100/190Y Exploring the Universe Fall 11 Instructor: Daniela Calzetti Exam # 3 Tue 12/06/2011 Astronomy 100/190Y Exploring the Universe Fall 11 Instructor: Daniela Calzetti INSTRUCTIONS: Please, use the `bubble sheet and a pencil # 2 to answer the exam questions, by marking

More information

GAMA-SIGMA: Exploring Galaxy Structure Through Modelling

GAMA-SIGMA: Exploring Galaxy Structure Through Modelling GAMA-SIGMA: Exploring Galaxy Structure Through Modelling University of St Andrews / ICRAR (UWA) Science Goals Do galaxies form in two phases: bulge disk? Are ellipticals and bulges essentially the same?

More information