ASTRONOMY 6523 Spring 2013 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Professor: Jim Cordes

Size: px
Start display at page:

Download "ASTRONOMY 6523 Spring 2013 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Professor: Jim Cordes"

Transcription

1 ASTRONOMY 6523 Spring 2013 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Professor: Jim Cordes Place and Time: Text: Additional References: Aims of the Course: 622 Space Sciences Building, TTh 2:55-4:10 p.m. Bayesian Logical Data Analysis for the Physical Sciences, P. C. Gregory Unpublished notes & selected articles Probability, Random Variables & Stochastic Processes, A. Papoulis Bayesian Inference in Statistical Analysis, G.E.P. Box & G. C. Tiao Probability Theory, E.Jaynes The emphasis is on statistical descriptions, analysis, detection, inference; model building and model fitting to empirical data. Techniques will be demonstrated through case studies encountered in astronomy and elsewhere and also with data challenges. Responsibilities: Attending lectures and asking questions Problem sets (analytical & computational) Short projects Term project Final oral exam Office, etc: 520 SSB, Web Page: Written Materials: Assignments: Project: Topic and Abstract: In class presentation: Written report: Computations: cordes/a6523 Instructor s notes Articles from astrophysical, geophysical and engineering literature Grading criteria include legibility, grammar, correctness, and completeness Due 12 March in written form and presented to class (5 min) Week 12 or 13 into the semester ( 15 minutes) Due during finals week; Text edited, In journal article style, Bibliography, Plots: labeled axes, Grading: legibility, grammar, correctness, completeness You can use any language or package you like (MATLAB, IDL, Python, Mathematica; C, C++, Fortran, etc.)

2 2 Main Topic Blocks: 1. Linear Systems and Basis Vectors 2. Probability and Stochastic Processes 3. Spectral Analysis 4. Statistical Inference (Frequentist and Bayesian) 5. Model Fitting 6. Localization Methods 7. Detection Applications 8. Classification Applications 9. Tests and Tools: (a) Detection methods (false alarms, ROC curves) (b) Tests: whiteness, Gaussianity, stationarity, Markovianity, chaos vs stochastic processes... (c) Bayesian priors, marginalization, and odds ratio (d) Extreme value and order statistics (e) Correlation functions, structure functions, and bispectra (f) Principal component analysis (PCA) (g) Phase retrieval methods (deconvolution) (h) Simulation methods (i) Optimization and sampling (simulated annealing, genetic algorithms, Markov Chain Monte Carlo) 10. Case studies: (a) Modeling state changes in astrophysical objects with Markov processes (b) Detecting gravitational waves (stochastic, CW/Chirped, bursts) (c) Characterizing processes on the sphere (e.g. Cosmic Microwave Background) (d) Wave propagation through random media (e) Optimal model fitting against arbitrary kinds of additive noise (especially red noise) (f) Image formation and processing (g) Classifiers

3 ASTRONOMY 6523 Spring 2013 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Course Approach The philosophy of the course reflects that of the instructor, who takes a dualistic view about information, data, science and engineering. It recognizes the rich complexity of signals and phenomena we wish to identify and analyze while taking a minimalist reductionist view when choosing and applying analysis techniques. My goal is to present material that allows you to understand and derive algorithms to a sufficient level that you could write the necessary code for their implementation. This does not mean that you always should write your own code. After all, many fine packages implement arsenals of tools that can be used (IDL, MATLAB, Mathematical, etc.). I suggest these rules of thumb: Avoid using a canned program in one of these packages unless you you can write down the underlying mathematics and could derive and program the algorithm. Experiment with programs after you understand what they should do mathematically. Avoid experimenting with a program to try to infer or reverse engineer what it is claimed to do; this is very inefficient. Programs may not do what they claim to do or they may have built-in, restrictive assumptions. Always test code with toy examples before using in an important application.

4 2 AMinimalListofSignalAnalysisThemes: 1. Frequentist vs. Bayesian methods 2. Detection and Discovery 3. Matched Filtering and Optimization 4. The Central Limit Theorem and Non-Gaussianity 5. Basis Vectors and Compact Support 6. Aliasing and the pros and cons of uniform sampling 7. Finding phase 8. Deconvolution Tricks (inverse problems) 9. Doing the forward problem to solve an inverse problem 10. Defeating the Uncertainty Principle 11. Deterministic vs. Chaotic vs. Stochastic signals 12. Comparing models and hypotheses (statistical inference) 13. Space Exploration: searching parameter spaces of high dimensionality 14. Analog vs. Digital: the effects of quantization in both x and y

5 3 Signal Analysis Themes: 1. Frequentist vs. Bayesian methods: Two approaches to probability translate into two broad approaches to data analysis and inference. One considers the outcomes of experiments in terms of frequency of occurrence and a hypothetical ensemble while the other ties probability to the state of knowledge before and after acquiring and analyzing data sets. The approach of the course is dualistic. 2. Detection and Discovery: Discovering new phenomena and objects are central to observational science. In astronomy, many challenges boil down to finding weak signals buried in noise. Finding signals or patterns amid clutter is another data mining problem that we will address. 3. Matched Filtering and Optimization: Matched filtering typically means fitting a noisy data set with asignaltemplatethatisidenticaltothe true signal,usually through a convolution method. Matched filtering optimizes the signal-to-noise ratio of a test statistic. The notion of matched filtering can be extended to many procedures, including: testingtheexistenceofasignalinadataset(detection) least-squaresfittingoffunctionstodata estimatingthetimeofarrivalofapulse(testingrelativity with pulsar timing) centroidfrequencyorvelocityofaspectralline(redshifts, exoplanets) templatematchingofpredictedgravitationalwaveformsto gravity detector data

6 4 4. The Central Limit Theorem and Non-Gaussianity: The factor N is ubiquitous in statistical modeling and analysis, as we all know from error analysis in laboratory contexts. However, it appears in many other instances, including errors on least-squares estimated parameters, power spectra, etc. and is directly related to the CLT, which describes convergence of the underlying PDF to a Gaussian normal form. incoherentsummingprocedures coherent summing procedures 5. Basis Vectors and Compact Support: Spectral analysis often means analyze the power spectrum that is based on the Fourier Transform. More generally, the goal is often to characterize measurements with the smallest number of underlying basis vectors. Fourier basis vectors (sinusoids) are appropriate in some contexts but not others. (a) When is Fourier analysis appropriate? When not? (b) Other bases: wavelets, spherical harmonics, etc. (c) Principal Component Analysis: let the data determine the best basis vectors. 6. Aliasing and the pros and cons of uniform sampling: Aliasing is the appearance (in Fourier analysis) of signal components at the wrong apparent frequencies. Counteracting it involves understanding the sampling theorem and the role of uniform sampling. In some instances, nonuniform sampling is beneficial for aliasing, but can make the analysis more difficult. Techniques for spectral analysis will be discussed for the case of non-uniform sampling.

7 5 7. Finding Phase: An often encountered problem consists of inferring a function when only the magnitude of its Fourier transform is known. Bootstrapping the inference can be done by using additional information or by imposing conditions on the function, such as causality and positivity (phase retrieval). In some contexts, phase may be more important than amplitude. 8. Deconvolution Tricks (inverse problems): Often a measurement x(t) istheconvolutionofaquantityof interest y(t) and a filter or smearing function h(t). (Many natural phenomena can be characterized by such linear systems.) Typically the integral x(t) = dt y(t )h(t t )partiallydestroys information about y(t). Deconvolution means to estimate y(t) from the measurements, x(t). This can be done in approximate ways that are limited by the information-destroying aspects of h(t) andalsobythefinites/nofthemeasurements. 9. Doing the forward problem to solve an inverse problem: Rather than attempting deconvolution, one can simulate the measurement process by using trial functions or processes ŷ(t), passing them through the filter h(t)to obtain the trial ˆx(t), which is compared to the actual measurements x(t). Thus we test models in measurement space. By iterating, the procedure may converge to a consistent (but usually not unique) answer. This approach can be far more robust than deconvolution. There are also instances where even h(t) isnotknown,soonecanusetrial functions for h(t) aspartoftheiterationprocess.

8 6 10. Defeating the Uncertainty Principle: For frequency-time variables, the uncertainty principle is ν t 1. This means that you can t localize a signal in both time and frequenecy to arbitrary precision. In some instances, one can do better than what naive application of the uncertainty principle would suggest. This is called superresolution in spectral analysis and imaging applications. 11. Deterministic vs. Chaotic vs. Stochastic signals: Death and taxes are deterministic events in that they are bound to happen. But they are also stochastic in that we don t know by how much or when taxes may be reduced/increased or when one will die. Random number generators appear to produce stochastic output but they actually produce numbers comprising a chaotic process, which is a particular kind of deterministic process. How can we tell the difference for a measured data set? Procedures exist for testing the properties of a data set in this regard.

9 7 12. Comparing models and hypotheses (statistical inference): If we don t know the best model for a data set or phenomenon a priori, then somehow we need to determine it from measurements. Statistical inference involves determining the best parameters given amodel,implyingthatwehavesomegoodness of fit metric that we apply to determine the best values for the parameters. This notion can be extended to alternative models or even hypotheses. - Frequentist inference -Bayesianinference - incorporating prior knowledge and mathematical constraints -Ensemblesandrealizations:estimationerrorswhenonlyone realization of a process can be measured (e.g. extinction record over geologic time; cosmic evolution and cosmic variance). 13. Space Exploration: searching parameter spaces of high dimensionality Statistical inference often involves finding a best-fit, nonlinear solution in a parameter space whose dimensionality is too large to explore by brute force. Methods exist for exploring such spaces that adopt methods found in nature in thermodynamic or biological contexts. These include: -Downhillsimplex -Simulatedannealing -MarkovChainMonteCarlomethods -Geneticalgorithms - Neural networks

10 8 14. Analog vs. Digital: Often we think about physics etc. in continuous terms while doing computer analysis necessarily with digital quantities. What are the consequences? Sometimes we exploit extreme types of quantization to develop a fast algorithm or hardware processor. Exampleswheresampling(digitization)andFourieranalysis do not commute. Correlationspectrometers.

11 A523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2013 Lecture 1 Organization:» Syllabus (text, requirements, topics)» Course approach (goals, themes) Book: Gregory, Bayesian Logical Data Analysis for the Physical Sciences We will cover all the topics in the book plus much more material. Heavy use of unpublished notes and articles from the literature Numerical assignments: you can use your favorite programming language or software package (note no direct use of Mathematica in this course) Grading: legibility and clear explanations in complete sentences are needed for all submitted homework and papers.

12 A523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011 Instructor s focus: Optimal signal detection at low S/N» Pulsars, transient signals, low surface brightness objects Characterizing astrophysical processes seen in time series» Deterministic? Chaotic? Stochastic?» Markov proceses and random walks Population analyses and modeling» Stellar populations in the Milky Way» Statistical inference of spatial, velocity distributions of neutron stars» Galactic model of electron-density turbulence Data mining in large data sets» Arecibo pulsar/transient survey (10 3 Terabytes)» RFI mitigation algorithms» Finding astrophysical signals of both known and unknown types Detection of gravitational waves using pulsars! 5+ year data sets! Exercises in many topics of this course

13 Basic Course Sections Linear systems & Fourier methods Probability & Random Processes Statistical inference Frequentist Bayesian Spectral analysis Fourier generalized (wavelets, PCA, etc.) Matched filtering & localization Exploration of large parameter spaces

14 Current Assignment Reading: 1. Discrete Fourier Transforms Appendix B of Gregory, pages (continuous FTs, DFTs, FFTs) 2. Problem Set 1: Fourier transforms, due Thurs Jan 31

15 Course Emphasis Principles Math and statistical methods Algorithms Applications and implementation

16 Design vs. Inference Engineering applications Physics + engineering Devices, machines, software Operations, signals Astrophysics and Space Science Measurements of photons, nonphotonic messengers (GWs, cosmic rays, neutrinos) Signal processing, statistical inference, hypothesis testing, classification Physical models, testing of fundamental physics, understanding cosmic evolution

17 Broad Classes of Problems Detection, analysis and modeling: signal detection analysis Natural or artificial Is it there? What are its properties? Optimal detection schemes Maximize S/N of a test statistic Population of signals: maximize detections of real signals minimize false positives and false negatives null hypothesis: no signal there Parametric approaches: (e.g. least squares fitting of a model with parameters) Non-parametric approaches: (e.g. relative comparison of distributions [KS test])

18 Broad Classes of Problems Many measured quantitites ( raw data ) are the outputs of linear systems Wave propagation (EM, gravitational, seismic, acoustic!) Many signals are the result of nonlinear operations in natural systems or in apparati Many analyses of data are linear operations acting on the data to produce some desired result (detection, modeling) E.g. Fourier transform based spectral analysis Many analyses are nonlinear E.g. Maximum entropy and Bayesian spectral analysis

19 Basic Points Signal types are defined with respect to quantization Continuous signals are easier to work with analytically, digital signals are what we actually use The relationship between digital and analog signals is sometimes trivial, sometimes not LSI systems obey the convolution theorem and thus have an impulse response (= Green s function) LSI systems obey superposition Examples can be found in nature as well as in devices The natural basis functions for LSI systems are exponentials Causal systems: Laplace transforms Acausal systems: Fourier transforms While LSI systems are important, nonlinear systems and alternative basis functions are highly important in science and engineering

20 Pulsar Periodicity Search Frequency DM tim e time FFT each DM s time series FFT(f) 1/ 2/ P 3/ P P

21 Example Time Series and Power Spectrum for a recent PALFA discovery (follow-up data set shown) DM = 0 pc cm -3 Time Series DM = 217 pc cm -3 Where is the pulsar?

22 Example Time Series and Power Spectrum for a recent PALFA discovery (follow-up data set shown) DM = 0 pc cm -3 Time Series DM = 217 pc cm -3 Here is the pulsar

23 Spectral analysis as a unifying thread Signals! Statistics Spectral analysis: 1. Analysis of variance in a conjugate space t " f (time and frequency domains) u,v " " (interferometric images) Statistical questions about the nature of the signal in frequency space: a. Is there a signal? b. What is its frequency? c. What is the shape of the spectrum? 1. Basis functions: Sinusoids t " f Spherical harmonics ", # " l,m Wavelets time-frequency atoms Principal components the data determine the basis The appropriate basis (often) is the one that most compactifies the signal in the conjugate domain

24 Spectral analysis as a unifying thread

25 Color coded temperature variations of the cosmic microwave background (CMB) T CMB = 2.7 K $T/T CMB ~ 10-5 Wilkinson Microwave Anisotropy Probe

26 Basis functions: spherical harmonics T CMB = 2.7 K $T/T CMB ~ 10-5 Wilkinson Microwave Anisotropy Probe

27 Detection: the CMB Data Inference Confirmation Evidence! J. Dunkley, et al., 2009, ApJS, 180,

28 So we understand the big bang and that there is dark energy

29 Or maybe not: After scrutinizing over seven years worth of WMAP data, as well as data from the BOOMERanG balloon experiment in Antarctica, Penrose and Gurzadyn say they have identified a series of concentric circles within the data. These circles show regions in the microwave sky in which the range of the radiation s temperature is markedly smaller than elsewhere. According to the researchers, the patterns correspond to gravitational waves formed by the collision of black holes in the aeon that preceded our own, and they published these claims in a paper submitted to arxiv (Physics World).

30

31 Galaxy clustering Data from the Sloan Digital Sky Survey

32 SDSS galaxy distribution (Those with spectra)

33 Gamma-ray burst locations on the sky Is there any clustering? How would you test this?

34 From the BBC web page 04 Sept 2006 Example of a change point Flights within the US were grounded because of the attacks, and incoming international flights were diverted to Canada. Services resumed within a few days but it took years for the market to recover. Example of a transient event identifiable through data mining of article content:

35 Is there a periodicity in this time series?

36 Basics of Pulsars as Clocks M&P P! Signal average M pulses Time-tag using template fitting W Repeat for L epochs spanning N=T/P spin periods N ~ cycles in one year % P determined to B : P = ± s J : eccentricity < (Jacoby et al.)

37 Phase residuals from isolated pulsars after subtracting a quadratic polynomial: If these pulsars were simply spinning down in a smooth way, we would expect residuals that look like white noise: Are any of these time series periodic? How can we test for periodicity?

38 Phase residuals from isolated pulsars after subtracting a quadratic polynomial: If these pulsars were simply spinning down in a smooth way, we would expect residuals that look like white noise: For these pulsars, the residuals are mostly caused by spin noise in the pulsar Are any of these time series periodic? How can we test for periodicity?

39 Noise in Timing Residuals from G. Hobbs Long period pulsars MSPs

40 How Good are Pulsars as Clocks? Clock processes are similar to random walks or Brownian motion. What are the best ways to characterize such processes?

41 Pulsars as Gravitational Wave Detectors Gravitational wave background pulsar pulses Gravitational wave background Earth The largest contribution to arrival times is on the time scale of the total data span length (~20 years for best cases)

42 The best pulsar timing so far: MSP J P=3 ms + WD Jacoby et al. (2005) Weighted ' TOA = 74 ns Shapiro delay

43 Correlation Function Between Pulsars Example power-law spectrum from merging supermassive black holes (Jaffe & Backer) Correlation function of residuals vs angle between pulsars Estimation errors from: dipole term from solar system ephemeris errors red noise in the pulsar clock red interstellar noise

44 Potential PTA Sensitivity NANOGrav+EPTA+PPTA = IPTA

A523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011

A523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011 A523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011 Lecture 1 Organization:» Syllabus (text, requirements, topics)» Course approach (goals, themes) Book: Gregory, Bayesian

More information

Signal Modeling, Statistical Inference and Data Mining in Astrophysics

Signal Modeling, Statistical Inference and Data Mining in Astrophysics ASTRONOMY 6523 Spring 2013 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Course Approach The philosophy of the course reflects that of the instructor, who takes a dualistic view

More information

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2015 http://www.astro.cornell.edu/~cordes/a6523 Lecture 4 See web page later tomorrow Searching for Monochromatic Signals

More information

n=0 l (cos θ) (3) C l a lm 2 (4)

n=0 l (cos θ) (3) C l a lm 2 (4) Cosmic Concordance What does the power spectrum of the CMB tell us about the universe? For that matter, what is a power spectrum? In this lecture we will examine the current data and show that we now have

More information

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011 A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011 Reading: Chapter 10 = linear LSQ with Gaussian errors Chapter 11 = Nonlinear fitting Chapter 12 = Markov Chain Monte

More information

PHYS1021 Stars and Galaxies Summer 2015

PHYS1021 Stars and Galaxies Summer 2015 Professor: Dr. Mark W. Plano Clark Office: Geo/Phys 435 Telephone: (513) 556-0546 Email: Office Hours: Text: Course Description mark.planoclark@uc.edu PHYS1021 Stars and Galaxies Summer 2015 MTWR: 10:00-11:00

More information

Announcements. Homework. Set 8now open. due late at night Friday, Dec 10 (3AM Saturday Nov. 11) Set 7 answers on course web site.

Announcements. Homework. Set 8now open. due late at night Friday, Dec 10 (3AM Saturday Nov. 11) Set 7 answers on course web site. Homework. Set 8now. due late at night Friday, Dec 10 (3AM Saturday Nov. 11) Set 7 answers on course web site. Review for Final. In class on Thursday. Course Evaluation. https://rateyourclass.msu.edu /

More information

LIGO Status and Advanced LIGO Plans. Barry C Barish OSTP 1-Dec-04

LIGO Status and Advanced LIGO Plans. Barry C Barish OSTP 1-Dec-04 LIGO Status and Advanced LIGO Plans Barry C Barish OSTP 1-Dec-04 Science Goals Physics» Direct verification of the most relativistic prediction of general relativity» Detailed tests of properties of gravitational

More information

STEM Society Meeting, December 8, 2009

STEM Society Meeting, December 8, 2009 STEM Society Meeting, December 8, 2009 James Emery 12/27/2009 Contents 1 Meeting Location and Time 1 2 About the STEM Society and the STEM Society Website 1 3 Meeting Notes 2 4 Review and Table of Contents

More information

Radio Aspects of the Transient Universe

Radio Aspects of the Transient Universe Radio Aspects of the Transient Universe Time domain science: the transient sky = frontier for all λλ Less so at high energies BATSE, RXTE/ASM, Beppo/Sax, SWIFT, etc. More so for optical, radio LSST = Large

More information

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2013 Lecture 4 For next week be sure to have read Chapter 5 of

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2013 Lecture 4 For next week be sure to have read Chapter 5 of A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2013 Lecture 4 For next week be sure to have read Chapter 5 of Gregory (Frequentist Statistical Inference) Today: DFT

More information

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011 A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011 Reading Chapter 5 of Gregory (Frequentist Statistical Inference) Lecture 7 Examples of FT applications Simulating

More information

Gravitational Wave Astronomy s Next Frontier in Computation

Gravitational Wave Astronomy s Next Frontier in Computation Gravitational Wave Astronomy s Next Frontier in Computation Chad Hanna - Penn State University Penn State Physics Astronomy & Astrophysics Outline 1. Motivation 2. Gravitational waves. 3. Birth of gravitational

More information

A6523 Linear, Shift-invariant Systems and Fourier Transforms

A6523 Linear, Shift-invariant Systems and Fourier Transforms A6523 Linear, Shift-invariant Systems and Fourier Transforms Linear systems underly much of what happens in nature and are used in instrumentation to make measurements of various kinds. We will define

More information

Continuous Wave Data Analysis: Fully Coherent Methods

Continuous Wave Data Analysis: Fully Coherent Methods Continuous Wave Data Analysis: Fully Coherent Methods John T. Whelan School of Gravitational Waves, Warsaw, 3 July 5 Contents Signal Model. GWs from rotating neutron star............ Exercise: JKS decomposition............

More information

Who should take this course? Required Text. Course Information. How to succeed in this course

Who should take this course? Required Text. Course Information. How to succeed in this course ASTR 1040 Accel Intro Astronomy 2: Stars & Galaxies Spring 2008 Prof. Juri Toomre TA: Kyle Augustson TR 11am, Duane G-131 G + M recitations (E-126: 9am, 10am) Lecture 1 15 Jan 08 Detailed course syllabus

More information

Galaxies 626. Lecture 3: From the CMBR to the first star

Galaxies 626. Lecture 3: From the CMBR to the first star Galaxies 626 Lecture 3: From the CMBR to the first star Galaxies 626 Firstly, some very brief cosmology for background and notation: Summary: Foundations of Cosmology 1. Universe is homogenous and isotropic

More information

Power spectrum exercise

Power spectrum exercise Power spectrum exercise In this exercise, we will consider different power spectra and how they relate to observations. The intention is to give you some intuition so that when you look at a microwave

More information

Who should take this course? How to succeed in this course. Course Information

Who should take this course? How to succeed in this course. Course Information ASTR 1040 Accel Intro Astronomy 2: Stars & Galaxies Spring 2011 Prof. Juri Toomre TA: Nicholas Nelson TR 9:30am, Duane G-125 G + M recitations (E-126: 9am, 10am, noon) Lecture 1 12 Jan 2010 Detailed course

More information

Monday May 12, :00 to 1:30 AM

Monday May 12, :00 to 1:30 AM ASTRONOMY 108: Descriptive Astronomy Spring 2008 Instructor: Hugh Gallagher Office: Physical Science Building 130 Phone, Email: 436-3177, gallagha@oneonta.edu Office Hours: M 2:00-3:00 PM, Th 10:00-11:00

More information

Astronomy 001 Online SP16 Syllabus (Section 8187)

Astronomy 001 Online SP16 Syllabus (Section 8187) Astronomy 001 Online SP16 Syllabus (Section 8187) Instructor: Elizabeth Bell Email (best way to contact me): bellea@wlac.edu Classroom: online Office Hours: online by appointment Prerequisite: None REQUIRED:

More information

The Early Universe and the Big Bang

The Early Universe and the Big Bang The Early Universe and the Big Bang Class 24 Prof J. Kenney June 28, 2018 Final Exam: Friday June 29 at 2-5pm in Watson A48 What the Final Exam will emphasize: Classroom lectures 10-24 (starting FRI June

More information

Cosmic Microwave Background

Cosmic Microwave Background Cosmic Microwave Background Following recombination, photons that were coupled to the matter have had very little subsequent interaction with matter. Now observed as the cosmic microwave background. Arguably

More information

Probing the Cosmos with light and gravity: multimessenger astronomy in the gravitational wave era

Probing the Cosmos with light and gravity: multimessenger astronomy in the gravitational wave era Utah State University DigitalCommons@USU Colloquia and Seminars Astrophysics 9-7-2011 Probing the Cosmos with light and gravity: multimessenger astronomy in the gravitational wave era Shane L. Larson Utah

More information

Winter 2019 Math 106 Topics in Applied Mathematics. Lecture 1: Introduction

Winter 2019 Math 106 Topics in Applied Mathematics. Lecture 1: Introduction Winter 2019 Math 106 Topics in Applied Mathematics Data-driven Uncertainty Quantification Yoonsang Lee (yoonsang.lee@dartmouth.edu) Lecture 1: Introduction 19 Winter M106 Class: MWF 12:50-1:55 pm @ 200

More information

The Cosmic Microwave Background

The Cosmic Microwave Background The Cosmic Microwave Background Class 22 Prof J. Kenney June 26, 2018 The Cosmic Microwave Background Class 22 Prof J. Kenney November 28, 2016 Cosmic star formation history inf 10 4 3 2 1 0 z Peak of

More information

James Clark For The LSC

James Clark For The LSC A search for gravitational waves associated with the August 2006 timing glitch of the http://arxiv.org/abs/1011.1357 Vela pulsar James Clark For The LSC Introduction This talk: first search for GWs associated

More information

Welcome to Phys 321 Astronomy & Astrophysics II. Course Instructor: Prof. Bin Chen Tiernan Hall 101 1

Welcome to Phys 321 Astronomy & Astrophysics II. Course Instructor: Prof. Bin Chen Tiernan Hall 101 1 Welcome to Phys 321 Astronomy & Astrophysics II Course Instructor: Prof. Bin Chen Tiernan Hall 101 bin.chen@njit.edu 1 NJIT Astronomy Courses The Physics Department has an undergraduate minor and a concentration

More information

3/1/18 LETTER. Instructors: Jim Cordes & Shami Chatterjee. Reading: as indicated in Syllabus on web

3/1/18 LETTER. Instructors: Jim Cordes & Shami Chatterjee. Reading: as indicated in Syllabus on web Astro 2299 The Search for Life in the Universe Lecture 9 Last time: Star formation Formation of protostars and planetary systems This time A few things about the epoch of reionization and free fall times

More information

Astrophysics I - HS 2017 H.M. Schmid, Institute for Particle Physics and Astrophysics, ETH Zurich HIT J22.2

Astrophysics I - HS 2017 H.M. Schmid, Institute for Particle Physics and Astrophysics, ETH Zurich HIT J22.2 Astrophysics I - HS 2017 H.M. Schmid, Institute for Particle Physics and Astrophysics, ETH Zurich HIT J22.2 Astrophysics courses, D-Phys 1. Semester Bachelor Einführung in die Astronomie 2V (2 KE) 5. Semester

More information

CS 6375 Machine Learning

CS 6375 Machine Learning CS 6375 Machine Learning Nicholas Ruozzi University of Texas at Dallas Slides adapted from David Sontag and Vibhav Gogate Course Info. Instructor: Nicholas Ruozzi Office: ECSS 3.409 Office hours: Tues.

More information

AST 301, Introduction to Astronomy Course Description and Syllabus Fall 2012

AST 301, Introduction to Astronomy Course Description and Syllabus Fall 2012 AST 301, Introduction to Astronomy Course Description and Syllabus Fall 2012 Instructor: Dr. Edward L. Robinson Dept. of Astronomy, UT Unique Number: 47705 Lecture Time MWF 10 11 AM Lecture Location: WEL

More information

A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University

A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University Lecture 19 Modeling Topics plan: Modeling (linear/non- linear least squares) Bayesian inference Bayesian approaches to spectral esbmabon;

More information

Survey of Astronomy ASTRO 110-5

Survey of Astronomy ASTRO 110-5 Survey of Astronomy ASTRO 110-5 Prof. Istvan Szapudi Institute for Astronomy IfA B204/WAT 401 Phone: 956 6196 Email: szapudi@ifa.hawaii.edu Class meets TTh 12:00 to 13:15 WAT 112 Office Hours after class

More information

AST5220 lecture 2 An introduction to the CMB power spectrum. Hans Kristian Eriksen

AST5220 lecture 2 An introduction to the CMB power spectrum. Hans Kristian Eriksen AST5220 lecture 2 An introduction to the CMB power spectrum Hans Kristian Eriksen Cosmology in ~five slides The basic ideas of Big Bang: 1) The Big Bang model The universe expands today Therefore it must

More information

A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University. Motivations: Detection & Characterization. Lecture 2.

A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University. Motivations: Detection & Characterization. Lecture 2. A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University Lecture 2 Probability basics Fourier transform basics Typical problems Overall mantra: Discovery and cri@cal thinking with data + The

More information

FYST17 Lecture 13 The cosmic connection. Thanks to R. Durrer, L. Covi, S. Sakar

FYST17 Lecture 13 The cosmic connection. Thanks to R. Durrer, L. Covi, S. Sakar FYST17 Lecture 13 The cosmic connection Thanks to R. Durrer, L. Covi, S. Sakar 1 Today s outline High energy cosmic rays GKZ cut-off Detectors in space The PAMELA signal Some words on the expansion of

More information

Astronomy 102: Stars and Galaxies Examination 3 April 11, 2003

Astronomy 102: Stars and Galaxies Examination 3 April 11, 2003 Name: Seat Number: Astronomy 102: Stars and Galaxies Examination 3 April 11, 2003 Do not open the test until instructed to begin. Instructions: Write your answers in the space provided. If you need additional

More information

Lecture 25: Cosmology: The end of the Universe, Dark Matter, and Dark Energy. Astronomy 111 Wednesday November 29, 2017

Lecture 25: Cosmology: The end of the Universe, Dark Matter, and Dark Energy. Astronomy 111 Wednesday November 29, 2017 Lecture 25: Cosmology: The end of the Universe, Dark Matter, and Dark Energy Astronomy 111 Wednesday November 29, 2017 Reminders Online homework #11 due Monday at 3pm One more lecture after today Monday

More information

Astro 32 - Galactic and Extragalactic Astrophysics/Spring 2016

Astro 32 - Galactic and Extragalactic Astrophysics/Spring 2016 Astro 32 - Galactic and Extragalactic Astrophysics/Spring 2016 The class meets Monday and Wednesday 10:30-11:45am (Block E+) in 574 Boston Ave, room 401 Instructor: Professor Anna Sajina email: Anna.Sajina@tufts.edu

More information

AST5220 lecture 2 An introduction to the CMB power spectrum. Hans Kristian Eriksen

AST5220 lecture 2 An introduction to the CMB power spectrum. Hans Kristian Eriksen AST5220 lecture 2 An introduction to the CMB power spectrum Hans Kristian Eriksen Cosmology in ~five slides The basic ideas of Big Bang: 1) The Big Bang model The universe expands today Therefore it must

More information

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring Lecture 9 A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2015 http://www.astro.cornell.edu/~cordes/a6523 Applications: Comparison of Frequentist and Bayesian inference

More information

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2013

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2013 A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2013 Lecture 26 Localization/Matched Filtering (continued) Prewhitening Lectures next week: Reading Bases, principal

More information

LISA: Probing the Universe with Gravitational Waves. Tom Prince Caltech/JPL. Laser Interferometer Space Antenna LISA

LISA: Probing the Universe with Gravitational Waves. Tom Prince Caltech/JPL.  Laser Interferometer Space Antenna LISA : Probing the Universe with Gravitational Waves Tom Caltech/JPL Laser Interferometer Space Antenna http://lisa.nasa.gov Gravitational Wave Astronomy is Being Born LIGO, VIRGO, GEO, TAMA 4000m, 3000m, 2000m,

More information

AS The Astronomical Universe. Prof. Merav Opher - Fall 2013

AS The Astronomical Universe. Prof. Merav Opher - Fall 2013 SYLLABUS AS 102 - The Astronomical Universe Prof. Merav Opher - Fall 2013 Course Catalog Summary: The birth and death of stars; red giants, white dwarfs, black holes; our galaxy, the Milky Way, and other

More information

Detection of the Incoherent Gravitational Wave Background with Pulsar Timing Arrays

Detection of the Incoherent Gravitational Wave Background with Pulsar Timing Arrays Detection of the Incoherent Gravitational Wave Background with Pulsar Timing Arrays Bill Coles, UCSD With credit to George Hobbs, Rick Jenet and Dick Manchester, plus Simon Johnson, David Champion and

More information

Modern Cosmology / Scott Dodelson Contents

Modern Cosmology / Scott Dodelson Contents Modern Cosmology / Scott Dodelson Contents The Standard Model and Beyond p. 1 The Expanding Universe p. 1 The Hubble Diagram p. 7 Big Bang Nucleosynthesis p. 9 The Cosmic Microwave Background p. 13 Beyond

More information

Data analysis of massive data sets a Planck example

Data analysis of massive data sets a Planck example Data analysis of massive data sets a Planck example Radek Stompor (APC) LOFAR workshop, Meudon, 29/03/06 Outline 1. Planck mission; 2. Planck data set; 3. Planck data analysis plan and challenges; 4. Planck

More information

PHYS1118 Astronomy II

PHYS1118 Astronomy II PHYS1118 Astronomy II Course Description: This course is designed for non-science students. A study of astronomy as related to humans and society. Topics include elements of Newtonian physics, Relativity,

More information

Line Broadening. φ(ν) = Γ/4π 2 (ν ν 0 ) 2 + (Γ/4π) 2, (3) where now Γ = γ +2ν col includes contributions from both natural broadening and collisions.

Line Broadening. φ(ν) = Γ/4π 2 (ν ν 0 ) 2 + (Γ/4π) 2, (3) where now Γ = γ +2ν col includes contributions from both natural broadening and collisions. Line Broadening Spectral lines are not arbitrarily sharp. There are a variety of mechanisms that give them finite width, and some of those mechanisms contain significant information. We ll consider a few

More information

Isotropy and Homogeneity

Isotropy and Homogeneity Cosmic inventory Isotropy and Homogeneity On large scales the Universe is isotropic (looks the same in all directions) and homogeneity (the same average density at all locations. This is determined from

More information

(Astronomy for Dummies) remark : apparently I spent more than 1 hr giving this lecture

(Astronomy for Dummies) remark : apparently I spent more than 1 hr giving this lecture (Astronomy for Dummies) remark : apparently I spent more than 1 hr giving this lecture A.D. 125? Ptolemy s geocentric model Planets ( ) wander among stars ( ) For more info: http://aeea.nmns.edu.tw/aeea/contents_list/universe_concepts.html

More information

Approximate Inference Part 1 of 2

Approximate Inference Part 1 of 2 Approximate Inference Part 1 of 2 Tom Minka Microsoft Research, Cambridge, UK Machine Learning Summer School 2009 http://mlg.eng.cam.ac.uk/mlss09/ Bayesian paradigm Consistent use of probability theory

More information

Bayesian Networks: Construction, Inference, Learning and Causal Interpretation. Volker Tresp Summer 2016

Bayesian Networks: Construction, Inference, Learning and Causal Interpretation. Volker Tresp Summer 2016 Bayesian Networks: Construction, Inference, Learning and Causal Interpretation Volker Tresp Summer 2016 1 Introduction So far we were mostly concerned with supervised learning: we predicted one or several

More information

Cosmology with CMB: the perturbed universe

Cosmology with CMB: the perturbed universe Cosmology with CMB: the perturbed universe Utkal Univ. (Jan 11-12, 2008) Tarun Souradeep I.U.C.A.A, Pune, India How do we know so much now about this model Universe? Cosmic Microwave Background Pristine

More information

Searching for gravitational waves. with LIGO detectors

Searching for gravitational waves. with LIGO detectors Werner Berger, ZIB, AEI, CCT Searching for gravitational waves LIGO Hanford with LIGO detectors Gabriela González Louisiana State University On behalf of the LIGO Scientific Collaboration KITP Colloquium,

More information

Approximate Inference Part 1 of 2

Approximate Inference Part 1 of 2 Approximate Inference Part 1 of 2 Tom Minka Microsoft Research, Cambridge, UK Machine Learning Summer School 2009 http://mlg.eng.cam.ac.uk/mlss09/ 1 Bayesian paradigm Consistent use of probability theory

More information

Astr 102: Introduction to Astronomy. Lecture 16: Cosmic Microwave Background and other evidence for the Big Bang

Astr 102: Introduction to Astronomy. Lecture 16: Cosmic Microwave Background and other evidence for the Big Bang Astr 102: Introduction to Astronomy Fall Quarter 2009, University of Washington, Željko Ivezić Lecture 16: Cosmic Microwave Background and other evidence for the Big Bang 1 Outline Observational Cosmology:

More information

LIGO Observational Results

LIGO Observational Results LIGO Observational Results Patrick Brady University of Wisconsin Milwaukee on behalf of LIGO Scientific Collaboration LIGO Science Goals Direct verification of two dramatic predictions of Einstein s general

More information

Really, really, what universe do we live in?

Really, really, what universe do we live in? Really, really, what universe do we live in? Fluctuations in cosmic microwave background Origin Amplitude Spectrum Cosmic variance CMB observations and cosmological parameters COBE, balloons WMAP Parameters

More information

Astronomy 102: Stars and Galaxies Sample Review Test for Examination 3

Astronomy 102: Stars and Galaxies Sample Review Test for Examination 3 October 28, 2003 Name: Astronomy 102: Stars and Galaxies Sample Review Test for Examination 3 Do not open the test until instructed to begin. Instructions: Write your answers in the space provided. No

More information

Extragalactic Astronomy

Extragalactic Astronomy Extragalactic Astronomy Topics: Milky Way Galaxies: types, properties, black holes Active galactic nuclei Clusters and groups of galaxies Cosmology and the expanding universe Formation of structure Galaxies

More information

Natural Science I: Quarks to Cosmos V Spring 2010 Meyer 121

Natural Science I: Quarks to Cosmos V Spring 2010 Meyer 121 Natural Science I: Quarks to Cosmos V55.0209 Spring 2010 Meyer 121 Monday and Wednesday 11:00 a.m. 12:15 p.m. Instructor: Prof. Ingyin Zaw Office: Meyer 509 Office Phone: (212)-992-8789 E-mail: ingyin.zaw@nyu.edu

More information

Physics 403. Segev BenZvi. Classical Hypothesis Testing: The Likelihood Ratio Test. Department of Physics and Astronomy University of Rochester

Physics 403. Segev BenZvi. Classical Hypothesis Testing: The Likelihood Ratio Test. Department of Physics and Astronomy University of Rochester Physics 403 Classical Hypothesis Testing: The Likelihood Ratio Test Segev BenZvi Department of Physics and Astronomy University of Rochester Table of Contents 1 Bayesian Hypothesis Testing Posterior Odds

More information

Pulsar Observation and Data Analysis Ryan Shannon Postdoctoral Fellow, CSIRO Astronomy and Space Science

Pulsar Observation and Data Analysis Ryan Shannon Postdoctoral Fellow, CSIRO Astronomy and Space Science Credit: John Sarkissian Pulsar Observation and Data Analysis Ryan Shannon Postdoctoral Fellow, CSIRO Astronomy and Space Science Outline What are pulsars? What are the requirements for instrumentation/observing

More information

Astro-2: History of the Universe. Lecture 5; April

Astro-2: History of the Universe. Lecture 5; April Astro-2: History of the Universe Lecture 5; April 23 2013 Previously.. On Astro-2 Galaxies do not live in isolation but in larger structures, called groups, clusters, or superclusters This is called the

More information

AS102 -The Astronomical Universe. The boring details. AS102 - Major Topics. Day Labs - Rooms B4 & 606. Where are we (earth, sun) in the universe?

AS102 -The Astronomical Universe. The boring details. AS102 - Major Topics. Day Labs - Rooms B4 & 606. Where are we (earth, sun) in the universe? AS102 - Major Topics Where are we (earth, sun) in the universe? What are stars? AS102 -The Astronomical Universe Instructor: Professor Tereasa Brainerd TAs: Ren Cashman & Katie Garcia How are stars born,

More information

Astronomy 122 Section 1 TR Digital Computer Laboratory. Outline. Class Webpage. Book Website

Astronomy 122 Section 1 TR Digital Computer Laboratory. Outline. Class Webpage. Book Website Astronomy 122 Section 1 TR 1300-1350 1320 Digital Computer Laboratory Leslie Looney Phone: 244-3615 Email: lwlw@wuiucw. wedu Office: Astro Building #218 Office Hours: Next Class: T 10:30-11:30 a.m. or

More information

Gravitational-Wave Data Analysis: Lecture 2

Gravitational-Wave Data Analysis: Lecture 2 Gravitational-Wave Data Analysis: Lecture 2 Peter S. Shawhan Gravitational Wave Astronomy Summer School May 29, 2012 Outline for Today Matched filtering in the time domain Matched filtering in the frequency

More information

Astroparticle physics

Astroparticle physics Timo Enqvist University of Oulu Oulu Southern institute lecture cource on Astroparticle physics 15.09.2009 15.12.2009 10 Cosmic microwave background Content 10.0 Small introduction 10.1 Cosmic microwave

More information

Who SHOULD take this course? Course Goals. Beginning of Today s Class. Who am I. Course Goals (more general) 1/16/18

Who SHOULD take this course? Course Goals. Beginning of Today s Class. Who am I. Course Goals (more general) 1/16/18 ASTR 1040: Accel Intro Astron 2 Stars & Galaxies Two merging galaxies HST: NGC2207 / IC2163 Prof. Juri Toomre TAs: Peri Johnson, Ryan Horton Tues/Thur 11:00am, Duane G-130 Lecture 1 16 Jan 2018 Detailed

More information

Review: Penn State Pulsar Timing and Gravitational Wave Detection Workshop

Review: Penn State Pulsar Timing and Gravitational Wave Detection Workshop Review: Penn State Pulsar Timing and Gravitational Wave Detection Workshop Fredrick A Jenet Center for Gravitational Wave Astronomy University of Texas at Brownsville http://cgwp.gravity.psu.edu/events/pulsartiming/program.shtml

More information

Statistical Searches in Astrophysics and Cosmology

Statistical Searches in Astrophysics and Cosmology Statistical Searches in Astrophysics and Cosmology Ofer Lahav University College London, UK Abstract We illustrate some statistical challenges in Astrophysics and Cosmology, in particular noting the application

More information

Physics 160: Stellar Astrophysics Independent Term Project Guidelines

Physics 160: Stellar Astrophysics Independent Term Project Guidelines Physics 160: Stellar Astrophysics Independent Term Project Guidelines As 30% of your overall grade, you will complete an independent term paper and presentation related to the material covered in this

More information

B L U E V A L L E Y D I S T R I C T C U R R I C U L U M Science Astronomy

B L U E V A L L E Y D I S T R I C T C U R R I C U L U M Science Astronomy B L U E V A L L E Y D I S T R I C T C U R R I C U L U M Science Astronomy ORGANIZING THEME/TOPIC UNIT 1: EARTH AND THE SOLAR SYSTEM Formation of the Solar System Motion and Position Kepler s Laws Newton

More information

Status and Prospects for LIGO

Status and Prospects for LIGO Status and Prospects for LIGO Crab Pulsar St Thomas, Virgin Islands Barry C. Barish Caltech 17-March-06 LIGO Livingston, Louisiana 4 km 17-March-06 Confronting Gravity - St Thomas 2 LIGO Hanford Washington

More information

The SKA and Pulsar Timing Arrays

The SKA and Pulsar Timing Arrays The SKA and Pulsar Timing Arrays George Hobbs April 2015 ASTRONOMY AND SPACE SCIENCE Presentation title Presenter name Page 2 Main goal of the pulsar timing arrays 1. To detect gravitational waves 2. Status

More information

Physics Fundamentals of Astronomy

Physics Fundamentals of Astronomy Physics 1303.010 Fundamentals of Astronomy Course Information Meeting Place & Time ASU Planetarium (VIN P-02) TR 09:30-10:45 AM Spring 2018 Instructor Dr. Kenneth Carrell Office: VIN 119 Phone: (325) 942-2136

More information

arxiv:astro-ph/ v1 14 Sep 2005

arxiv:astro-ph/ v1 14 Sep 2005 For publication in Bayesian Inference and Maximum Entropy Methods, San Jose 25, K. H. Knuth, A. E. Abbas, R. D. Morris, J. P. Castle (eds.), AIP Conference Proceeding A Bayesian Analysis of Extrasolar

More information

The Cosmic Microwave Background

The Cosmic Microwave Background The Cosmic Microwave Background Our probe of the birth of the universe Will Handley wh260@cam.ac.uk Astrophysics Department Cavendish Laboratory University of Cambridge 20 th March 2013 Overview Light

More information

Learning Objectives: Chapter 13, Part 1: Lower Main Sequence Stars. AST 2010: Chapter 13. AST 2010 Descriptive Astronomy

Learning Objectives: Chapter 13, Part 1: Lower Main Sequence Stars. AST 2010: Chapter 13. AST 2010 Descriptive Astronomy Chapter 13, Part 1: Lower Main Sequence Stars Define red dwarf, and describe the internal dynamics and later evolution of these low-mass stars. Appreciate the time scale of late-stage stellar evolution

More information

Modified Gravity (MOG) and Dark Matter: Can Dark Matter be Detected in the Present Universe?

Modified Gravity (MOG) and Dark Matter: Can Dark Matter be Detected in the Present Universe? Modified Gravity (MOG) and Dark Matter: Can Dark Matter be Detected in the Present Universe? John Moffat Perimeter Institute, Waterloo, Ontario, Canada Talk given at the Miami 2014 topical conference on

More information

ASTRONOMY 10 De Anza College

ASTRONOMY 10 De Anza College ASTRONOMY De Anza College Section 1 M - F, 7:0-8: am De Anza Planetarium (PLT) ek Cichanski Office: S-1a Office hours: Mon thru Fri :0am-:pm, other times by appt. Office phone: (408) 84-84 Email: cichanskimarek@fhda.edu

More information

Progress in the Search for Continuous Gravitational Waves from Binary Pulsars and a Proposed Approach to Machine-Learning Detection

Progress in the Search for Continuous Gravitational Waves from Binary Pulsars and a Proposed Approach to Machine-Learning Detection Progress in the Search for Continuous Gravitational Waves from Binary Pulsars and a Proposed Approach to Machine-Learning Detection Shalma Wegsman Gueron The University of Chicago, Department of Physics

More information

Synergy with Gravitational Waves

Synergy with Gravitational Waves Synergy with Gravitational Waves Alexandre Le Tiec and Jérôme Novak Laboratoire Univers et Théories Observatoire de Paris / CNRS LIGO, Virgo, ( elisa, ET,... ( What is a gravitational wave? A gravitational

More information

Astronomy 210 Final. Astronomy: The Big Picture. Outline

Astronomy 210 Final. Astronomy: The Big Picture. Outline Astronomy 210 Final This Class (Lecture 40): The Big Bang Next Class: The end HW #11 Due next Weds. Final is May 10 th. Review session: May 6 th or May 9 th? Designed to be 2 hours long 1 st half is just

More information

AST 301 Introduction to Astronomy

AST 301 Introduction to Astronomy AST 301 Introduction to Astronomy John Lacy RLM 16.332 471-1469 lacy@astro.as.utexas.edu Myoungwon Jeon RLM 16.216 471-0445 myjeon@astro.as.utexas.edu Bohua Li RLM 16.212 471-8443 bohuali@astro.as.utexas.edu

More information

Transient Events from Neutron Star Mergers

Transient Events from Neutron Star Mergers Transient Events from Neutron Star Mergers Li-Xin Li Kavli Institute for Astronomy and Astrophysics Peking University, Beijing Transient Astronomical Events Transient astronomical events include all astronomical

More information

Cosmic Background Radiation

Cosmic Background Radiation Cosmic Background Radiation The Big Bang generated photons, which scattered frequently in the very early Universe, which was opaque. Once recombination happened the photons are scattered one final time

More information

School of Physics & Astronomy

School of Physics & Astronomy School of Physics & Astronomy Important Degree Information: B.Sc./M.A. Honours The general requirements are 480 credits over a period of normally 4 years(and not more than 5 years) or part-time equivalent;

More information

Delphine Perrodin INAF-Osservatorio Astronomico di Cagliari (Italy) IPTA Student Week 2017, Sèvres, France

Delphine Perrodin INAF-Osservatorio Astronomico di Cagliari (Italy) IPTA Student Week 2017, Sèvres, France Delphine Perrodin INAF-Osservatorio Astronomico di Cagliari (Italy) IPTA Student Week 2017, Sèvres, France Outline! Introduction to Gravitational Wave detectors! Introduction to Pulsar Timing Arrays! Stochastic

More information

Astronomy 162, Week 10 Cosmology Patrick S. Osmer Spring, 2006

Astronomy 162, Week 10 Cosmology Patrick S. Osmer Spring, 2006 Astronomy 162, Week 10 Cosmology Patrick S. Osmer Spring, 2006 Information Makeup quiz Wednesday, May 31, 5-6PM, Planetarium Review Session, Monday, June 5 6PM, Planetarium Cosmology Study of the universe

More information

Quantum Physics and Beyond

Quantum Physics and Beyond Physics 120 Today Lesson 3: Problems with the Big Bang Cosmic Inflation Yale Physics 120 1/29/2018 John Harris 1 Physics 120 Now posted on homepage Announcements Homework 1-2 Solutions Homework 3 Reading

More information

CURRICULUM COURSE OUTLINE

CURRICULUM COURSE OUTLINE CURRICULUM COURSE OUTLINE Course Name(s): Grade(s): Department: Course Length: Pre-requisite: Introduction to Physics 9 th grade Science 1 semester Textbook/Key Resource: Conceptual Physical Science Explorations

More information

COURSE INTRODUCTION. J. Elder CSE 6390/PSYC 6225 Computational Modeling of Visual Perception

COURSE INTRODUCTION. J. Elder CSE 6390/PSYC 6225 Computational Modeling of Visual Perception COURSE INTRODUCTION COMPUTATIONAL MODELING OF VISUAL PERCEPTION 2 The goal of this course is to provide a framework and computational tools for modeling visual inference, motivated by interesting examples

More information

Cosmology with Gravitational Wave Detectors. Maya Fishbach

Cosmology with Gravitational Wave Detectors. Maya Fishbach Cosmology with Gravitational Wave Detectors Maya Fishbach Part I: Cosmography Compact Binary Coalescenses are Standard Sirens The amplitude* of a GW from a CBC is The timescale is Measuring amplitude,

More information

The direct detection of gravitational waves: The first discovery, and what the future might bring

The direct detection of gravitational waves: The first discovery, and what the future might bring The direct detection of gravitational waves: The first discovery, and what the future might bring Chris Van Den Broeck Nikhef - National Institute for Subatomic Physics Amsterdam, The Netherlands Physics

More information

imin...

imin... Pulsar Timing For a detailed look at pulsar timing and other pulsar observing techniques, see the Handbook of Pulsar Astronomy by Duncan Lorimer and Michael Kramer. Pulsars are intrinsically interesting

More information

Today. Lookback time. ASTR 1020: Stars & Galaxies. Astronomy Picture of the day. April 2, 2008

Today. Lookback time. ASTR 1020: Stars & Galaxies. Astronomy Picture of the day. April 2, 2008 ASTR 1020: Stars & Galaxies April 2, 2008 Astronomy Picture of the day Reading: Chapter 21, sections 21.3. MasteringAstronomy Homework on Galaxies and Hubble s Law is due April 7 th. Weak Lensing Distorts

More information

International Olympiad on Astronomy and Astrophysics (IOAA)

International Olympiad on Astronomy and Astrophysics (IOAA) Syllabus of International Olympiad on Astronomy and Astrophysics (IOAA) General Notes 1. Extensive contents in basic astronomical concepts are required in theoretical and practical problems. 2. Basic concepts

More information