XRT Data Analysis I E. Troja (NASA/GSFC/ORAU)

Size: px
Start display at page:

Download "XRT Data Analysis I E. Troja (NASA/GSFC/ORAU)"

Transcription

1 XRT Data Analysis I E. Troja (NASA/GSFC/ORAU) with thanks to Kim Page (U. Leicester) 1

2 Introduction to XRT Basic steps: Outline - XRT data processing (from Level 1 to Level 3) - create images, light curves with XSELECT PILE-UP CORRECTION (mainly PC) - introduction to QDP Create a spectrum (mainly PC) - Fit it with XSPEC more advanced analysis will be covered in the next two lectures

3 The X-Ray Telescope UVOT XRT BAT * Bandpass: kev FoV: 23.6 x 23.6 Precision: a few arcsec Effective area: 110 cm 1.5 kev Sensitivity: erg/cm 2 /s

4 XRT read-out modes Imaging mode Exposure of 0.1 or 2.5 s No spectroscopy data Photo-Diode mode Disabled since May 2005 Windowed Timing mode 1-dimensional imaging 1.7 ms time resolution NEW: WT settling Photon Counting mode 2-dimensional imaging 2.5 s time resolution

5 Run the xrtpipeline The pipeline requires the auxil and xrt directories to run. punlearn xrtpipeline xrtpipeline cleanup=no createexpomap=yes punlearn: reset the default parameters cleanup=no keeps all the temporary files the pipeline produces; this is mainly useful because it keeps the extraction region used, which is centred on the position given. createexpomap=yes will save us time, but if you forget it there is xrtexpomap TO EXPLORE THE COMMAND PARAMETERS USE FHELP namecommand

6 xrtpipeline example panormus: ~/swiftdb >xrtpipeline cleanup=no createexpomap=yes ============================================================ Running SWIFT XRT pipeline Task: xrtpipeline Version: Release Date: ============================================================ Source RA position (degrees or hh mm ss.s) or POINT or OBJECT[ ] : Source DEC position (degrees or dd mm ss.s) or POINT or OBJECT[ ] : Target Archive Directory Path [ ] : Stem for FITS input files [i.e. sw ] [ ] :sw Directory for outputs [ ] : GRB xrt min later... xrtpipeline_0.12.4: Exit with no errors - Tue Nov 9 13:20:31 EST 2010 ==============================================================

7 GRB position: some useful links GCNs: Swift XRT enhanced position (GCN 9339) optical afterglow position (GCN 9332) GCN Reports: Heasarc Coordinate Converter:

8 Products - PC mode sw xpcw3po_uf.evt sw xpcw3po_cl.evt Level 1 Level 3 - Calibrated ds9 sw xpcw3po_cl.evt -regions sw xpcw3po.reg Create source (30 pix) and background (annulus) regions for lightcurves and spectra

9 Products - PC mode sw xpcw3po_uf.evt sw xpcw3po_cl.evt Level 1 Level 3 - Calibrated ds9 sw xpcw3po_cl.evt -regions sw xpcw3po.reg Create source (30 pix) and background (annulus) regions for lightcurves and spectra

10 Products - WT mode ds9 sw xwtw2po_cl.evt RED: source region (40 x 20 pixels wide) GREEN: background region

11 XSELECT - Extract an image XSELECT is an easy way to extract X-ray images, spectra and light-curves: > xselect Enter session name >[xsel] > read event Enter the Event file dir >[ ]./ Enter Event file list > [ ] sw xpcw3po_cl.evt Got new mission: SWIFT Reset the mission? >[ ] yes xsel:swift-xrt-photon > filter pha_cutoff ! kev energy band xsel:swift-xrt-photon > extract image xsel:swift-xrt-photon > plot image

12 XSELECT - Extract a spectrum xsel > read ev sw xwtw2po_cl.evt > Enter the Event file dir >[./] xsel:swift-xrt-windowed > filter region srcwt.reg xsel:swift-xrt-windowed > extract spectrum xsel:swift-xrt-windowed > save spectrum > Give output file name >[] grb090510_wt.pha Wrote spectrum to grb090510_wt.pha xsel:swift-xrt-windowed > clear region xsel:swift-xrt-windowed > filter region bkgwt.reg xsel:swift-xrt-windowed > extract spectrum xsel:swift-xrt-windowed > save spectrum > Give output file name >[] grb090510_wt_bkg.pha Wrote spectrum to grb090510_wt_bkg.pha

13 XSELECT - Extract a light curve xsel:swift-xrt-windowed > clear region xsel:swift-xrt-windowed > filter region srcwt.reg xsel:swift-xrt-windowed > filter pha_cutoff xsel:swift-xrt-windowed > set binsize 10 xsel:swift-xrt-windowed > extract curve > plot curve > save curve wtsrc.lc > clear region > filter region srcbkg.reg > set binsize 10 > extract curve > save curve wtbkg.lc

14 Pile-up in PC data Although Swift has different modes designed for different count-rates, there can be problems with pile-up (generally in PC mode, but really bright objects can be piled-up in WT), where more than one photon hits a single (or adjacent) pixel before the charge has been read out. Where this is the case, an annular region should be used to extract the spectrum, rather than a circle, in order to exclude the core of the PSF. If the count-rate for the source is more than ~ count s -1, the PC data are likely to suffer from pile-up. A piled-up spectrum will be flatter/ harder than one which has the pile-up correctly accounted for. > xselect > read ev sw xpcw3po_cl.evt > Enter the Event file dir >[./] > filter region src.reg > filter pha_cutoff > extra curve

15 Pile-up - 2 Reducing the source region decreases the statistics. Pile-up usually affects only the first orbit of PC data.

16 Pile-up - 3 > filter time cursor OPENS A QDP SESSION > rescale x e3 To start selection enter quit at the PLT prompt then - to select a time range click the left mouse button on the start time then again on the stop time. To cancel the selection click the second time outside the plot. - press x on the keyboard to finish cursor selection and return to the xselect prompt > clear region > extract event copyall=yes! copyall=yes makes a copy of the BADPIX extension > save event grb090510_pc_orb1.evt

17 Pile-up - 4 A quick way to estimate the radius which should be excluded is to run the PSF command in XIMAGE: > ximage > read grb090510_pc_orb1.evt > cpd /xtk > disp > psf/cur click in centre and as far out as you want to determine the PSF This then takes you into QDP, with the PSF profile, which can be fitted with the King function ( model king ) out in the wings away from pile-up. r c ~ 5.8; β ~ 1.55 where PSF(r) = [1 + (r/r c ) 2 ] -β

18 Pile-up - 5 PLT> model king 1 RC: VAL( ), ,-1 2 IN: VAL( ), ,-1 3 S0: VAL( ), The cyan-coloured data points in the lower panel are the only ones we re interested in. Either use the command col off fit or fit on 5

19 Pile-up arcsec ~ 3 pixels The yellow line shows the King profile fitted to the wings of the PSF where pile-up is negligible. Extrapolating down to smaller radii shows where the model and data start to diverge; this is the radius which should be excluded when extracting spectra/light-curves.

20 Apply the pile-up correction Edit your src.reg file in order to exclude the central pixels: circle( , ,30) -circle( , ,3) save it as srcnopu.reg EXERCISE: Create PC source and background spectra during the first orbit. Tips: - use the event file grb090510_pc_orb1.evt or use the original PC file and select the time interval with filter time cursor - use the corrected source region file (srcnopu.reg) to extract the spectrum

21 Build an exposure map Exposure maps are used to correct artificial features, like vignetting effects or for the loss of flux caused by some of the CCD pixels not being used to collect data (bad pixels, hot columns). The Swift software allows the user to correct for the loss of flux which occurs when the source is positioned over a hot column. When running xrtpipeline, the command createexpomap=yes will produce an exposure map for each full eventlist. They can also be produced independently: Copy sw sat.fits.gz and sw xhd.hk.gz in your working directory. They are in /auxil and /xrt/hk. > punlearn xrtexpomap > xrtexpomap infile=grb090510_pc_orb1.evt stemout=grb090510_pc_orb1 attfile= sw sat.fits.gz hdfile= sw xhd.hk.gz outdir=./ If everything goes well, the result is a file called grb090510_pc_orb1_ex.img

22 PC exposure map ds9 grb090510_pc_orb1_ex.img -regions src.reg

23 Ancillary response file Ancillary Response Files (ARFs) can be built using the tool xrtmkarf. > punlearn xrtmkarf > xrtmkarf expofile=grb090510_pc_orb1_ex.img Name of the input PHA FITS file [ ] : grb090510_pc_orb1_nopu.pha PSF correction active?(yes/no) [ ] : yes Name of the output ARF FITS file [ ] : grb090510_pc_orb1_nopu.arf Source X coordinate (SKY for PC and WT modes, DET for PD mode): [ ] : -1 Source Y coordinate (SKY for PC and WT modes, DET for PD mode): [ ] : -1 When an exposure map is included, the PSF correction must be active (i.e. yes as the input to the second xrtmkarf prompt); this ensures the ARF is corrected for hot columns, bad pixels and any loss of counts caused by using an annular extraction region (if the source is piled-up). If -1 is given at the prompts for the source coordinates, the position of the source is extracted from the header of the spectrum (and will, thus, correctly be the centre of the extraction region used).

24 Almost there... Source spectrum - corrected for pile-up Background spectrum Ancillary Response File - Response matrix: the relevant RMF to use is given in the output of xrtmkarf xrtmkarf_0.5.6: Info: Processing '/software/heasoft-6.10/swift/caldb// data/swift/xrt/cpf/rmf/swxpc0to12s6_ v011.rmf' CALDB file. > grppha grb090510_pc_orb1_nopu.pha grb090510_fin.pha > bad > group min 20! for chi-squared* > chkey backfile grb090510_pc_orb1_bkg.pha > chkey respfile swxpc0to12s6_ v011.rmf > chkey ancrfile grb090510_pc_orb1_nopu.arf * Alternatively you can use the Cash statistics. In this case: 1) group min 1 2) the source region must be smaller (<10 pix) so that the bkg is negligible

25 XSPEC - Start > xspec > data grb090510_fin.pha 1 spectrum in use Spectral Data File: grb090510_fin.pha Spectrum 1 Net count rate (cts/s) for Spectrum: e-01 +/ e-02 (98.7 % total)... > ignore bad > setplot energy > plot ldata

26 PC Spectrum

27 > model wabs*zwabs*pow XSPEC - Afterglow model wabs: absorption component, modeling the Galactic absorption zwabs: redshift dependant absoprtion component, to model the GRB intrinsic absorption pow: simple power law, suitable for afterglow emission FTOOL NH >nh Equinox (d/f 2000)[2000] RA in hh mm ss.s or degrees[ ] DEC in dd mm ss.s or degrees[ ] LAB >> Average nh (cm**-2) 1.67E+20 LAB >> Weighted average nh (cm**-2) 1.66E+20

28 XSPEC - Fit Input parameter value, delta, min, bot, top, and max values for e+06 1:wabs:nH>0.017,-1! XSPEC model uses units of cm e+06 2:zwabs:nH> :zwabs:Redshift> :powerlaw:PhoIndex> e+24 1e+24 5:powerlaw:norm> > renorm > fit 999! statistic cstat to use the Cash statistics; default is chi-squared

29 XSPEC - RESULTS ================================================================= Model wabs<1>*zwabs<2>*powerlaw<3> Source No.: 1 Active/On Model Model Component Parameter Unit Value par comp 1 1 wabs nh 10^ E-02 frozen 2 2 zwabs nh 10^ E-02 +/ E zwabs Redshift frozen 4 3 powerlaw PhoIndex / E powerlaw norm E-03 +/ E-04 Chi-Squared = using 55 PHA bins. Reduced chi-squared = for 52 degrees of freedom Null hypothesis probability = e-03 XSPEC12>error Parameter Confidence Range (2.706) 90% confidence level ( , ) XSPEC12>error 1. 4 Parameter Confidence Range (1) 68% confidence level ( , ) XSPEC12> plot ldata del

30 XSPEC - RESULTS

31 As a comparison Spectral results without PILE-UP correction ================================================================= Model wabs<1>*zwabs<2>*powerlaw<3> Source No.: 1 Active/On Model Model Component Parameter Unit Value par comp 1 1 wabs nh 10^ E-02 frozen 2 2 zwabs nh 10^ E-02 +/ E zwabs Redshift frozen 4 3 powerlaw PhoIndex / E powerlaw norm E-03 +/ E-04

32 HOMEWORK Create the light curve of GRB and find its best fit model: - you can use xrtgrblc as showed in the next lecture - download the custom QDP models from the WORKSHOP wikipage and fit the light curve - play with QDP and make a nice plot

Using A Pileup Model

Using A Pileup Model Using A Pileup Model Sherpa Threads (CIAO 3.4) Using A Pileup Model 1 Table of Contents Background Information Remove the acis_detect_afterglow Correction Getting Started Reading in Data & Instrument Responses

More information

CIAO Exercises. Table of Contents. Introduction. Getting to know Chandra data Download dataset. Exercise 10. Review V&V report.

CIAO Exercises. Table of Contents. Introduction. Getting to know Chandra data Download dataset. Exercise 10. Review V&V report. CIAO Exercises Table of Contents Introduction Getting to know Chandra data Download dataset Exercise 1 Review V&V report Exercise 2 Display data in ds9 Exercise 3 Exercise 4 Exercise 5 Exercise 6 Inspect

More information

Astrosat Project Soft X-Ray Telescope (SXT)

Astrosat Project Soft X-Ray Telescope (SXT) Astrosat Project Soft X-Ray Telescope (SXT) Standard Operating Procedure AS1SXTLevel2-1.0 Software Prepared by TIFR SXT Team 4 December 2015 Department of Astrophysics & Astronomy Tata Institute of Fundamental

More information

Estimating Errors and Confidence Levels

Estimating Errors and Confidence Levels Estimating Errors and Confidence Levels Sherpa Threads (CIAO 3.4) Estimating Errors and Confidence Levels 1 Table of Contents Errors & Confidence Levels Sherpa Getting Started Downloading the data Downloading

More information

ESAS into SAS ESAC. XMM-Newton. Carlos GABRIEL & Aitor IBARRA. XMM-Newton Science Operations Centre ESAC / ESA SAS

ESAS into SAS ESAC. XMM-Newton. Carlos GABRIEL & Aitor IBARRA. XMM-Newton Science Operations Centre ESAC / ESA SAS E into Carlos GABRIEL & Aitor IBARRA Science Operations Centre / ESA What is E? Extended Source Analysis Software (E): * package for the analysis of EPIC MOS and pn observations (by SS & KK), [suited especially

More information

THE EPIC SIMULATOR AND PILE-UP MODELLING. Prashin Jethwa EPIC BOC /3/2012

THE EPIC SIMULATOR AND PILE-UP MODELLING. Prashin Jethwa EPIC BOC /3/2012 THE EPIC SIMULATOR AND PILE-UP MODELLING Prashin Jethwa EPIC BOC 2012 7/3/2012 OUTLINE Introduction to the EPIC simulator What is it? How does it work? Validation Pile-up modelling Flux losses Spectral

More information

simx: A General-Purpose X-ray Event Simulator Randall Smith

simx: A General-Purpose X-ray Event Simulator Randall Smith simx: A General-Purpose X-ray Event Simulator Randall Smith Download simx from http://hea-www.harvard.edu/simx Install via: (requires c compiler) unix% tar -zxf simx-2.4.2.tar.gz unix% cd simx-2.4.2 unix%./configure

More information

Obtain Grating Spectra from LETG/HRC I Data

Obtain Grating Spectra from LETG/HRC I Data Obtain Grating Spectra from LETG/HRC I Data CIAO 3.4 Science Threads Obtain Grating Spectra from LETG/HRC I Data 1 Table of Contents Obtain Grating Spectra from LETG/HRC I Data CIAO 3.4 Data Preparation

More information

Extracting Extended Source Spectra and Responses

Extracting Extended Source Spectra and Responses Extracting Extended Source Spectra and Responses CIAO 3.4 Science Threads Extracting Extended Source Spectra and Responses 1 Table of Contents Getting Started CALDB 3.3.0.1 patch Using Consistent Calibration:

More information

X-ray Spectra Part II: Fitting Data and Determining Errors

X-ray Spectra Part II: Fitting Data and Determining Errors X-ray Spectra Part II: Fitting Data and Determining Errors Michael Nowak, mnowak@space.mit.edu May 12, 2016 Setting Up the Data This exercise presumes that you ve downloaded and installed the.isisrc files

More information

Using the ACIS "Blank Sky" Background Files

Using the ACIS Blank Sky Background Files Using the ACIS "Blank Sky" Background Files CIAO 3.4 Science Threads Using the ACIS "Blank Sky" Background Files 1 Table of Contents Get Started Download the background files Download the scripts Finding

More information

New Results of Fully Bayesian

New Results of Fully Bayesian of Fully Bayesian UCI February 7, 2012 of Fully Bayesian Calibration Samples Principle Component Analysis Model Building Three source parameter sampling schemes Simulation Quasar data sets New data sets

More information

Fitting Grating Data

Fitting Grating Data Fitting Grating Data Sherpa Fitting Grating Data Sherpa Threads (CIAO 3.4) Fitting Grating Data 1 Table of Contents Fitting Grating Data Sherpa Getting Started Reading the Spectrum Files Building the Instrument

More information

Using FTOOLS and Fv for Data Analysis: Chandra

Using FTOOLS and Fv for Data Analysis: Chandra Using FTOOLS and Fv for Data Analysis: Chandra This tutorial is designed to build upon your current knowledge of FTOOLS and to also provide an introduction to the imaging program Fv. It is strongly recommended

More information

Experiences From The Fermi Data Archive. Dr. Thomas Stephens Wyle IS/Fermi Science Support Center

Experiences From The Fermi Data Archive. Dr. Thomas Stephens Wyle IS/Fermi Science Support Center Experiences From The Fermi Data Archive Dr. Thomas Stephens Wyle IS/Fermi Science Support Center A Brief Outline Fermi Mission Architecture Science Support Center Data Systems Experiences GWODWS Oct 27,

More information

X-ray Spectra Part I: Loading, Visualizing, & Grouping Data

X-ray Spectra Part I: Loading, Visualizing, & Grouping Data X-ray Spectra Part I: Loading, Visualizing, & Grouping Data Michael Nowak, mnowak@space.mit.edu May 12, 2016 Starting up ISIS This exercise presumes that you ve downloaded and installed the.isisrc files

More information

Introduction and Scripts. Jonathan McDowell Chandra X-ray Center, SAO

Introduction and Scripts. Jonathan McDowell Chandra X-ray Center, SAO Introduction and Scripts Jonathan McDowell Chandra X-ray Center, SAO 2014 Nov CXC Scope Caveat: will cover ACIS imaging data only Basics the same for HRC and gratings, but with extra wrinkles Introduction

More information

Introduction to CIAO

Introduction to CIAO 1 Introduction to CIAO (Chandra Interactive Analysis of Observations) CIAO: Chandra's data analysis system Fruscione et al. 2006, SPIE Proc. 6270, 62701V, D.R. Silvia & R.E. Doxsey, eds. THE PEOPLE WHO

More information

Progress Report. Ian Evans On behalf of the Chandra Source Catalog Project Team. Chandra Users Committee Meeting October 25, 2010

Progress Report. Ian Evans On behalf of the Chandra Source Catalog Project Team. Chandra Users Committee Meeting October 25, 2010 Progress Report Ian Evans On behalf of the Chandra Source Catalog Project Team Chandra Users Committee Meeting October 25, 2010 Executive Summary Summary Catalog version 1.1 was released on 2010 Aug 10

More information

CIAO Quick Start. Abbreviated CIAO threads to get started with the most common Chandra data reduction tasks.

CIAO Quick Start. Abbreviated CIAO threads to get started with the most common Chandra data reduction tasks. CIAO Quick Start Abbreviated CIAO threads to get started with the most common Chandra data reduction tasks. I want to... install CIAO Goto http://cxc.cfa.harvard.edu/ciao/download Select Standard Install

More information

Astrosat Project Soft X-Ray Telescope (SXT)

Astrosat Project Soft X-Ray Telescope (SXT) Astrosat Project Soft -Ray Telescope (ST) Standard Operating Procedure AS1STLevel2-1.1 Software Prepared by TIFR ST Team 4 December 2015 Department of Astrophysics & Astronomy Tata Institute of Fundamental

More information

Create a PSF CIAO 3.4 Science Threads

Create a PSF CIAO 3.4 Science Threads Create a PSF CIAO 3.4 Science Threads Create a PSF 1 Table of Contents Create a PSF CIAO 3.4 The PSF Libraries Get Started Characterizing the Source What is the energy of the source? (dmextract) How far

More information

Merging Data from Multiple Imaging Observations

Merging Data from Multiple Imaging Observations Merging Data from Multiple Imaging Observations CIAO 3.4 Science Threads Merging Data from Multiple Imaging Observations 1 Table of Contents Merging Data from Multiple Imaging Observations CIAO 3.4 Getting

More information

Introduction to CIAO (Chandra Interactive Analysis of Observations)

Introduction to CIAO (Chandra Interactive Analysis of Observations) Introduction to CIAO (Chandra Interactive Analysis of Observations) From "ahelp ciao"... A powerful data analysis system originally written for the needs of users of the Chandra X-ray Observatory. Built

More information

Introduction to the Data Model

Introduction to the Data Model DM Intro CIAO 34 Introduction to the Data Model CIAO 34 Science Threads Introduction to the Data Model 1 Table of Contents DM Intro CIAO 34 Get Started Data Model Tools Running Data Model Tools Virtual

More information

1 acis make bkgd. MEMORANDUM May 11, Description. 1.2 Parameters

1 acis make bkgd. MEMORANDUM May 11, Description. 1.2 Parameters MIT Kavli Institute Chandra X-Ray Center MEMORANDUM May 11, 2006 To: Jonathan McDowell, SDS Group Leader From: Glenn Allen (SDS) for the ACIS Background Working Group Subject: acis make bkgd Revision:

More information

An Introduction to ISIS

An Introduction to ISIS An Introduction to ISIS Michael A. Nowak (MIT-Kavli Institute) - with useful advice over the years from- John Houck, John Davis, Dave Huenemoerder, Jörn Wilms An Introduction to ISIS (The Greatest Analysis

More information

Tutorial GRB Analisi prompt emission GRB

Tutorial GRB Analisi prompt emission GRB Tutorial GRB Analisi prompt emission GRB 090510 Sara Cutini Posizione Swift o LAT Trigger GBM Scaricate i dati dal Fermi Science Support Center: Link per LAT: http://fermi.gsfc.nasa.gov/ssc/data/ Link

More information

Progress Report. Ian Evans On behalf of the Chandra Source Catalog Project Team. Chandra Users Committee Meeting October 22, 2013

Progress Report. Ian Evans On behalf of the Chandra Source Catalog Project Team. Chandra Users Committee Meeting October 22, 2013 Progress Report Ian Evans On behalf of the Chandra Source Catalog Project Team Chandra Users Committee Meeting October 22, 2013 Current Catalog Release Summary Current catalog version: 1.1; Released: 2010

More information

Weighting ARFs and RMFs: multiple sources

Weighting ARFs and RMFs: multiple sources Weighting ARFs and RMFs: multiple sources CIAO 3.4 Science Threads Weighting ARFs and RMFs: multiple sources 1 Table of Contents Weighting ARFs and RMFs: multiple sources CIAO 3.4 Get Started CALDB 3.3.0.1

More information

Chandra X-Ray Center. CIAO Workshop

Chandra X-Ray Center. CIAO Workshop Chandra X-Ray Center 1 CIAO Workshop Introduction to X-Ray Data Analysis David Huenemoerder (MIT) Randall Smith (CfA) Abstract We describe in general terms how flux incident on an X-Ray telescope observatory

More information

Obtain Grating Spectra from HETG/ACIS S Data

Obtain Grating Spectra from HETG/ACIS S Data Obtain Grating Spectra from HETG/ACIS S Data CIAO 3.4 Science Threads Obtain Grating Spectra from HETG/ACIS S Data 1 Table of Contents Obtain Grating Spectra from HETG/ACIS S Data CIAO 3.4 Data Preparation

More information

Analysis of Extended Sources

Analysis of Extended Sources Analysis of Extended Sources Michael Wise 1 Analysis of Extended Sources 5th Chandra/CIAO Workshop, 29-31 October 2003 2 Online documentation http://cxc.harvard.edu/ciao/guides/esa.html Background subtraction

More information

The CIAO Contributed Scripts (and a brief introduction to CIAO)

The CIAO Contributed Scripts (and a brief introduction to CIAO) The CIAO Contributed Scripts (and a brief introduction to CIAO) Jonathan McDowell & The CIAO Scripts Team Part 1: a brief introduction to CIAO What is CIAO? CIAO is a free, open-source software package

More information

RGS data reduction and analysis of point-like sources

RGS data reduction and analysis of point-like sources 14 th ESAC SAS Workshop 2 nd 6 th June 2014 RGS data reduction and analysis of point-like sources Rosario González-Riestra XMM-Newton SOC ESAC Processing RGS data (I) from... to... FRAME Time CCD, node,

More information

Current Status of the Blank Field Templates for the PN Timing Mode

Current Status of the Blank Field Templates for the PN Timing Mode Current Status of the Blank Field Templates for the PN Timing Mode Benjamin Mück 1 M. Guainazzi 2, E. Kendziorra 1, C. Tenzer 1 1 Institute for Astronomy and Astrophysics & Kepler Center for Astro and

More information

FIFI-LS: Basic Cube Analysis using SOSPEX

FIFI-LS: Basic Cube Analysis using SOSPEX FIFI-LS: Basic Cube Analysis using SOSPEX Date: 1 Oct 2018 Revision: - CONTENTS 1 INTRODUCTION... 1 2 INGREDIENTS... 1 3 INSPECTING THE CUBE... 3 4 COMPARING TO A REFERENCE IMAGE... 5 5 REFERENCE VELOCITY

More information

Simulation and Auxiliary Data Management

Simulation and Auxiliary Data Management Simulation and Auxiliary Data Management Paola Sartoretti GEPI Meudon Simulation/Test and Auxiliary data! Test data are the simulated RVS data needed to test the data reduction algorithms. They are produced

More information

Chandra Source Catalog Quality Assurance Specifications

Chandra Source Catalog Quality Assurance Specifications I. General Chandra Source Catalog Quality Assurance Specifications August 17, 2007 Ian Evans (ievans@cfa.harvard.edu) 1. Quality Assurance Mechanisms Chandra Source Catalog quality assurance is achieved

More information

NHSC HIFI DP workshop Caltech, September A Tour of HIFI Data. - page 1

NHSC HIFI DP workshop Caltech, September A Tour of HIFI Data. - page 1 NHSC HIFI DP workshop Caltech, 12-13 September 2012 A Tour of HIFI Data - page 1 Outline Opening the observation context A casual look at the HIPE GUI presentation of your data How to plot the spectra

More information

VERY LARGE TELESCOPE 3D Visualization Tool Cookbook

VERY LARGE TELESCOPE 3D Visualization Tool Cookbook European Organisation for Astronomical Research in the Southern Hemisphere VERY LARGE TELESCOPE 3D Visualization Tool Cookbook VLT-SPE-ESO-19500-5652 Issue 1.0 10 July 2012 Prepared: Mark Westmoquette

More information

Living Image Software

Living Image Software Living Image Software User s Manual Version 3.1 2002-2008 Xenogen Corporation. All rights reserved. PN 124908 Xenogen Corporation 68 Elm Street Hopkinton, MA 01748 USA 1.877.522.2447 (US) 1.508.435.9500

More information

GIANO: The Graphical User Interface Manual

GIANO: The Graphical User Interface Manual 1/22 GIANO: The Graphical User Interface Manual Document: TNG-GIANO-001 Issue: 1.0 Prepared by : Name: S. Scuderi Institute: INAF Osservatorio Astrofisico di Catania Date : Approved by : Name: L. Origlia

More information

Introduction to Prism

Introduction to Prism Introduction to Prism CIAO 3.4 Science Threads Introduction to Prism 1 Table of Contents Introduction to Prism CIAO 3.4 Getting Started Launching prism The Basic Display Column filtered Viewing Viewing

More information

region June 20, 2018 Abstract Creates source/background region definition files for extraction of products from event lists.

region June 20, 2018 Abstract Creates source/background region definition files for extraction of products from event lists. operationstyle= single : in this mode, the task constructs just two regions: a source region and a local-background region, both for the same single source. The source region is XMM-Newton Science Analysis

More information

The Italian LBT spectroscopic data reduction pipeline

The Italian LBT spectroscopic data reduction pipeline LBTO 2017 Users' Meeting The Italian LBT spectroscopic data reduction pipeline Alida Marchetti INAF-IASF Milano Firenze, June 20th-23rd reduction pipeline SOME NUMBERS INAF nights 46 Effective observing

More information

Astrosat Project Soft X-Ray Telescope (SXT)

Astrosat Project Soft X-Ray Telescope (SXT) Astrosat Project Soft X-Ray Telescope (SXT) SXT-SOFTWARE-SXTFLAGPIX TIFR Team Sanket Kotak Ashutosh Bajpai Kallol Mukerjee April 29, 2016 Department of Astrophysics & Astronomy Tata Institute of Fundamental

More information

Data products. Dario Fadda (USRA) Pipeline team Bill Vacca Melanie Clarke Dario Fadda

Data products. Dario Fadda (USRA) Pipeline team Bill Vacca Melanie Clarke Dario Fadda Data products Dario Fadda (USRA) Pipeline team Bill Vacca Melanie Clarke Dario Fadda Pipeline (levels 1 à 2) The pipeline consists in a sequence of modules. For each module, files are created and read

More information

To Plot a Graph in Origin. Example: Number of Counts from a Geiger- Müller Tube as a Function of Supply Voltage

To Plot a Graph in Origin. Example: Number of Counts from a Geiger- Müller Tube as a Function of Supply Voltage To Plot a Graph in Origin Example: Number of Counts from a Geiger- Müller Tube as a Function of Supply Voltage 1 Digression on Error Bars What entity do you use for the magnitude of the error bars? Standard

More information

SAS development, maintenance and future

SAS development, maintenance and future SAS development, maintenance and future Carlos GABRIEL (*) XMM-Newton Science Operations Centre ESAC / ESA *on behalf of a lot of people (SAS & PPS Team, SAS WG,...) SAS & PPS development and maintenance

More information

SAMI software description

SAMI software description SAMI software description Prepared by: A.Tokovinin, O.Estay Last update: April 7, 2014 File: soar/software/sami/sami-sw.odt This document describes the functionality of the LabView software that operates

More information

Introduction to Raman spectroscopy measurement data processing using Igor Pro

Introduction to Raman spectroscopy measurement data processing using Igor Pro Introduction to Raman spectroscopy measurement data processing using Igor Pro This introduction is intended to minimally guide beginners to processing Raman spectroscopy measurement data, which includes

More information

Introduction to Fitting ASCII Data with Errors: Single Component Source Models

Introduction to Fitting ASCII Data with Errors: Single Component Source Models Fitting ASCII Data Sherpa Introduction to Fitting ASCII Data with Errors: Single Component Source Models Sherpa Threads (CIAO 3.4) Introduction to Fitting ASCII Data with Errors: Single Component Source

More information

PINGSoft 2: an IDL Integral Field Spectroscopy Software

PINGSoft 2: an IDL Integral Field Spectroscopy Software arxiv:1211.0277v1 [astro-ph.im] 1 Nov 2012 PINGSoft 2: an IDL Integral Field Spectroscopy Software F. Fabián Rosales-Ortega Departamento de Física Teórica, Universidad Autónoma de Madrid, Spain Instituto

More information

SPICAM Archive Tutorial. Principal Investigator : J.L. Bertaux Archive Manager : A. Reberac

SPICAM Archive Tutorial. Principal Investigator : J.L. Bertaux Archive Manager : A. Reberac SPICAM Archive Tutorial Principal Investigator : J.L. Bertaux Archive Manager : A. Reberac 1 SPICAM Archive Tutorial SPICAM Instrument SPICAM data levels/products SPICAM Archive volume set organization

More information

Astronomy 150 Asteroid Lab Due in Class: Monday, Oct. 26

Astronomy 150 Asteroid Lab Due in Class: Monday, Oct. 26 Astronomy 150 Asteroid Lab Due in Class: Monday, Oct. 26 Section 1: First setup computer. (If this step is not correctly setup, nothing will work properly.) 1. Verify that lab computer is booted in windows

More information

SPIcam: an overview. Alan Diercks Institute for Systems Biology 23rd July 2002

SPIcam: an overview. Alan Diercks Institute for Systems Biology 23rd July 2002 SPIcam: an overview Alan Diercks Institute for Systems Biology diercks@systemsbiology.org 23rd July 2002 1 Outline Overview of instrument CCDs mechanics instrument control performance construction anecdotes

More information

ENVI Tutorial: Basic Hyperspectral Analysis

ENVI Tutorial: Basic Hyperspectral Analysis ENVI Tutorial: Basic Hyperspectral Analysis Table of Contents OVERVIEW OF THIS TUTORIAL...2 DEFINE ROIS...3 Load AVIRIS Data...3 Create and Restore ROIs...3 Extract Mean Spectra from ROIs...4 DISCRIMINATE

More information

(0, 1, 1) (0, 1, 1) (0, 1, 0) What is light? What is color? Terminology

(0, 1, 1) (0, 1, 1) (0, 1, 0) What is light? What is color? Terminology lecture 23 (0, 1, 1) (0, 0, 0) (0, 0, 1) (0, 1, 1) (1, 1, 1) (1, 1, 0) (0, 1, 0) hue - which ''? saturation - how pure? luminance (value) - intensity What is light? What is? Light consists of electromagnetic

More information

CCD Report Radial Basis Function Modeling of CARS Data

CCD Report Radial Basis Function Modeling of CARS Data CCD Report 2011-5 Radial Basis Function Modeling of CARS Data March 28, 2011 Doyle Knight Center for Computational Design Dept Mechanical and Aerospace Engineering Rutgers University 98 Brett Road Piscataway,

More information

Wallace Hall Academy

Wallace Hall Academy Wallace Hall Academy CfE Higher Physics Unit 2 - Waves Notes Name 1 Waves Revision You will remember the following equations related to Waves from National 5. d = vt f = n/t v = f T=1/f They form an integral

More information

From multiple images to catalogs

From multiple images to catalogs Lecture 14 From multiple images to catalogs Image reconstruction Optimal co-addition Sampling-reconstruction-resampling Resolving faint galaxies Automated object detection Photometric catalogs Deep CCD

More information

Chapter 15 Grade Rule Grading

Chapter 15 Grade Rule Grading Chapter 15 Grade Rule Grading Contents 15.1 Digitizing the pattern perimeter... 2 15.2 Overview on assigning grade rules... 7 15.3 Edit grade rules... 8 15.4 Save grade rule pattern... 11 15.5 Edit grade

More information

Ahelp: tgdetect CIAO 3.4. Jump to: Description Examples Parameters CHANGES IN CIAO 3.3 Bugs See Also

Ahelp: tgdetect CIAO 3.4. Jump to: Description Examples Parameters CHANGES IN CIAO 3.3 Bugs See Also Ahelp: tgdetect CIAO 3.4 URL: http://cxc.harvard.edu/ciao3.4/tgdetect.html Last modified: December 2006 AHELP for CIAO 3.4 tgdetect Context: tools Jump to: Description Examples Parameters CHANGES IN CIAO

More information

Lecture 05. First Example: A Real Lidar

Lecture 05. First Example: A Real Lidar Lecture 05. First Example: A Real Lidar Brief review of lidar basics K Doppler lidar system architecture K lidar signal estimate from lidar equation Comparison of estimate to reality Summary Review of

More information

Spectroscopy techniques II. Danny Steeghs

Spectroscopy techniques II. Danny Steeghs Spectroscopy techniques II Danny Steeghs Conducting long-slit spectroscopy Science goals must come first, what are the resolution and S/N requirements? Is there a restriction on exposure time? Decide on

More information

Zahner 12/2011. Light Spectra Display and Analysis

Zahner 12/2011. Light Spectra Display and Analysis Zahner 12/2011 Light Spectra Display and Analysis Light Spectra Analysis -2-1. Introduction 3 2. Light Spectra Analysis Graphic Software 4 2.1. Startup...4 2.2. Export Functions...6 2.2.1. Export ASCII

More information

ESO SCIENCE DATA PRODUCTS STANDARD. Doc. No. GEN-SPE-ESO , Issue 5. Addendum. Date: 15/07/2015. Integral Field Spectroscopy: 3D Data Cubes

ESO SCIENCE DATA PRODUCTS STANDARD. Doc. No. GEN-SPE-ESO , Issue 5. Addendum. Date: 15/07/2015. Integral Field Spectroscopy: 3D Data Cubes ESO SCIENCE DATA PRODUCTS STANDARD Doc. No. GEN-SPE-ESO-33000-5335, Issue 5 Addendum Date: 15/07/2015 Integral Field Spectroscopy: 3D Data Cubes The data format being defined in this section applies to

More information

Exploring the Handling of Light Curves in VO tools. Petr Škoda. Jiří Nádvorník, David Andrešič

Exploring the Handling of Light Curves in VO tools. Petr Škoda. Jiří Nádvorník, David Andrešič Exploring the Handling of Light Curves in VO tools Petr Škoda Astronomical Institute, Czech Academy of Sciences Ondřejov Jiří Nádvorník, Faculty of Information Technology Czech Technical University, Prague

More information

dph/h3/cxc/icd/specs tgextract2-1.0/tgextract2.tex

dph/h3/cxc/icd/specs tgextract2-1.0/tgextract2.tex MIT Kavli Institute Chandra X-Ray Center MEMORANDUM November 16, 2015 To: From: Jonathan McDowell, SDS Group Leader; Kenny Glotfelty, DS Tools Lead David Huenemoerder, SDS Subject: tgextract2 Specifications

More information

Exercise of data reduction for MOIRCS Multi-Object Spectroscopy

Exercise of data reduction for MOIRCS Multi-Object Spectroscopy 1D spectrum (Goal for quick workers) Subaru Autumn School 2014, on 24-26 September 2014 Exercise of data reduction for MOIRCS Multi-Object Spectroscopy Schedule on 25 th Sep. (as a guide) 10:10-12:00 (~2

More information

Astronomy 150 Asteroid Lab Due in Class: Monday, Oct. 26

Astronomy 150 Asteroid Lab Due in Class: Monday, Oct. 26 Astronomy 150 Asteroid Lab Due in Class: Monday, Oct. 26 Section 1: First setup computer. (If this step is not correctly setup, nothing will work properly.) 1. Verify that lab computer is booted in windows

More information

MEGARA ONLINE ETC (v1.0.0) QUICK START AND REFERENCES GUIDE by Alexandre Y. K. Bouquin (updated June2017)

MEGARA ONLINE ETC (v1.0.0) QUICK START AND REFERENCES GUIDE by Alexandre Y. K. Bouquin (updated June2017) MEGARA ONLINE ETC (v1.0.0) QUICK START AND REFERENCES GUIDE by Alexandre Y. K. Bouquin (updated June2017) Table of Contents GETTING STARTED... 2 QUICK START... 3 Very quick start, for the truly impatient...

More information

OU-VIS: Status. H.J. McCracken. and the OU-VIS team

OU-VIS: Status. H.J. McCracken. and the OU-VIS team OU-VIS: Status H.J. McCracken and the OU-VIS team What is OU-VIS for? From raw VIS data, create the algorithms and software to produce calibrated images suitable for cosmic shear measurement Implications:

More information

SSW, Radio, X-ray, and data analysis

SSW, Radio, X-ray, and data analysis SSW, Radio, X-ray, and data analysis Eduard Kontar School of Physics and Astronomy University of Glasgow, UK CESRA Summer School, Glasgow, August 2015 SSW Pre-school installation guide for IDL, SSW and

More information

Graphing on Excel. Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version):

Graphing on Excel. Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version): Graphing on Excel Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version): The first step is to organize your data in columns. Suppose you obtain

More information

DOING PHYSICS WITH MATLAB COMPUTATIONAL OPTICS

DOING PHYSICS WITH MATLAB COMPUTATIONAL OPTICS DOING PHYSICS WITH MATLAB COMPUTATIONAL OPTICS RAYLEIGH-SOMMERFELD DIFFRACTION RECTANGULAR APERTURES Ian Cooper School of Physics, University of Sydney ian.cooper@sydney.edu.au DOWNLOAD DIRECTORY FOR MATLAB

More information

ENVI Classic Tutorial: Basic Hyperspectral Analysis

ENVI Classic Tutorial: Basic Hyperspectral Analysis ENVI Classic Tutorial: Basic Hyperspectral Analysis Basic Hyperspectral Analysis 2 Files Used in this Tutorial 2 Define ROIs 3 Load AVIRIS Data 3 Create and Restore ROIs 3 Extract Mean Spectra from ROIs

More information

CIS 580, Machine Perception, Spring 2015 Homework 1 Due: :59AM

CIS 580, Machine Perception, Spring 2015 Homework 1 Due: :59AM CIS 580, Machine Perception, Spring 2015 Homework 1 Due: 2015.02.09. 11:59AM Instructions. Submit your answers in PDF form to Canvas. This is an individual assignment. 1 Camera Model, Focal Length and

More information

CRISM (Compact Reconnaissance Imaging Spectrometer for Mars) on MRO. Calibration Upgrade, version 2 to 3

CRISM (Compact Reconnaissance Imaging Spectrometer for Mars) on MRO. Calibration Upgrade, version 2 to 3 CRISM (Compact Reconnaissance Imaging Spectrometer for Mars) on MRO Calibration Upgrade, version 2 to 3 Dave Humm Applied Physics Laboratory, Laurel, MD 20723 18 March 2012 1 Calibration Overview 2 Simplified

More information

arxiv: v1 [astro-ph] 20 May 2008

arxiv: v1 [astro-ph] 20 May 2008 Deconvolution of Images Taken with the Suzaku X-ray Imaging Spectrometer Mutsumi Sugizaki 1,2 Tuneyoshi Kamae 1 and Yoshitomo Maeda 3 1 Stanford Linear Accelerator Center, 2575 Sand Hill Road, California

More information

Chapter 15 Grade Rule Grading

Chapter 15 Grade Rule Grading Chapter 15 Grade Rule Grading Contents 15.1 Digitizing the pattern perimeter... 2 15.2 Overview on assigning grade rules... 7 15.3 Edit grade rules... 8 15.4 Save grade rule pattern... 11 15.5 Edit grade

More information

ChaRT. Margarita Karovska. and the ChaRT Team CXC. 5 th Chandra/CIAO Workshop, October 2003

ChaRT. Margarita Karovska. and the ChaRT Team CXC. 5 th Chandra/CIAO Workshop, October 2003 1 ChaRT and the ChaRT Team I. ChaRT Overview 2 ChaRT (Chandra Ray Tracer) is a user friendly web interface that allows the user to simulate High Resolution Mirror Assembly (HRMA) Point Spread Functions

More information

Geometrical Optics. 1 st year physics laboratories. University of Ottawa

Geometrical Optics. 1 st year physics laboratories. University of Ottawa Geometrical Optics 1 st year physics laboratories University of Ottawa https://uottawa.brightspace.com/d2l/home INTRODUCTION Geometrical optics deals with light as a ray that can be bounced (reflected)

More information

A brief Tutorial of the CLASS Data Reduction Program

A brief Tutorial of the CLASS Data Reduction Program A brief Tutorial of the CLASS Data Reduction Program While running a Spectral-line observing session (especially a longer session involving mapping or many observations), it might be desirable to conduct

More information

Documentation for xmk22

Documentation for xmk22 1 Introduction Documentation for xmk22 R.O. Gray The program xmk22 is a simple X-Windows based spectral plotting program designed for use in spectral classification on Linux and UNIX platforms. xmk22 is

More information

PACS Spectrometer Simulation and the Extended to Point Correction

PACS Spectrometer Simulation and the Extended to Point Correction PACS Spectrometer Simulation and the Extended to Point Correction Jeroen de Jong February 11, 2016 Abstract This technical note describes simulating a PACS observation with a model source and its application

More information

Welcome to: Physics I. I m Dr Alex Pettitt, and I ll be your guide!

Welcome to: Physics I. I m Dr Alex Pettitt, and I ll be your guide! Welcome to: Physics I I m Dr Alex Pettitt, and I ll be your guide! Physics I: x Mirrors and lenses Lecture 13: 6-11-2018 Last lecture: Reflection & Refraction Reflection: Light ray hits surface Ray moves

More information

Scientific Production Company Doza Configurator Software

Scientific Production Company Doza Configurator Software Scientific Production Company Doza Configurator Software Software User Manual Content 1. Purpose of the Configurator software..... 3 2. Conditions for using the software. 4 2.1 System requirements......

More information

444/544 Advanced Lab Manual Astronomy

444/544 Advanced Lab Manual Astronomy 444/544 Advanced Lab Manual Astronomy INTRODUCTION The purpose of this lab is to familiarize the student with contemporary astronomical methods. Astronomers use CCD detectors to measure light variations

More information

CCD Acquisition Function

CCD Acquisition Function File Edit View Props Region Open Flatfield Corr. Optics Image Stats Setup Open Background Corr. Reset Camera Image Profile Temperature Close Autoexpose Autofocus Correction Output Dual Shutter From the

More information

OrthoWin ShapeDesigner Manual V OrthoWin ShapeDesigner Software Manual

OrthoWin ShapeDesigner Manual V OrthoWin ShapeDesigner Software Manual OrthoWin ShapeDesigner Software Manual ORTHEMA Page 1 of 21 Content 1 Introduction...3 2 Menu prompting...3 3 Main window...4 4 File menu...5 4.1 New and Open...5 4.2 Save and Save As...5 4.3 Export to

More information

Basic Imaging and Self- Calibration (T4 + T7)

Basic Imaging and Self- Calibration (T4 + T7) Basic Imaging and Self- Calibration (T4 + T7) John McKean Visibilities Fourier Transform Deconvolution AIM: 1. To make an image by taking the fast Fourier transform of the visibility data. 2. Carry out

More information

WSDC Subsystem Peer Review

WSDC Subsystem Peer Review WSDC Subsystem Peer Review Multiband DETector () Ken Marsh (IPAC/Caltech) 1 Outline Relationship of to other WSDS pipeline modules Why multiband? Theoretical basis Procedure - Steps involved - Allowance

More information

arxiv: v1 [astro-ph.im] 2 May 2018

arxiv: v1 [astro-ph.im] 2 May 2018 Research in Astronomy and Astrophysics manuscript no. (L A TEX: ms-raa-- R.tex; printed on May, ; :) arxiv:.v [astro-ph.im] May Investigating the Efficiency of the Beijing Faint Object Spectrograph and

More information

Wavefront Prediction using Artificial Neural Networks. By: Steve Weddell

Wavefront Prediction using Artificial Neural Networks. By: Steve Weddell Wavefront Prediction using Artificial Neural Networks By: Steve Weddell 1 Motivation for Research (1 of 2) Turbulence layer #1 Turbulence layer #2 Ground Turbulence Layer Science Object Reference Guide

More information

Swift TAKO User Guide

Swift TAKO User Guide Swift TAKO User Guide Swift-OMI-015 Draft January 2003 Swift Ground Segment i DOCUMENT APPROVAL Prepared By: Marilyn J. Mix, Omitron Software Engineer Approved By: Doug Spiegel, Omitron ii REVISION STATUS

More information

Diffuse Source Absolute Sensitivity and Point Source Relative Sensitivity as a Function of Extraction Slit Height for STIS First-Order Modes

Diffuse Source Absolute Sensitivity and Point Source Relative Sensitivity as a Function of Extraction Slit Height for STIS First-Order Modes Instrument Science Report STIS 98-01 Diffuse Source Absolute Sensitivity and Point Source Relative Sensitivity as a Function of Extraction Slit Height for STIS First-Order Modes Ralph Bohlin, Space Telescope

More information

GRIPS EDITING. Centrally-located grips tend to move the entity. Peripherally-located grips tend to stretch the entity.

GRIPS EDITING. Centrally-located grips tend to move the entity. Peripherally-located grips tend to stretch the entity. 52 GRIPS EDITING Grips editing is the kind of editing you may be familiar with from other drawing programs. It starts when no command is active, and you select one or more entities by picking them with

More information

Augmented Reality II - Camera Calibration - Gudrun Klinker May 11, 2004

Augmented Reality II - Camera Calibration - Gudrun Klinker May 11, 2004 Augmented Reality II - Camera Calibration - Gudrun Klinker May, 24 Literature Richard Hartley and Andrew Zisserman, Multiple View Geometry in Computer Vision, Cambridge University Press, 2. (Section 5,

More information