LSST Pipelines and Data Products. Jim Bosch / LSST PST / January 30, 2018

Size: px
Start display at page:

Download "LSST Pipelines and Data Products. Jim Bosch / LSST PST / January 30, 2018"

Transcription

1 LSST Pipelines and Data Products Jim Bosch / LSST PST / January 30,

2 Context This is the first of six talks on LSST's data products: 1. Pipelines and Data Products Overview (January 30, Jim Bosch) 2. Photometric Data Products (February 27, Robert Lupton) 3. Astrometric Data Products (March 27,??) 4. Alert Stream (April 24, Eric Bellm) 5. DM's Approach to Blended Sources (May 29,??) 6. Moving Object Pipelines (June 26, Mario Juric) (all dates and speakers are tentative) 2

3 Nomenclature Source: measurements at a single epoch Object: measurements utilizing multiple (typically all) epochs PVI: Processed Visit Image (aka calexp, Calibrated Exposure) DIA: Difference Imaging Analysis MOPS: Moving Object Processing System AP: Alert Production (aka Prompt, Nightly, Level 1) DRP: Data Release Production (aka Annual, Yearly, Level 2) User Generated: data products created by science users (Level 3) 3

4 Overview Data Release: all datasets for static sky science and most time domain science Prompt: "pre-release" single-epoch data products + alerts for transient and time domain science that requires fast follow-up 4

5 Data Release Overview Not shown: MOPS (produces SSObjects from DIASources). 5

6 Data Release Overview 6

7 Image Characterization and Calibration 7

8 PVIs One image for every Visit+Sensor combination, with: Photometric Calibration wavelength dependent Astrometric Calibration / WCS: includes distortions (not a simple FITS WCS) not wavelength-dependent Point Spread Function may include shifts wavelength-dependent Background Model estimated/subtracted using flats appropriate for the spectrum of the sky 8

9 Sources A table of detections and measurements derived from PVIs. Measurements include: Centroids Aperture and PSF photometry Adaptive-moment shapes Simple morphological star/galaxy separation Sources are probably most valuable for diagnostic purposes; if you're interested in......the static sky or stellar astrometry, use Object instead....variables, use Forced Source instead....transients or solar system objects, use DIASource and/or SSObject instead. 9

10 Data Release Overview 10

11 Coaddition and Image Differencing 11

12 Coadds Direct: combine warps with no special treatment of PSFs Used for deblending and most measurements. Mathematically similar to just taking longer exposures. Minimizes correlated noise. Effective coadd PSF is a weighted average of per-epoch PSFs. Matched: convolve warps to yield the same constant PSF Used for artifact detection and masking. Used as templates for image differencing (may be a different set). Used for measurements that don't include a PSF correction (e.g. aperture fluxes). Considerable correlated noise. Only the PSF-matched coadds used as templates are retained. 12

13 More Coadds Deep: direct coadds with data from almost all epochs Best-Seeing: direct coadds with data from the best-seeing epochs Short-Period: direct or detection coadds with data from epochs within a particular date range. Not retained. Optimal Coadds: not part of the current baseline. If implemented, would replace both Deep and Best-Seeing. 13

14 DIA Data Products Difference Images: (science image) - (template) Template is formed by warping, PSF-matching, and DCR-correcting the template to match the properties of the science image. DIASources: detections and measurements on Difference Images Should require minimal deblending (nearly all DIA detections will be point sources, and the static sky will have been removed). We hope to remove false positives primarily with better image processing, but will use machine-learning classifiers if necessary. DIA Data Products are the only ones we guarantee to be high-quality in crowded stellar fields. 14

15 Data Release Overview 15

16 Coadd Processing 16

17 Defining Objects in DRP DIAObjects are defined by associating DIASources. Objects are defined by combining DIAObjects and detections from Coadds. This can help resolve ambiguities in the original DIASource association. The set of DIAObjects is a strict subset of the set of Objects. Sources are not used to define Objects at all. They are associated with Objects after Objects are defined, and that matching will in general be ambiguous. 17

18 Objects: Coadd Measurements Centroids1,2,3 Adaptive-moment shapes1,2,3,4 Aperture photometry1,4 Kron and Petrosian photometry1,4 Standard colors (algorithm TBD)2,? Each band measured independently. All bands measured consistently together. Measured on Direct Coadds. Measured on PSF-Matched Coadds. 18

19 Data Release Overview 19

20 Multi-Epoch Object Characterization 20

21 Multi-Epoch Object Measurements Moving Point Source Fit PSF to all epochs, with parameters for absolute position, proper motion, parallax, and constant per-band flux. Restricted Bulge+Disk Model Fit a PSF-convolved linear combination of an elliptical exponential profile (Sersic n=1) and de Vaucouleurs (Sersic n=4) profile. Components will have the same ellipticity and center. Fit independently in each band. 21

22 Forced Photometry We will measure aperture-corrected PSF forced photometry for all Objects1 on both PVIs and Difference Images: Difference Images should be less affected by blending. PVIs should have less noise. We will have to "project" deblending results from the coadd to the measurement image for at least PVI forced photometry (how is TBD). 1. This does not include Solar System Objects, but it does include DIAObjects. 22

23 Probable Changes We will probably fit a bulge+disk model to all data from all bands simultaneously. This may be in addition to per-band fits, or we might parameterize per-band differences in the joint fit. We will probably tweak the parameterization of the bulge+disk model. We'd like to relax the constraint that both components have the same ellipticity without adding too many degrees of freedom. We will probably run a modern nonparametric shear estimation algorithm like BFD or Metacalibration as well, instead of relying on the bulge+disk fits for shear measurements. 23

24 Not Improbable Changes If we can get per-object optimal coadds working, we could drop multi-epoch object characterization entirely. Moving Point Source models would be constrained by data from Short Period coadds and per-epoch centroid derivatives measured in Forced Photometry. Bulge+Disk models would be fit to the per-object optimal coadds. 24

25 Other DRP Data Products Variability characterization (derived from forced photometry) Photometric redshifts (derived from Standard Colors) Survey Geometry / Masks / Completeness information: definition of these data products is currently in progress probably defined via a hierarchical pixelization of the sky (e.g. HEALPix/MOC, HTM) we will ensure that software tools exist for working with whatever format we choose 25

26 Prompt Processing No Object table or Coadd images. Uses Coadds and reference catalog from last DR as inputs. Simpler pipelines: no iterative refinement or self-calibration. Three pieces: Produce transient alerts within 60s. Refresh Solar System Object (SSObject) catalog daily. Perform forced photometry on new and existing DIAObjects. 26

27 Overview Data Release 27

28 Overview Prompt 28

29 Image Characterization and Calibration Data Release 29

30 Image Characterization and Calibration Prompt 30

31 Coaddition and Image Differencing Data Release 31

32 Coaddition and Image Differencing Prompt 32

33 Prompt Data Products PVIs Very similar to DR, but with less sophisticated image characterization (e.g. PSF models). Difference Images & DIASources Extremely similar to DR; DR might be able to do a better job masking some kinds of artifacts, and might have less noise in the templates at the start of the survey. 33

34 Prompt Data Products DIAObjects Prompt: created directly from associations of DIASources. DR: created from associations of DIASources, then potentially refined by comparison with coadd detections. Forced Photometry Prompt: only on Difference Images, using DIAObject positions. DR: on both Difference Images and Calibrated Images, using Object positions. 34

35 Prompt Data Products Solar System Objects Created incrementally by linking DIASources that were not associated with an existing high-confidence DIAObject. DR version uses only LSST inputs (e.g. no MPC orbits). Alerts A packet of information about every DIASource (including its relationships to DIAObjects and SSObjects). Does not exist at all in DRP. 35

36 More Information Data Products Definition Document (LSE-163): Concise, focuses on data products. Polished, but still uses confusing Level-N nomenclature. Science Pipelines Design Document (LDM-151): Much more detailed, focuses on algorithms. Rougher and sometimes speculative. Post questions at Future talks! 36

Photometric Products. Robert Lupton, Princeton University LSST Pipeline/Calibration Scientist PST/SAC PST/SAC,

Photometric Products. Robert Lupton, Princeton University LSST Pipeline/Calibration Scientist PST/SAC PST/SAC, Photometric Products Robert Lupton, Princeton University LSST Pipeline/Calibration Scientist PST/SAC 2018-02-27 PST/SAC, 2018-02-27 LSST2017 Tucson, AZ August 14-18, 2017 1 Outline Photometry Point Sources

More information

Data Products Definition Document

Data Products Definition Document Large Synoptic Survey Telescope (LSST) Data Products Definition Document M. Jurić, T. Axelrod, A.C. Becker, J. Becla, E. Bellm, J.F. Bosch, D. Ciardi, A.J. Connolly, G.P. Dubois-Felsmann, F. Economou,

More information

Data Products Definition Document

Data Products Definition Document Large Synoptic Survey Telescope (LSST) Systems Engineering Data Products Definition Document M. Jurić, T. Axelrod, A.C. Becker, J. Becla, E. Bellm, J.F. Bosch, D. Ciardi, A.J. Connolly, G.P. Dubois-Felsmann,

More information

Transient Alerts in LSST. 1 Introduction. 2 LSST Transient Science. Jeffrey Kantor Large Synoptic Survey Telescope

Transient Alerts in LSST. 1 Introduction. 2 LSST Transient Science. Jeffrey Kantor Large Synoptic Survey Telescope Transient Alerts in LSST Jeffrey Kantor Large Synoptic Survey Telescope 1 Introduction During LSST observing, transient events will be detected and alerts generated at the LSST Archive Center at NCSA in

More information

Image Processing in Astronomy: Current Practice & Challenges Going Forward

Image Processing in Astronomy: Current Practice & Challenges Going Forward Image Processing in Astronomy: Current Practice & Challenges Going Forward Mario Juric University of Washington With thanks to Andy Connolly, Robert Lupton, Ian Sullivan, David Reiss, and the LSST DM Team

More information

Tim Axelrod, Jacek Becla, Gregory Dubois-Felsmann, Jeff Kantor, Kian- Tat Lim, Robert Lupton LDM-151

Tim Axelrod, Jacek Becla, Gregory Dubois-Felsmann, Jeff Kantor, Kian- Tat Lim, Robert Lupton LDM-151 Tim Axelrod, Jacek Becla, Gregory Dubois-Felsmann, Jeff Kantor, Kian- Tat Lim, Robert Lupton LDM-151 August 4, 2011 Version Date Description Owner name 1 3/26/2009 Initial version as Document-7396 1.2

More information

Local Volume, Milky Way, Stars, Planets, Solar System: L3 Requirements

Local Volume, Milky Way, Stars, Planets, Solar System: L3 Requirements Local Volume, Milky Way, Stars, Planets, Solar System: L3 Requirements Anthony Brown Sterrewacht Leiden brown@strw.leidenuniv.nl Sterrewacht Leiden LSST@Europe2 2016.06.21-1/8 LSST data product levels

More information

LARGE SYNOPTIC SURVEY TELESCOPE. Draft. Large Synoptic Survey Telescope (LSST) Data Products Definition Document

LARGE SYNOPTIC SURVEY TELESCOPE. Draft. Large Synoptic Survey Telescope (LSST) Data Products Definition Document Large Synoptic Survey Telescope (LSST) Data Products Definition Document M. Jurić, T. Axelrod, A.C. Becker, J. Becla, J.F. Bosch, D. Ciardi, A.J. Connolly, G.P. Dubois-Felsmann, F. Economou, M. Freemon,

More information

Tim Axelrod, Jacek Becla, Gregory Dubois-Felsmann, Jeff Kantor, Kian- Tat Lim, Robert Lupton LDM-151

Tim Axelrod, Jacek Becla, Gregory Dubois-Felsmann, Jeff Kantor, Kian- Tat Lim, Robert Lupton LDM-151 Tim Axelrod, Jacek Becla, Gregory Dubois-Felsmann, Jeff Kantor, Kian- Tat Lim, Robert Lupton LDM-151 August 4, 2011 Version Date Description Owner name 1 3/26/2009 Initial version as Document-7396 1.2

More information

Astronomical image reduction using the Tractor

Astronomical image reduction using the Tractor the Tractor DECaLS Fin Astronomical image reduction using the Tractor Dustin Lang McWilliams Postdoc Fellow Carnegie Mellon University visiting University of Waterloo UW / 2015-03-31 1 Astronomical image

More information

Data Processing in DES

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

More information

Basics of Photometry

Basics of Photometry Basics of Photometry Photometry: Basic Questions How do you identify objects in your image? How do you measure the flux from an object? What are the potential challenges? Does it matter what type of object

More information

GALEX GR1 Instrument Performance and Calibration Review

GALEX GR1 Instrument Performance and Calibration Review GALEX GR1 Instrument Performance and Calibration Review Patrick Morrissey Caltech Operations Overview GALEX is operating quite smoothly in 2004. Active space weather has mostly dissipated. FUV is shut

More information

From DES to LSST. Transient Processing Goes from Hours to Seconds. Eric Morganson, NCSA LSST Time Domain Meeting Tucson, AZ May 22, 2017

From DES to LSST. Transient Processing Goes from Hours to Seconds. Eric Morganson, NCSA LSST Time Domain Meeting Tucson, AZ May 22, 2017 From DES to LSST Transient Processing Goes from Hours to Seconds Eric Morganson, NCSA LSST Time Domain Meeting Tucson, AZ May 22, 2017 Hi, I m Eric Dr. Eric Morganson, Research Scientist, Nation Center

More information

(Slides for Tue start here.)

(Slides for Tue start here.) (Slides for Tue start here.) Science with Large Samples 3:30-5:00, Tue Feb 20 Chairs: Knut Olsen & Melissa Graham Please sit roughly by science interest. Form small groups of 6-8. Assign a scribe. Multiple/blended

More information

Gaia Photometric Data Analysis Overview

Gaia Photometric Data Analysis Overview Gaia Photometric Data Analysis Overview Gaia photometric system Paola Marrese Sterrewacht Leiden marrese@strw.leidenuniv.nl Role of photometry in overall Gaia data analysis Photometric data analysis goals

More information

Supplementary Materials for

Supplementary Materials for Supplementary Materials for The Shortest Known Period Star Orbiting our Galaxy's Supermassive Black Hole L. Meyer, A. M. Ghez, R. Schödel, S. Yelda, A. Boehle, J. R. Lu, T. Do, M. R. Morris, E. E. Becklin,

More information

SDSS Data Management and Photometric Quality Assessment

SDSS Data Management and Photometric Quality Assessment SDSS Data Management and Photometric Quality Assessment Željko Ivezić Princeton University / University of Washington (and SDSS Collaboration) Thinkshop Robotic Astronomy, Potsdam, July 12-15, 2004 1 Outline

More information

Science Results Enabled by SDSS Astrometric Observations

Science Results Enabled by SDSS Astrometric Observations Science Results Enabled by SDSS Astrometric Observations Željko Ivezić 1, Mario Jurić 2, Nick Bond 2, Jeff Munn 3, Robert Lupton 2, et al. 1 University of Washington 2 Princeton University 3 USNO Flagstaff

More information

Reduced data products in the ESO Phase 3 archive (Status: 02 August 2017)

Reduced data products in the ESO Phase 3 archive (Status: 02 August 2017) Reduced data products in the ESO Phase 3 archive (Status: 02 August 2017) The ESO Phase 3 archive provides access to reduced and calibrated data products. All these data are stored in standard formats

More information

Photometric Techniques II Data analysis, errors, completeness

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

More information

An end-to-end simulation framework for the Large Synoptic Survey Telescope Andrew Connolly University of Washington

An end-to-end simulation framework for the Large Synoptic Survey Telescope Andrew Connolly University of Washington An end-to-end simulation framework for the Large Synoptic Survey Telescope Andrew Connolly University of Washington LSST in a nutshell The LSST will be a large, wide-field, ground-based optical/near-ir

More information

Large Synoptic Survey Telescope

Large Synoptic Survey Telescope Large Synoptic Survey Telescope Željko Ivezić University of Washington Santa Barbara, March 14, 2006 1 Outline 1. LSST baseline design Monolithic 8.4 m aperture, 10 deg 2 FOV, 3.2 Gpix camera 2. LSST science

More information

The shapes of faint galaxies: A window unto mass in the universe

The shapes of faint galaxies: A window unto mass in the universe Lecture 15 The shapes of faint galaxies: A window unto mass in the universe Intensity weighted second moments Optimal filtering Weak gravitational lensing Shear components Shear detection Inverse problem:

More information

Processing Wide Field Imaging data Mike Irwin

Processing Wide Field Imaging data Mike Irwin Processing Wide Field Imaging data Mike Irwin N4244 confidence map stack 20 dithered i band frames Subaru 8m CTIO 4m KPNO 4m CFH 3.6m INT 2.5m ESO 2.2m DART WFPC2 SuprimeCam 1000Tb IPHAS 10Tb 100Tb overall

More information

Weak Lensing (and other) Measurements from Ground and Space Observatories

Weak Lensing (and other) Measurements from Ground and Space Observatories Weak Lensing (and other) Measurements from Ground and Space Observatories Gary Bernstein CfCP Workshop 12/16/01 1. Present State of the Art: New Results from the CTIO Weak Lensing Survey. Mike Jarvis GMB,

More information

The Dark Energy Survey Public Data Release 1

The Dark Energy Survey Public Data Release 1 The Dark Energy Survey Public Data Release 1 Matias Carrasco Kind (NCSA/UIUC) and the DR1 Release Team https://des.ncsa.illinois.edu/ Near-Field Cosmology with DES DR1 and Beyond Workshop, June 27-29th,

More information

Measuring Radial Velocities of Low Mass Eclipsing Binaries

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

More information

Study of the evolution of the ACS/WFC sensitivity loss

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

More information

LSST Discovery Potential for Solar System Science and Planetary Defense

LSST Discovery Potential for Solar System Science and Planetary Defense LSST Discovery Potential for Solar System Science and Planetary Defense Zeljko Ivezic Mario Juric Lynne Jones Colin Slater Joachim Moeyens (University of Washington) and the LSST Project. SBAG June 14,

More information

Improving the Absolute Astrometry of HST Data with GSC-II

Improving the Absolute Astrometry of HST Data with GSC-II The 2005 HST Calibration Workshop Space Telescope Science Institute, 2005 A. M. Koekemoer, P. Goudfrooij, and L. L. Dressel, eds. Improving the Absolute Astrometry of HST Data with GSC-II A. M. Koekemoer,

More information

Functional analysis (CU6)

Functional analysis (CU6) Functional analysis (CU6) CU:inputResults(1:n+1) C1 Auxiliary data: e.g. atomic data, C2 template, CC-mask C3 Archived processed spectroscopic data: CC-peaks, extr. spectra (> 6 months old) Mark Cropper

More information

Time Dependence of ACS WFC CTE Corrections for Photometry and Future Predictions

Time Dependence of ACS WFC CTE Corrections for Photometry and Future Predictions Time Dependence of ACS WFC CTE Corrections for Photometry and Future Predictions Adam Riess, Jennifer Mack May 5, 2004 ABSTRACT We present measurements of photometric losses due to imperfect parallel and

More information

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

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

More information

MULTIPLE EXPOSURES IN LARGE SURVEYS

MULTIPLE EXPOSURES IN LARGE SURVEYS MULTIPLE EXPOSURES IN LARGE SURVEYS / Johns Hopkins University Big Data? Noisy Skewed Artifacts Big Data? Noisy Skewed Artifacts Serious Issues Significant fraction of catalogs is junk GALEX 50% PS1 3PI

More information

VISTA HEMISPHERE SURVEY DATA RELEASE 1

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

More information

Inside Catalogs: A Comparison of Source Extraction Software

Inside Catalogs: A Comparison of Source Extraction Software PUBLICATIONS OF THE ASTRONOMICAL SOCIETY OF THE PACIFIC, 125:68 82, 2013 January 2013. The Astronomical Society of the Pacific. All rights reserved. Printed in U.S.A. Inside Catalogs: A Comparison of Source

More information

2-D Images in Astronomy

2-D Images in Astronomy 2-D Images in Astronomy ZTF camera FOV is 50 square degrees. Largest camera on >1m telescope by area in the world. Or, to make a little clearer, here s Orion. The white box is the ZTF imaging area. The

More information

Machine Learning Applications in Astronomy

Machine Learning Applications in Astronomy Machine Learning Applications in Astronomy Umaa Rebbapragada, Ph.D. Machine Learning and Instrument Autonomy Group Big Data Task Force November 1, 2017 Research described in this presentation was carried

More information

IMPROVING THE DECONVOLUTION METHOD FOR ASTEROID IMAGES: OBSERVING 511 DAVIDA, 52 EUROPA, AND 12 VICTORIA

IMPROVING THE DECONVOLUTION METHOD FOR ASTEROID IMAGES: OBSERVING 511 DAVIDA, 52 EUROPA, AND 12 VICTORIA IMPROVING THE DECONVOLUTION METHOD FOR ASTEROID IMAGES: OBSERVING 511 DAVIDA, 52 EUROPA, AND 12 VICTORIA Z Robert Knight Department of Physics and Astronomy University of Hawai`i at Hilo ABSTRACT Deconvolution

More information

A Comparison of Radio and Optical Astrometric Reduction Algorithms

A Comparison of Radio and Optical Astrometric Reduction Algorithms A Comparison of Radio and Optical Astrometric Reduction Algorithms G. H. Kaplan U.S. Naval Observatory ghk@newcomb.usno.navy.mil Abstract This paper examines the correspondence between two approaches to

More information

Introduction to the Sloan Survey

Introduction to the Sloan Survey Introduction to the Sloan Survey Title Rita Sinha IUCAA SDSS The SDSS uses a dedicated, 2.5-meter telescope on Apache Point, NM, equipped with two powerful special-purpose instruments. The 120-megapixel

More information

Astrometry (STEP) M. Shao

Astrometry (STEP) M. Shao Technical Issues for Narrow Angle Astrometry (STEP) M. Shao Outline Ground based narrow angle astrometry Current state of the art (0.5~1 mas (in 30 min) What are the limiting error sources Photon noise

More information

Modern Image Processing Techniques in Astronomical Sky Surveys

Modern Image Processing Techniques in Astronomical Sky Surveys Modern Image Processing Techniques in Astronomical Sky Surveys Items of the PhD thesis József Varga Astronomy MSc Eötvös Loránd University, Faculty of Science PhD School of Physics, Programme of Particle

More information

The WFIRST High La/tude Survey. Christopher Hirata, for the SDT November 18, 2014

The WFIRST High La/tude Survey. Christopher Hirata, for the SDT November 18, 2014 The WFIRST High La/tude Survey Christopher Hirata, for the SDT November 18, 2014 1 Outline Recap of HLS parameters Examples of currently open trades & issues 2 High La/tude Survey Overview 3 Summary ü

More information

Calibration Goals and Plans

Calibration Goals and Plans CHAPTER 13 Calibration Goals and Plans In This Chapter... Expected Calibration Accuracies / 195 Calibration Plans / 197 This chapter describes the expected accuracies which should be reached in the calibration

More information

Probabilistic Cataloguing in Crowded Fields

Probabilistic Cataloguing in Crowded Fields Probabilistic Cataloguing in Crowded Fields Stephen K N PORTILLO with Benjamin C G LEE, Tansu DAYLAN and Douglas P FINKBEINER 19 September 2017 AstroStat Day Cataloguing Crowded Stellar Fields Portillo

More information

Parametrization and Classification of 20 Billion LSST Objects: Lessons from SDSS

Parametrization and Classification of 20 Billion LSST Objects: Lessons from SDSS SLAC-PUB-14716 Parametrization and Classification of 20 Billion LSST Objects: Lessons from SDSS Ž. Ivezić, T. Axelrod, A.C. Becker, J. Becla, K. Borne, D.L. Burke, C.F. Claver, K.H. Cook, A. Connolly,

More information

Galaxies in Pennsylvania. Bernstein, Jarvis, Nakajima, & Rusin: Implementation of the BJ02 methods

Galaxies in Pennsylvania. Bernstein, Jarvis, Nakajima, & Rusin: Implementation of the BJ02 methods Galaxies in Pennsylvania Bernstein, Jarvis, Nakajima, & Rusin: Implementation of the BJ02 methods Bases of our methods: Shapes with geometric meaning: No empirical polarizabilities; simple optimizations

More information

The Large Synoptic Survey Telescope

The Large Synoptic Survey Telescope The Large Synoptic Survey Telescope Philip A. Pinto Steward Observatory University of Arizona for the LSST Collaboration 17 May, 2006 NRAO, Socorro Large Synoptic Survey Telescope The need for a facility

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

A new method to search for Supernova Progenitors in the PTF Archive. Frank Masci & the PTF Collaboration

A new method to search for Supernova Progenitors in the PTF Archive. Frank Masci & the PTF Collaboration A new method to search for Supernova Progenitors in the PTF Archive Frank Masci & the PTF Collaboration 1 The Palomar Transient Factory (PTF) Fully automated wide-field time-domain survey in optical Carried

More information

Quantifying Secular Evolution Through Structural Decomposition

Quantifying Secular Evolution Through Structural Decomposition Quantifying Secular Evolution Through Structural Decomposition University of St Andrews / ICRAR (UWA) o How do structures form? bulge disk bar pseudo-bulge disk bulge??? o Are ellipticals and bulges essentially

More information

SKA Continuum Deep Field Surveys

SKA Continuum Deep Field Surveys SKA Continuum Deep Field Surveys Amit Vishwas April 7, 2010 The Square Kilometer Array The Next Generation Radio Telescope Spread over a long baseline ~1000 kms Large Effective Area: but only a fraction

More information

Infra-red imaging of perpendicular nested bars in spiral galaxies with the Infra-red Camera at the Carlos Sanchez Telescope

Infra-red imaging of perpendicular nested bars in spiral galaxies with the Infra-red Camera at the Carlos Sanchez Telescope Infra-red imaging of perpendicular nested bars in spiral galaxies with the Infra-red Camera at the Carlos Sanchez Telescope S.N. Kemp (skemp@ll.iac.es) Instituto de Astrofísica de Canarias, E-38200 La

More information

Expected precision on planet radii with

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

More information

9. High-level processing (astronomical data analysis)

9. High-level processing (astronomical data analysis) Master ISTI / PARI / IV Introduction to Astronomical Image Processing 9. High-level processing (astronomical data analysis) André Jalobeanu LSIIT / MIV / PASEO group Jan. 2006 lsiit-miv.u-strasbg.fr/paseo

More information

Gaia Data Release 1: Datamodel description

Gaia Data Release 1: Datamodel description Gaia Data Release 1: Datamodel description Documentation release D.0 European Space Agency and GaiaData Processing and Analysis Consortium September 13, 2016 Contents 1 Main tables 3 1.1 gaia source...............................

More information

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

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

More information

NEOFIXER A BROKER FOR NEAR EARTH ASTEROID FOLLOW-UP ROB SEAMAN & ERIC CHRISTENSEN CATALINA SKY SURVEY

NEOFIXER A BROKER FOR NEAR EARTH ASTEROID FOLLOW-UP ROB SEAMAN & ERIC CHRISTENSEN CATALINA SKY SURVEY NEOFIXER A BROKER FOR NEAR EARTH ASTEROID FOLLOW-UP ROB SEAMAN & ERIC CHRISTENSEN CATALINA SKY SURVEY Building the Infrastructure for Time-Domain Alert Science in the LSST Era May 22-25, 2017 Tucson CATALINA

More information

An improved technique for increasing the accuracy of photometrically determined redshifts for blended galaxies

An improved technique for increasing the accuracy of photometrically determined redshifts for blended galaxies An improved technique for increasing the accuracy of photometrically determined redshifts for blended galaxies Ashley Marie Parker Marietta College, Marietta, Ohio Office of Science, Science Undergraduate

More information

The Yale/ODI Survey(s)

The Yale/ODI Survey(s) The Yale/ODI Survey(s) High-level goals & parameters of survey Science cases (more in specific area talks) Management structure, kinds of survey project Goals of this meeting Strawman observing strategy

More information

SkyMapper and the Southern Sky Survey

SkyMapper and the Southern Sky Survey and the Southern Sky Survey, Brian Schmidt and Mike Bessell Slide 1 What is? 1.35m telescope with a 5.7 sq. degree field of view To reside at Siding Spring Observatory, NSW To conduct the Southern Sky

More information

The Impact of x-cte in the WFC3/UVIS detector on Astrometry

The Impact of x-cte in the WFC3/UVIS detector on Astrometry Instrument Science Report WFC3 2014-02 The Impact of x-cte in the WFC3/UVIS detector on Astrometry Jay Anderson April 4, 2014 ABSTRACT Recent observations of the center of globular cluster Omega Centauri

More information

BigBOSS Data Reduction Software

BigBOSS Data Reduction Software BigBOSS Data Reduction Software The University of Utah Department of Physics & Astronomy The Premise BigBOSS data reduction software is as important as BigBOSS data collection hardware to the scientific

More information

The in-orbit wavelength calibration of the WFC G800L grism

The in-orbit wavelength calibration of the WFC G800L grism The in-orbit wavelength calibration of the WFC G800L grism A. Pasquali, N. Pirzkal, J.R. Walsh March 5, 2003 ABSTRACT We present the G800L grism spectra of the Wolf-Rayet stars WR45 and WR96 acquired with

More information

Reverberation Mapping in the Era of MOS and Time-Domain Surveys: from SDSS to MSE

Reverberation Mapping in the Era of MOS and Time-Domain Surveys: from SDSS to MSE Reverberation Mapping in the Era of MOS and Time-Domain Surveys: from SDSS to MSE Yue Shen Carnegie Obs -> University of Illinois at Urbana-Champaign MSE Science Team Meeting, July 29-31 2015, Big Island

More information

Automatic Star-tracker Optimization Framework. Andrew Tennenbaum The State University of New York at Buffalo

Automatic Star-tracker Optimization Framework. Andrew Tennenbaum The State University of New York at Buffalo SSC17-VIII-6 Automatic Star-tracker Optimization Framework Andrew Tennenbaum The State University of New York at Buffalo aztennen@buffalo.edu Faculty Advisor: John Crassidis The State University of New

More information

Catalog Information and Recommendations

Catalog Information and Recommendations Catalog Information and Recommendations U.S. Naval Observatory, December, 2000 P.O.C. Sean Urban (seu@pyxis.usno.navy.mil) 1 Introduction The following is a list of widely used or well known catalogs for

More information

Quantifying the Assembly History of Elliptical Galaxies

Quantifying the Assembly History of Elliptical Galaxies Quantifying the Assembly History of Elliptical Galaxies Michael Pierce (University of Wyoming) A Science Use Case for GMT and TMT Origin of Elliptical Galaxies! Elliptical Galaxies Form Through Mergers!

More information

A Random Walk Through Astrometry

A Random Walk Through Astrometry A Random Walk Through Astrometry Astrometry: The Second Oldest Profession George H. Kaplan Astronomical Applications Department Astrometry Department U.S. Naval Observatory Random Topics to be Covered

More information

arxiv: v1 [astro-ph.im] 10 Nov 2015

arxiv: v1 [astro-ph.im] 10 Nov 2015 Asteroids: New Observations, New Models Proceedings IAU Symposium No. 318, 2015 S. Chesley, A. Morbidelli, R. Jedicke & D. Farnocchia eds. c 2015 International Astronomical Union DOI: 0000/X000000000000000X

More information

The Plato Input Catalog (PIC)

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

More information

arxiv: v1 [astro-ph.ep] 29 Nov 2017

arxiv: v1 [astro-ph.ep] 29 Nov 2017 The Large Synoptic Survey Telescope as a Near-Earth Object Discovery Machine R. Lynne Jones 1, Colin T. Slater 1, Joachim Moeyens 1, Lori Allen 2, Tim Axelrod 3, Kem Cook 4, Željko Ivezić1, Mario Jurić

More information

Cosmic shear analysis of archival HST/ACS data

Cosmic shear analysis of archival HST/ACS data 1 Patrick Simon 2,1 Thomas Erben 1 Peter Schneider 1 Jan Hartlap 1 Catherine Heymans 3 Phil Marshall 4,5 Chris Fassnacht 6 Eric Morganson 4 Marusa Bradac 4,5 Hendrik Hildebrandt 1 Marco Hetterscheidt 1

More information

First results from the Stockholm VIMOS Supernova Survey

First results from the Stockholm VIMOS Supernova Survey First results from the Stockholm VIMOS Supernova Survey - Detection efficiencies and photometric accuracy in supernova surveys Outline The Stockholm VIMOS Supernova Survey, SVISS. First results from the

More information

Introduction to SDSS -instruments, survey strategy, etc

Introduction to SDSS -instruments, survey strategy, etc Introduction to SDSS -instruments, survey strategy, etc (materials from http://www.sdss.org/) Shan Huang 17 February 2010 Survey type Status Imaging and Spectroscopy Basic Facts SDSS-II completed, SDSS-III

More information

(Present and) Future Surveys for Metal-Poor Stars

(Present and) Future Surveys for Metal-Poor Stars (Present and) Future Surveys for Metal-Poor Stars Timothy C. Beers Department of Physics & Astronomy Michigan State University & JINA: Joint Institute for Nuclear Astrophysics SDSS 1 Why the Fascination

More information

The Impact of Gaia on Our Knowledge of Stars and Their Planets

The Impact of Gaia on Our Knowledge of Stars and Their Planets The Impact of Gaia on Our Knowledge of Stars and Their Planets A. Sozzetti INAF Osservatorio Astrofisico di Torino Know thy star know thy planet conference pasadena, 11/10/2017 The impact of Gaia on our

More information

GLIMPSE Quality Assurance v1.0

GLIMPSE Quality Assurance v1.0 GLIMPSE Quality Assurance v1.0 Ed Churchwell, Brian Babler, Steve Bracker, Martin Cohen, Remy Indebetouw, Marilyn Meade, Christer Watson, Barbara Whitney Jan. 24, 2006 Contents I. Introduction 2 II. GLIMPSE

More information

Crystal Lake Observatory Double Star Measurements: Report #1

Crystal Lake Observatory Double Star Measurements: Report #1 Page 90 Crystal Lake Observatory Double Star Measurements: Report #1 Craig Young 2331 State Highway 31 Te Awamutu, New Zealand craig.young.m8@gmail.com Abstract: This paper reports updated astrometric

More information

Searching for Needles in the Sloan Digital Haystack

Searching for Needles in the Sloan Digital Haystack Searching for Needles in the Sloan Digital Haystack Robert Lupton Željko Ivezić Jim Gunn Jill Knapp Michael Strauss University of Chicago, Fermilab, Institute for Advanced Study, Japanese Participation

More information

Space-Based Imaging Astrometry: Life with an Undersampled PSF. Jay Anderson STScI Feb 15, 2012

Space-Based Imaging Astrometry: Life with an Undersampled PSF. Jay Anderson STScI Feb 15, 2012 Space-Based Imaging Astrometry: Life with an Undersampled PSF Jay Anderson STScI Feb 15, 2012 Overview of the Talk Astrometry with HST 3 critical issues Science General Microlensing Extensions to WFIRST

More information

Surveys at z 1. Petchara Pattarakijwanich 20 February 2013

Surveys at z 1. Petchara Pattarakijwanich 20 February 2013 Surveys at z 1 Petchara Pattarakijwanich 20 February 2013 Outline Context & Motivation. Basics of Galaxy Survey. SDSS COMBO-17 DEEP2 COSMOS Scientific Results and Implications. Properties of z 1 galaxies.

More information

Astrometric Performance of STIS CCD CTI Corrections on Omega Cen Images

Astrometric Performance of STIS CCD CTI Corrections on Omega Cen Images Instrument Science Report STIS 2015-05 Astrometric Performance of STIS CCD CTI Corrections on Omega Cen Images John Biretta, Sean Lockwood, and John Debes September 28, 2015 ABSTRACT We are in the process

More information

Gaia Status & Early Releases Plan

Gaia Status & Early Releases Plan Gaia Status & Early Releases Plan F. Mignard Univ. Nice Sophia-Antipolis & Observatory of the Côte de Azur Gaia launch: 20 November 2013 The big news @ 08:57:30 UTC 2 Gaia: a many-sided mission Driven

More information

Wide-field Infrared Survey Explorer (WISE) Subsystem Design Specification: Multiband DETector (MDET)

Wide-field Infrared Survey Explorer (WISE) Subsystem Design Specification: Multiband DETector (MDET) Wide-field Infrared Survey Explorer (WISE) Subsystem Design Specification: Multiband DETector (MDET) Version 2.0 January 12, 2009 Prepared by: Ken Marsh Infrared Processing and Analysis Center California

More information

Mario Juric Institute for Advanced Study, Princeton

Mario Juric Institute for Advanced Study, Princeton Mapping Galactic density, metallicity and kinematics. Mario Juric Institute for Advanced Study, Princeton with Zeljko Ivezic, Nick Bond, Branimir Sesar, Robert Lupton and the SDSS Collaboration Dissecting

More information

LSST, Euclid, and WFIRST

LSST, Euclid, and WFIRST LSST, Euclid, and WFIRST Steven M. Kahn Kavli Institute for Particle Astrophysics and Cosmology SLAC National Accelerator Laboratory Stanford University SMK Perspective I believe I bring three potentially

More information

A Parameterization of the Chandra Point Spread Function

A Parameterization of the Chandra Point Spread Function Christopher L. Allen, Diab Jerius, and Terry Gaetz SAO 27 Oct 2003 Overview The off-axis Chandra PSF is a complex function of source position and energy: It is roughly elliptical, more so as off-axis angle

More information

PRACTICAL ANALYTICS 7/19/2012. Tamás Budavári / The Johns Hopkins University

PRACTICAL ANALYTICS 7/19/2012. Tamás Budavári / The Johns Hopkins University PRACTICAL ANALYTICS / The Johns Hopkins University Statistics Of numbers Of vectors Of functions Of trees Statistics Description, modeling, inference, machine learning Bayesian / Frequentist / Pragmatist?

More information

The SKYGRID Project A Calibration Star Catalog for New Sensors. Stephen A. Gregory Boeing LTS. Tamara E. Payne Boeing LTS. John L. Africano Boeing LTS

The SKYGRID Project A Calibration Star Catalog for New Sensors. Stephen A. Gregory Boeing LTS. Tamara E. Payne Boeing LTS. John L. Africano Boeing LTS The SKYGRID Project A Calibration Star Catalog for New Sensors Stephen A. Gregory Boeing LTS Tamara E. Payne Boeing LTS John L. Africano Boeing LTS Paul Kervin Air Force Research Laboratory POSTER SESSION

More information

Transient Astronomy with the Gaia Satellite

Transient Astronomy with the Gaia Satellite Transient Astronomy with the Gaia Satellite Simon Hodgkin, Lukasz Wyrzykowski, Ross Burgon, Sergey Koposov, Nadejda Blagorodnova, Floor van Leeuwen, Vasily Belokurov, Laurent Eyer, Timo Prusti, Nic Walton

More information

Three data analysis problems

Three data analysis problems Three data analysis problems Andreas Zezas University of Crete CfA Two types of problems: Fitting Source Classification Fitting: complex datasets Fitting: complex datasets Maragoudakis et al. in prep.

More information

Precision Tracking of Decimeter Targets at GEO Distances using the Magdalena Ridge Observatory 2.4-meter Telescope

Precision Tracking of Decimeter Targets at GEO Distances using the Magdalena Ridge Observatory 2.4-meter Telescope Precision Tracking of Decimeter Targets at GEO Distances using the Magdalena Ridge Observatory 2.4-meter Telescope William H. Ryan and Eileen V. Ryan Magdalena Ridge Observatory, New Mexico Institute of

More information

Status report of the Solar System Working Group

Status report of the Solar System Working Group Status report of the Solar System Working Group F. Mignard 10 June, 2002 Observatoire de la Côte d Azur/CERGA 1 Introduction This text is a compilation of the reports provided by each of the task leaders

More information

WPHOT Solution for Flux, Position, and Proper Motion

WPHOT Solution for Flux, Position, and Proper Motion WPHOT Solution for Flux, Position, and Proper Motion Document number: WSDC-D-T04. Overview of Previous WPHOT Versions The v- versions of the WPHOT module solved for point-source fluxes and positions by

More information

LSST Science. Željko Ivezić, LSST Project Scientist University of Washington

LSST Science. Željko Ivezić, LSST Project Scientist University of Washington LSST Science Željko Ivezić, LSST Project Scientist University of Washington LSST@Europe, Cambridge, UK, Sep 9-12, 2013 OUTLINE Brief overview of LSST science drivers LSST science-driven design Examples

More information

CHEF applications to the ALHAMBRA survey

CHEF applications to the ALHAMBRA survey Highlights of Spanish Astrophysics VII, Proceedings of the X Scientific Meeting of the Spanish Astronomical Society held on July 9-13, 2012, in Valencia, Spain. J. C. Guirado, L. M. Lara, V. Quilis, and

More information

How to calibrate interferometric data

How to calibrate interferometric data National Aeronautics and Space Administration Jet Propulsion Laboratory California Institute of Technology How to calibrate interferometric data Rachel Akeson 28 July 2006 Outline Calibration basics System

More information