Swift - XRT - Part II Fermi-Swift GRB Data Analysis Workshop

Size: px
Start display at page:

Download "Swift - XRT - Part II Fermi-Swift GRB Data Analysis Workshop"

Transcription

1 Swift - XRT - Part II Fermi-Swift GRB Data Analysis Workshop Judy Racusin with thanks to Kim Page and Davide Donato Nov 8-12, Goddard Space Flight Center

2 Outline GRB A bright long burst with BAT/XRT overlap, WT pileup, and a bright flare WT settling - discussion not example WT pileup xrtgrblc - semi-automatic LC generation flare LC fitting XSPEC spectral fits WT or PC alone WT/PC joint fit time dependent fitting

3 xrtpipeline ======================================= Running SWIFT XRT pipeline Task: xrtpipeline Version: Release Date: ======================================= Source RA position (degrees or hh mm ss.s) or POINT or OBJECT[OBJECT] Source DEC position (degrees or dd mm ss.s) or POINT or OBJECT[OBJECT] Target Archive Directory Path[] Stem for FITS input files [i.e. sw ][] sw Directory for outputs[] xrt

4 GRB A Download only seg 000 data all other segs only add last couple data points (normally use all, but will take too long for now) WT settling mode WT mode PC mode

5 xrtgrblc Handy HEASARC tool that does many steps for you xrtpipeline xselect Pile-up correction LC formation & binning xrtgrblc evtfiles=<event files> mkffiles=<makefilter files> xhdfiles=<xrt headers> attfiles=<attitude files> outdir=<output dir> outstem=<stem for output files> srcra=<source RA> srcdec=<source Dec> minenergy=<minimum energy> maxenergy=<maximum energy> splitenergy=<soft/hard split>

6 WT Settling Mode enabled Jan 10, 2010 Settling phase during last of spacecraft maneuver Pushes LC back for earlier observations Short gap before normal WT mode due to image mode Moving spacecraft and source makes analysis very difficult

7 WT Pile-up Pile-up = multiple photons hit same pixel between readouts Event looks like flux and energy of all photons added together = spectrum is wrong Photons focused at center of PSF -> remove center of PSF and then account for missing flux knowing PSF shape Romano et al. 2006, A&A, 456, 917

8 WT Pile-up To estimate exclusion annulus for count rate bins (<100, , , etc. cts/s) Fit spectrum in circular regions around source See where photon index stabilizes or grades stabilize Use different extraction region for different count rate bins, estimate PSF correction using PSF model in CALDB, then apply to raw light curve This is very labor intensive, and can be left as an exercise Romano et al. 2006, A&A, 456, 917

9 xrtgrblc Handy HEASARC tool that does many steps for you xrtpipeline xselect Pile-up correction LC formation & binning can add multiple segments xrtgrblc evtfiles=<event files> mkffiles=<makefilter files> xhdfiles=<xrt headers> attfiles=<attitude files> outdir=<output dir> outstem=<stem for output files> srcra=<source RA> srcdec=<source Dec> minenergy=<minimum energy> maxenergy=<maximum energy> splitenergy=<soft/hard split>

10 xrtgrblc xrtgrblc clobber=yes evtfiles= xrt/sw xpcw3po_cl.evt, xrt/sw xwtw2po_cl.evt mkffiles= xrt/ sw s.mkf, xrt/sw s.mkf xhdfiles= /xrt/hk/sw xhd.hk, /xrt/hk/ sw xhd.hk attfiles= /auxil/sw sat.fits, /auxil/sw sat.fits outdir= xrtlc outstem=sw srcra= srcdec= minenergy=0.3 maxenergy=10.0 splitenergy=0.0 cleanspec=no cutlowbins=no cutlowbinspc=no cutlowbinswt=yes gapintv="200" minpccnts="60" pcframetime="0" trigtime=" " wtframetime=" " evtfiles= all of the event files from xrtpipeline(po_cl = pointed and cleaned) mkffiles=filter files from xrtpipeline, xhdfiles=house keeping files from data attfiles=space craft attitude files, outdir= where you want to put your outputs outstem=sw srcra= GRB RA, srcdec= GRB Dec - look up RA/Dec in GCN or Leicester site minenergy=0.3, maxenergy=10.0 splitenergy= no split (0.0) or energy to get multiple band lightcurves

11 xrtgrblc Magically have counts light curve (ignore flux light curve) sw _xpwetsrcb_ lc.gif background arf files pha files for source and regions and all correction factors in info.fits file

12 LC fitting (QDP) Manipulating the LC files to be read by QDP TIMEBIN=TIMEDEL/2; RATECOR ; ERRORCOR]' grb_wt.lc fdump clobber=yes wrap=yes align=yes prhead=no ftcopy clobber=yes 'sw _xwtetsra.lc[2][col TIME ; showrow=no infile=grb_wt.lc+2 outfile=grb_wt_lc.qdp columns=" " rows="-" TIMEBIN=TIMEDEL/2; RATECOR ; ERRORCOR]' grb_pc.lc ftcopy clobber=yes 'sw _xpcetsra.lc[2][col TIME ; fdump clobber=yes wrap=yes align=yes prhead=no showcol=no showrow=no showunit=no infile=grb_pc.lc+2 outfile=grb_pc_lc.qdp columns=" " rows="-" cat grb_wt_lc.qdp grb_pc_lc.qdp > grb_lc.qdp

13 More QDP Open ascii LC file in text editor edit grb_lc.qdp READ SERR 1 2 comment out header lines with!

14 QDP Fitting Cut out flare manually - save as new file Fit flares with various models Gaussian (gaus) Lorentzian (lore) FRED (burs) sbur (smoothed FRED) QDP not very sophisticated - give it good guess, and manually tune before letting fit go at it

15 QDP node3.html qdp grb_lc_noflare.qdp /xw log x on log y on label X Time since trigger (s) label Y Count Rate (cts/s) plot hardcopy /cps

16 More QDP Fitting Choose model (pow, brkpow, brkpow2, brkpow3) In this case, I chose a triple broken power law mo brkpow3 (my fit E+09) plot fit plot 0 fit plot 1 plot

17 xrtmkarf (ancillary response file) xrtmkarf expofile= xrt/ sw xwtw2po_ex.img clobber=yes Name of the input PHA FITS file[src_wt_spec.pha] Apply PSF correction (used if extended=no)?(yes/no)[yes] Name of the output ARF FITS file[spec_wt.arf] Source X coordinate (SKY for PC and WT modes, DET for PD mode)(used if extended=no):[-1] Source Y coordinate (SKY for PC and WT modes, DET for PD mode)(used if extended=no):[-1]

18 Spectral Fitting ARF - you ve already created the arf with PSF correction RMF - in CALDB Background spectrum - already extracted for light curve Spectrum - already extracted with XSELECT Need to bin in GRPPHA (explained next) nh - to get Galactic NH Feed to XSPEC

19 GRPPHA Groups events into binned spectrum If ~200+ counts, use 20 counts per bin If low counts, use unbinned or 10 counts per bin > grppha Please enter PHA filename[] sw _xwtetsr.pha Please enter output filename[] sw _xwtetsr_grp20.pha >CHKEY RESPFILE swxwt0to2s6_ v012.rmf >CHKEY ANCRFILE specpc.arf >CHKEY BACKFILE specpcback.pi >exit

20 Galactic NH >nh Equinox (d/f 2000)[2000] RA in hh mm ss.s or degrees[] DEC in dd mm ss.s or degrees[] >> Leiden/Argentine/Bonn (LAB) Survey of Galactic HI LII, BII Requested position at X and Y pixel Search nh in 4 X 4 box Each pixel is deg deg nh calculated using all points within deg from input position RA DEC Dist nh E E E E E E E+21 LAB >> Average nh (cm**-2) 2.25E+21 LAB >> Weighted average nh (cm**-2) 2.21E+21

21 XSPEC cd xrtlc xspec data sw _xwtetsr_grp20.pha../rmf/swxwt0to2s6_ v012.rmf cpd /xw setplot en ignore bad ignore mo wabs*zwabs*pow fit 1000 fit 1000 fit 1000 plot ld res error 1-4

22 Join WT/PC Spectral Fits xspec data 1:1 sw _xwtetsr_grp20.pha data 2:2 sw _xpcetsr_grp20.pha ignore bad ignore 1: ignore 2: mo wabs*zwabs*pow =================================================================== Model wabs<1>*zwabs<2>*powerlaw<3> Source No.: 1 Active/On Model Model Component Parameter Unit Value par comp Data group: wabs nh 10^ frozen 2 2 zwabs nh 10^ / zwabs redshift frozen 4 3 powerlaw PhoIndex / powerlaw norm /- 0.0 Data group: wabs nh 10^ / zwabs nh 10^ = zwabs redshift frozen 9 3 powerlaw PhoIndex = powerlaw norm /- 0.0

23 Flux Conversion Factors need arf without psf correction fit spectrum in XSPEC flux show rate divide rate/flux = counts to flux conversion factor for whichever spectrum

24 Although this presentation has tried to cover all the basics Alternatively of how to extract XRT light-curves and spectra, there is a quick and easy way to cheat! Light-curves (and hardness ratios) and time-averaged spectra are routinely created for every XRT-detected GRB and are available online: From these pages, there are also links to the Burst Analyser, which combines BAT and XRT data to create flux light-curves in different energy bands. Similarly, if you want to create a light-curve or spectrum for a non-grb source, go to See Evans et al. (2009, MNRAS, 397, 1177), Evans et al. (2007, A&A, 469, 379) and Evans et al. (2010, A&A, 519, 102) for details. These products are completely suitable for scientific analysis and have been used in many papers.

Exploring Fermi-LAT Extended GeV Emission with Stacking Analysis

Exploring Fermi-LAT Extended GeV Emission with Stacking Analysis Exploring Fermi-LAT Extended GeV Emission with Stacking Analysis Judy Racusin (NASA/GSFC) Jim Chiang (Stanford) on behalf of the Fermi-LAT Collaboration Motivation LAT extended emission has been seen in

More information

LAT Automated Science Processing for Gamma-Ray Bursts

LAT Automated Science Processing for Gamma-Ray Bursts SLAC-PUB-12715 LAT Automated Science Processing for Gamma-Ray Bursts James Chiang GLAST Science Support Center SLAC, 2575 Sand Hill Rd, Menlo Park CA 9425 Abstract. The LAT Instrument Science Operations

More information

VERITAS detection of VHE emission from the optically bright quasar OJ 287

VERITAS detection of VHE emission from the optically bright quasar OJ 287 VERITAS detection of VHE emission from the optically bright quasar OJ 287 for the VERITAS Collaboration University College Dublin E-mail: stephan.o-brien@ucdconnect.ie We report on the VERITAS detection

More information

FSSC Science Tools Data Selection and Exploration. Julie McEnery July 8,

FSSC Science Tools Data Selection and Exploration. Julie McEnery July 8, FSSC Science Tools Data Selection and Exploration Julie McEnery July 8, 2010 1 Science Analysis Tools Overview of capabilities Maximum likelihood tool spatial-spectral analysis of region (source detection,

More information

Detecting Gamma-Ray Bursts in the DC1 Data

Detecting Gamma-Ray Bursts in the DC1 Data Detecting Gamma-Ray Bursts in the DC Data David Band (GSSC) DC Closeout Goal Develop a LAT burst trigger for use on the spacecraft and on the ground. Ground-based trigger may be end of Level pipeline or

More information

A COMPREHENSIVE ANALYSIS OF SWIFT XRT DATA. I. APPARENT SPECTRAL EVOLUTION OF GAMMA-RAY BURST X-RAY TAILS

A COMPREHENSIVE ANALYSIS OF SWIFT XRT DATA. I. APPARENT SPECTRAL EVOLUTION OF GAMMA-RAY BURST X-RAY TAILS The Astrophysical Journal, 666:1002Y1011, 2007 September 10 # 2007. The American Astronomical Society. All rights reserved. Printed in U.S.A. A COMPREHENSIVE ANALYSIS OF SWIFT XRT DATA. I. APPARENT SPECTRAL

More information

Proposing to Observe an On-axis Point Source with ACIS

Proposing to Observe an On-axis Point Source with ACIS Proposing to Observe an On-axis Point Source with ACIS Proposal Threads for Cycle 12 Proposing to Observe an On-axis Point Source with ACIS 1 Table of Contents On-axis Point Source - ACIS - POG Cycle 12

More information

SPEX Cookbook. J. de Plaa, J. Ebrero, Y. Grange, C. Pinto, J. Kaastra, K. Steenbrugge, L. Gu, M. Mehdipour

SPEX Cookbook. J. de Plaa, J. Ebrero, Y. Grange, C. Pinto, J. Kaastra, K. Steenbrugge, L. Gu, M. Mehdipour SPEX Cookbook J. de Plaa, J. Ebrero, Y. Grange, C. Pinto, J. Kaastra, K. Steenbrugge, L. Gu, M. Mehdipour January 29, 2016 2 Contents 1 How to run SPEX 1 1.1 The SPEX data format.....................................

More information

Detecting Galactic HI line using 4-m SRT

Detecting Galactic HI line using 4-m SRT Detecting Galactic HI line using 4-m SRT 1 Goal of the experiment The final goal of the experiment is to detect the galactic HI line emission and to understand the physics behind it. In this experiment,

More information

Approximate correction for parallel CTI in GRADED mode data

Approximate correction for parallel CTI in GRADED mode data March 19, 2007 Approximate correction for parallel CTI in GRADED mode data A. Vikhlinin Abstract We show the ACIS trap maps developed for the CTI correction algorithm can be applied to the GRADED mode

More information

Expected and unexpected gamma-ray emission from GRBs in light of AGILE and Fermi. Marco Tavani (INAF & University of Rome Tor Vergata)

Expected and unexpected gamma-ray emission from GRBs in light of AGILE and Fermi. Marco Tavani (INAF & University of Rome Tor Vergata) Expected and unexpected gamma-ray emission from GRBs in light of AGILE and Fermi Marco Tavani (INAF & University of Rome Tor Vergata) The EGRET heritage; Outline Description of the AGILE detectors for

More information

Modeling Pile-up. John E. Davis. CXC 5th Chandra/CIAO Workshop, October 2003

Modeling Pile-up. John E. Davis. CXC 5th Chandra/CIAO Workshop, October 2003 1 Modeling Pile-up Outline Event Detection Grade Migration The Standard Model The Pile-up Model Data Preparation Using the model in sherpa and isis Examples 2 3 When a photon is absorbed

More information

AGILE GRBs: detections and upper limits

AGILE GRBs: detections and upper limits AGILE GRBs: detections and upper limits Outline AGILE quick review; The GRB search pipeline; The AGILE GRBs; The GRB090618: any clue for the detectability in the E>30 MeV band? The GRB sample in the GRID

More information

Calculating K corrections using S Lang and Sherpa

Calculating K corrections using S Lang and Sherpa Calculating K corrections using S Lang and Sherpa Sherpa Threads (CIAO 3.4) Calculating K corrections using S Lang and Sherpa 1 Table of Contents Getting Started Setting up the spectral model Evaluate

More information

IXYZ Frank Marshall NASA/GSFC 25 April April 25, 2012 Implementing Portals of the Universe

IXYZ Frank Marshall NASA/GSFC 25 April April 25, 2012 Implementing Portals of the Universe IXYZ Frank Marshall NASA/GSFC 25 April 2012 1 Explorer mission to study Gamma-Ray Bursts (GRBs) Launched in 2004; 2012 Senior Review recommended another 4 years of ops. 3 instruments: Burst Alert Telescope

More information

GWAC (Ground Wide Angle Cameras)

GWAC (Ground Wide Angle Cameras) GWAC (Ground Wide Angle Cameras) Liping Xin National Astronomical Observatories, Chinese Academy of Sciences Collaborators: Jianyan Wei (PI), Yulei Qiu, jingsong Deng, Chao Wu, Hongbo Cai, Lei Huang, Xuhui

More information

arxiv: v1 [astro-ph.he] 13 Jan 2017

arxiv: v1 [astro-ph.he] 13 Jan 2017 Draft version January 16, 2017 Typeset using LATEX default style in AASTeX61 A LARGE CATALOG OF HOMOGENEOUS ULTRA-VIOLET/OPTICAL GRB AFTERGLOWS: TEMPORAL AND SPECTRAL EVOLUTION Peter W. A. Roming, 1, 2,

More information

On The Nature of High Energy Correlations

On The Nature of High Energy Correlations On The Nature of High Energy Correlations Daniel Kocevski Kavli Institute for Particle Astrophysics and Cosmology SLAC - Stanford University High Energy Correlations Epk vs. Eiso Amati et al. 2002 νf ν

More information

Status and prospects

Status and prospects Status and prospects Gtgrb was developed starting from Nukri s scripts Johann made a package to be used within ipython framework Many scripts collected in a common framework GRB, LAT (Detector), GRB (Detector)

More information

Analysis of extended sources with the EPIC cameras

Analysis of extended sources with the EPIC cameras Analysis of extended sources with the EPIC cameras 7 th ESAC SAS Workshop June 19 22, 2007 Science Operations Centre 1 Status Analysis of extended sources is complex, challenging and time-consuming There

More information

NuSTAR observation of the Arches cluster: X-ray spectrum extraction from a 2D image

NuSTAR observation of the Arches cluster: X-ray spectrum extraction from a 2D image NuSTAR observation of the Arches cluster: X-ray spectrum extraction from a 2D image Space Research Institute (IKI), Moscow, Russia E-mail: krivonos@iki.rssi.ru The NuSTAR mission performed a long (200

More information

Prompt Emission Properties of Swift GRBs

Prompt Emission Properties of Swift GRBs Prompt Emission Properties of GRBs T. Sakamoto (Aoyama Gakuin University) Outline Collaboration with KW team BAT 3 rd GRB catalog Duration and hardness Global properties of BAT GRBs Pre-/Post-GRB emission

More information

A Fast Algorithm for Cosmic Rays Removal from Single Images

A Fast Algorithm for Cosmic Rays Removal from Single Images A Fast Algorithm for Cosmic Rays Removal from Single Images Wojtek Pych David Dunlap Observatory, University of Toronto P.O. Box 360, Richmond Hill, Ontario, Canada L4C 4Y6 and Copernicus Astronomical

More information

Detecting New Sources of High-Energy Gamma Rays

Detecting New Sources of High-Energy Gamma Rays Detecting New Sources of High-Energy Gamma Rays Jennifer M. Sierchio 1,2, Rene A. Ong 2, and Stephen J. Fegan 2 1 Department of Astronomy, Steward Observatory, University of Arizona, Tucson, AZ 85721 USA

More information

arxiv: v2 [astro-ph.he] 22 Aug 2013

arxiv: v2 [astro-ph.he] 22 Aug 2013 Mon. Not. R. Astron. Soc. 000, 1 6 (2010) Printed 23 August 2013 (MN LATEX style file v2.2) Finding a 61.0-day orbital period for the HMXB 4U 1036 56 with the Swift-BAT monitoring. arxiv:1305.3610v2 [astro-ph.he]

More information

SPECTRAL SOFTENING BETWEEN OUTBURST AND QUIESCENCE IN THE NEUTRON STAR LOW-MASS X-RAY BINARY SAX J

SPECTRAL SOFTENING BETWEEN OUTBURST AND QUIESCENCE IN THE NEUTRON STAR LOW-MASS X-RAY BINARY SAX J 2015. The American Astronomical Society. All rights reserved. doi:10.1088/0004-637x/801/1/10 SPECTRAL SOFTENING BETWEEN OUTBURST AND QUIESCENCE IN THE NEUTRON STAR LOW-MASS X-RAY BINARY SAX J1750.8-2900

More information

arxiv:astro-ph/ v1 12 Nov 2003

arxiv:astro-ph/ v1 12 Nov 2003 A Fast Algorithm for Cosmic Rays Removal from Single Images Wojtek Pych arxiv:astro-ph/0311290v1 12 Nov 2003 David Dunlap Observatory, University of Toronto P.O. Box 360, Richmond Hill, Ontario, Canada

More information

Overview of the Russian-American Konus-Wind experiment

Overview of the Russian-American Konus-Wind experiment Overview of the Russian-American Konus-Wind experiment R. L. Aptekar, D. D. Frederiks, S. V. Golenetskii, Ph.P. Oleynik, V. D. Pal shin, D. S. Svinkin, A. E. Tsvetkova, M.V. Ulanov, A.A. Kokomov Ioffe

More information

SERGIO CAMPANA SWIFT FOLLOW UP OF GW150914

SERGIO CAMPANA SWIFT FOLLOW UP OF GW150914 SERGIO CAMPANA SWIFT FOLLOW UP OF GW150914 Detecting Area CdZnTe Operation Photon Counting 2.0 sr (partially coded) Detection Elements Size 256 modules of 128 elements 4mm x 4mm x 2mm PSF 17 arcminutes

More information

Fermi Source Analyses and Identifying VERITAS Candidates

Fermi Source Analyses and Identifying VERITAS Candidates Fermi Source Analyses and Identifying VERITAS Candidates 1 1 1. University of California, Berkeley 2 Overview Introduction VERITAS Fermi Analysis Likelihood Doppler Factor Estimation Motivations Blazars

More information

Temporal &Spatial Dependency of the MOS RMF

Temporal &Spatial Dependency of the MOS RMF Temporal &Spatial Dependency of the RMF 1ES0102-72 1 Thin filter 0447 2 Thin filter 0447 0433 1ES0102 0.1-0.35 kev images Good spectra clean images Bad spectra bright patch - Able to do spectral analysis

More information

XMM-Newton Calibration

XMM-Newton Calibration XMM-Newton Calibration Michael Smith, on behalf of XMM-SOC and Instrument Teams 18 th XMM-Newton Users Group Meeting, ESAC, 11 May 2017 ESA UNCLASSIFIED - For Official Use Outline 1. Status of calibration

More information

Swift observations of the prompt X-ray emission and afterglow from GRB and GRB050219A ABSTRACT

Swift observations of the prompt X-ray emission and afterglow from GRB and GRB050219A ABSTRACT A&A 449, 89 100 (2006) DOI: 10.1051/0004-6361:20054457 c ESO 2006 Astronomy & Astrophysics Swift observations of the prompt X-ray emission and afterglow from GRB050126 and GRB050219A M. R. Goad 1, G. Tagliaferri

More information

Laura Barragán. Universidad Complutense de Madrid

Laura Barragán. Universidad Complutense de Madrid . Universidad Complutense de Madrid Tutors: Erik Kuulkers & Peter Kretschmar INTEGRAL: International Gamma-Ray Astrophysics Laboratory The payload The mission The project IBIS (Imager on-board the Integral

More information

arxiv:astro-ph/ v4 28 Jul 2007

arxiv:astro-ph/ v4 28 Jul 2007 Draft version April 1, 017 Preprint typeset using L A TEX style emulateapj v. 08//09 A COMPREHENSIVE ANALYSIS OF SWIFT XRT DATA. I. APPARENT SPECTRAL EVOLUTION OF GAMMA-RAY BURST X-RAY TAILS Bin-Bin Zhang

More information

On-flight calibration of the Swift-XRT telescope

On-flight calibration of the Swift-XRT telescope Mem. S.A.It. Suppl. Vol. 9, 358 c SAIt 2006 Memorie della Supplementi On-flight calibration of the Swift-XRT telescope Giancarlo Cusumano 1, Valentina La Parola 1, Vanessa Mangano 1, Teresa Mineo 1, Sergio

More information

Testing an unifying view of Gamma Ray Burst afterglows

Testing an unifying view of Gamma Ray Burst afterglows Marco Nardini Testing an unifying view of Gamma Ray Burst afterglows Gabriele Ghisellini In collaboration with Giancarlo Ghirlanda Annalisa Celotti 44th Rencontres de Moriond La Thuile (Val d'aosta, Italy)

More information

ctools" tutorial Ulisses Barres de Almeida FAPESP High-Energy IAG/USP CTA Advanced School

ctools tutorial Ulisses Barres de Almeida FAPESP High-Energy IAG/USP CTA Advanced School ctools" tutorial Ulisses Barres de Almeida 26.05.2017 FAPESP High-Energy IAG/USP CTA Advanced School ctools" tutorial Ulisses Barres de Almeida DISCLAIMER: I am not a developer! This tutorial is based

More information

High-energy astrophysics data provision at Leicester Julian Osborne. Open Universe ASI: Tor Vergata April 2017 JO

High-energy astrophysics data provision at Leicester Julian Osborne. Open Universe ASI: Tor Vergata April 2017 JO High-energy astrophysics data provision at Leicester Julian Osborne Leicester context Leicester space research group founded in 1960 JO arrived 1990 from EXOSAT/ESA Rosat data analysis s/w & data archive

More information

arxiv: v1 [astro-ph.he] 22 Jan 2016

arxiv: v1 [astro-ph.he] 22 Jan 2016 Astron. Nachr. / AN, No., 1 6 (2016) / DOI Systematic spectral analysis of GX 339 4: influence of Galactic background and reflection models M. Clavel 1,, J. Rodriguez 1, S. Corbel 1, and M. Coriat 2,3

More information

X-ray flares in the early Swift observations of the possible naked gamma-ray burst ABSTRACT

X-ray flares in the early Swift observations of the possible naked gamma-ray burst ABSTRACT A&A 452, 819 825 (2006) DOI: 10.1051/0004-6361:20054435 c ESO 2006 Astronomy & Astrophysics X-ray flares in the early Swift observations of the possible naked gamma-ray burst 050421 O. Godet 1,K.L.Page

More information

arxiv:astro-ph/ v1 28 Jun 2002

arxiv:astro-ph/ v1 28 Jun 2002 arxiv:astro-ph/0206506v1 28 Jun 2002 The INTEGRAL Science Data Centre V. Beckmann on behalf of the ISDC team INTEGRAL Science Data Centre, Chemin d Ecogia 16, CH-1290 Versoix, Switzerland The INTEGRAL

More information

Galactic and extragalactic hydrogen in the X-ray spectra of Gamma Ray Bursts

Galactic and extragalactic hydrogen in the X-ray spectra of Gamma Ray Bursts Contrib. Astron. Obs. Skalnaté Pleso 47, 100 107, (2017) Galactic and extragalactic hydrogen in the X-ray spectra of Gamma Ray Bursts I.I. Rácz 1,2, Z. Bagoly 1, L.V. Tóth 1,2, L.G. Balázs 1,2, I. Horváth

More information

Time-domain astronomy with the Fermi Gamma-ray Burst Monitor

Time-domain astronomy with the Fermi Gamma-ray Burst Monitor Time-domain astronomy with the Fermi Gamma-ray Burst Monitor C. Michelle Hui (NASA/MSFC) on behalf of the Fermi GBM team TeVPA, Aug 11 2017 GBM: FOV >8sr Whole sky every ~90min Fermi Gamma-ray Space Telescope

More information

Spectral Analysis of High Resolution X-ray Binary Data

Spectral Analysis of High Resolution X-ray Binary Data Spectral Analysis of High Resolution X-ray Binary Data Michael Nowak, mnowak@space.mit.edu X-ray Astronomy School; Aug. 1-5, 2011 Introduction This exercise takes a look at X-ray binary observations using

More information

ECEN 651: Microprogrammed Control of Digital Systems Department of Electrical and Computer Engineering Texas A&M University

ECEN 651: Microprogrammed Control of Digital Systems Department of Electrical and Computer Engineering Texas A&M University ECEN 651: Microprogrammed Control of Digital Systems Department of Electrical and Computer Engineering Texas A&M University Prof. Mi Lu TA: Ehsan Rohani Laboratory Exercise #4 MIPS Assembly and Simulation

More information

arxiv:astro-ph/ v2 7 Feb 2006

arxiv:astro-ph/ v2 7 Feb 2006 Astronomy & Astrophysics manuscript no. Hk181 July 6, 2018 (DOI: will be inserted by hand later) A refined position catalogue of the Swift XRT afterglows A. Moretti 1, M. Perri 2, M. Capalbi 2, L. Angelini

More information

Detection of Exoplanets Using the Transit Method

Detection of Exoplanets Using the Transit Method Detection of Exoplanets Using the Transit Method De nnis A fanase v, T h e Geo rg e W a s h i n g t o n Un i vers i t y, Washington, DC 20052 dennisafa@gwu.edu Abstract I conducted differential photometry

More information

BATSE Evidence for GRB Spectral Features

BATSE Evidence for GRB Spectral Features BATSE Evidence for GRB Spectral Features M. S. Briggs, D. L. Band, R. D. Preece, G. N. Pendleton, W. S. Paciesas & J. L. Matteson arxiv:astro-ph/9712096v1 5 Dec 1997 Department of Physics, University of

More information

Quantification of JEOL XPS Spectra from SpecSurf

Quantification of JEOL XPS Spectra from SpecSurf Quantification of JEOL XPS Spectra from SpecSurf The quantification procedure used by the JEOL SpecSurf software involves modifying the Scofield cross-sections to account for both an energy dependency

More information

Lab 4: Stellar Spectroscopy

Lab 4: Stellar Spectroscopy Name:... Astronomy 101: Observational Astronomy Fall 2006 Lab 4: Stellar Spectroscopy 1 Observations 1.1 Objectives and Observation Schedule During this lab each group will target a few bright stars of

More information

Analysis of Off-Nuclear X-Ray Sources in Galaxy NGC Sarah M. Harrison

Analysis of Off-Nuclear X-Ray Sources in Galaxy NGC Sarah M. Harrison SLAC-TN-6-19 August 26 Analysis of Off-Nuclear X-Ray Sources in Galaxy NGC 4945 Sarah M. Harrison Office of Science, Science Undergraduate Laboratory Internship (SULI) Massachusetts Institute of Technology

More information

Pile-up Modeling. John E. Davis. CXC 6th Chandra/CIAO Workshop, October 2008

Pile-up Modeling. John E. Davis. CXC 6th Chandra/CIAO Workshop, October 2008 1 Pile-up Modeling Outline Event Detection Grade Migration The Standard Model The Pile-up Model Data Preparation Using the model in sherpa and isis Examples 2 3 When a photon is absorbed

More information

warwick.ac.uk/lib-publications

warwick.ac.uk/lib-publications Original citation: Roming, Peter W. A., Koch, T. Scott, Oates, S. R., Porterfield, Blair L., Bayless, Amanda J., Breeveld, Alice A., Gronwall, Caryl, Kuin, N. P. M., Page, Mat J., Pasquale, Massimiliano

More information

X-RAY LIGHT CURVES OF GRBS WITHOUT FLARES

X-RAY LIGHT CURVES OF GRBS WITHOUT FLARES X-RAY LIGHT CURVES OF GRBS WITHOUT FLARES MARIA GRAZIA BERNARDINI R. MARGUTTI, J. MAO, E. ZANINONI, G. CHINCARINI INAF - Osservatorio Astronomico di Brera THE X-RAY UNIVERSE 2011 THE X-RAY EMISSION OF

More information

ISIS. Interactive Spectral Interpretation System.

ISIS. Interactive Spectral Interpretation System. ISIS Interactive Spectral Interpretation System http://space.mit.edu/cxc/isis Design & Development: John Houck (MIT/CXC) Design, Testing, Feedback: David Davis, John Davis, Dan Dewey, David Huenemoerder

More information

PoS(INTEGRAL 2010)134

PoS(INTEGRAL 2010)134 A two-year monitoring campaign of Supergiant Fast X-ray Transients with Swift, a V. La Parola, a G. Cusumano, a S. Vercellone, a P. Esposito, b J.A. Kennea, c D.N. Burrows, c H.A. Krimm, de C. Pagani,

More information

arxiv: v1 [astro-ph.he] 12 Apr 2016

arxiv: v1 [astro-ph.he] 12 Apr 2016 Mon. Not. R. Astron. Soc. 000, 1-22 (2012) Printed 2 May 2018 (MN LATEX style file v2.2) Long-term X-Ray Spectral Variability in AGN from the Palomar sample observed by Swift arxiv:1604.03556v1 [astro-ph.he]

More information

PACS Spectrometer Wavelength Calibration

PACS Spectrometer Wavelength Calibration PACS Spectrometer Wavelength Calibration H. Feuchtgruber Max-Planck-Institut für extraterrestrische Physik, Garching PACS WaveCal 1 Description of the Calibration Problem - Blue array: 400 pixels - Red

More information

arxiv: v2 [astro-ph.he] 23 Jul 2013

arxiv: v2 [astro-ph.he] 23 Jul 2013 Mon. Not. R. Astron. Soc. 000, 5 (203) Printed 5 December 207 (MN LATEX style file v2.2) RXTE and Swift observations of SWIFT J729.9 3437 arxiv:303.2340v2 [astro-ph.he] 23 Jul 203 Ş. Şahiner, S. Ç. İnam2,

More information

The Swift GRB MIDEX. Neil Gehrels May 20, 2002

The Swift GRB MIDEX. Neil Gehrels May 20, 2002 The Swift GRB MIDEX Neil Gehrels May 20, 2002 GSFC Swift Instruments Instruments Burst Alert Telescope (BAT) New CdZnTe detectors Detect >100 GRBs per year depending on logn-logs Most sensitive gamma-ray

More information

GRB060602B = Swift J : an unusual transiently accreting neutron-star X-ray binary

GRB060602B = Swift J : an unusual transiently accreting neutron-star X-ray binary Mon. Not. R. Astron. Soc. 393, 126 132 (2009) doi:10.1111/j.1365-2966.2008.14175.x GRB060602B = Swift J1749.4 2807: an unusual transiently accreting neutron-star X-ray binary R. Wijnands, 1 E. Rol, 2 E.

More information

arxiv: v2 [astro-ph.he] 10 Jul 2018

arxiv: v2 [astro-ph.he] 10 Jul 2018 Astronomy & Astrophysics manuscript no. paper c ESO 8 July, 8 Characterization of Gamma-Ray Burst prompt emission spectra down to soft X-rays G. Oganesyan, L. Nava,,, G. Ghirlanda, and A. Celotti arxiv:7.98v

More information

Zeeman Effect Physics 481

Zeeman Effect Physics 481 Zeeman Effect Introduction You are familiar with Atomic Spectra, especially the H- atom energy spectrum. Atoms emit or absorb energies in packets, or quanta which are photons. The orbital motion of electrons

More information

Extreme optical outbursts from a magnetar-like transient source: SWIFT J

Extreme optical outbursts from a magnetar-like transient source: SWIFT J Extreme optical outbursts from a magnetar-like transient source: SWIFT J1955+26 Gottfried Kanbach 1 Alexander Stefanescu 1,2 Agnieszka Słowikowska 3 Jochen Greiner 1 Sheila McBreen 4 Glòria Sala 5 1 Max-Planck-Institut

More information

Quick Start and Troubleshooting Guide

Quick Start and Troubleshooting Guide Quick Start and Troubleshooting Guide By RXDesign Copyright July 2003 Quick Start and Troubleshooting Guide Rev 2 Welcome... tto tthe worrl ld off tthe CAT. 1 Addendum - Quick Start Alright... it is installed!

More information

GRB : Modeling of Multiwavelength Data

GRB : Modeling of Multiwavelength Data GRB 090510: Modeling of Multiwavelength Data Soeb Razzaque NRC-NRL, Washington, DC Gamma Ray Bursts Workshop, Nov 8-12, GSFC Detection of GRB 090510 Fermi GBM and LAT observations Trigger on 2009 May 10

More information

Instructions for use of molly to prepare files for Doppler or Modmap

Instructions for use of molly to prepare files for Doppler or Modmap Instructions for use of molly to prepare files for Doppler or Modmap In the following instructions, computer output is in small type, prompts end with : or >, comments are in boldface and that which the

More information

arxiv: v2 [astro-ph.he] 26 Mar 2010

arxiv: v2 [astro-ph.he] 26 Mar 2010 9 Fermi Symposium, Washington, D.C., Nov. -5 The LAT Low-Energy technique for Fermi Gamma-Ray Bursts spectral analysis. V. Pelassa, F. Piron LPTA, CNRS/INP3 - Université Montpellier arxiv:.67v [astro-ph.he]

More information

LightWork Memo 18: Galactic Spectra Data Overview 1

LightWork Memo 18: Galactic Spectra Data Overview 1 LightWork Memo 18: Galactic Spectra Data Overview 1 Subject: Galactic Spectra Data Overview Memo: 18, revision 1 From: Glen Langston, Evan Smith and Sophie Knudsen Date: 2017 August 18 Summary: Examples

More information

XMM-Newton Chandra Blazar Flux Comparison. M.J.S. Smith (ESAC) & H. Marshall (MIT) 7 th IACHEC, Napa, March 2012

XMM-Newton Chandra Blazar Flux Comparison. M.J.S. Smith (ESAC) & H. Marshall (MIT) 7 th IACHEC, Napa, March 2012 XMM-Newton Chandra Blazar Flux Comparison M.J.S. Smith (ESAC) & H. Marshall (MIT) 7 th IACHEC, Napa, March 2012 Blazar Sample Objective: Comparison of XMM-Newton Chandra fluxes in various bands. Using

More information

Addendum: GLIMPSE Validation Report

Addendum: GLIMPSE Validation Report August 18, 2004 Addendum: GLIMPSE Validation Report The GLIMPSE Team 1. Motivation In our Validation Report of Jan. 30, 2004, we produced reliability calculations and discussed photometric accuracy estimates

More information

RXTE Studies: PCA Spectral Analysis for Spectral States in 4U

RXTE Studies: PCA Spectral Analysis for Spectral States in 4U RXTE Studies: PCA Spectral Analysis for Spectral States in 4U 1630-47 Dr. Manojendu Choudhury UM-DAE, Center for Excellence in Basic Sciences manojendu@cbs.ac.in Sharad Mirani & Kotwal Alankar Shashikant

More information

arxiv: v1 [astro-ph.he] 29 May 2013

arxiv: v1 [astro-ph.he] 29 May 2013 DRAFT VERSION SEPTEMBER 17, 2018 Preprint typeset using L A TEX style emulateapj v. 5/2/11 GRB 090727 AND GAMMA-RAY BURSTS WITH EARLY TIME OPTICAL EMISSION D. KOPAČ 1, S. KOBAYASHI 2, A. GOMBOC 1,3, J.

More information

MANUAL for GLORIA light curve demonstrator experiment test interface implementation

MANUAL for GLORIA light curve demonstrator experiment test interface implementation GLORIA is funded by the European Union 7th Framework Programme (FP7/2007-2013) under grant agreement n 283783 MANUAL for GLORIA light curve demonstrator experiment test interface implementation Version:

More information

Swift observations of GRB : an anomalous burst with a well behaved afterglow ABSTRACT. ,andl p,iso E rest. , E γ E rest

Swift observations of GRB : an anomalous burst with a well behaved afterglow ABSTRACT. ,andl p,iso E rest. , E γ E rest A&A 470, 05 8 (2007) DOI: 0.05/0004-636:20077232 c ESO 2007 Astronomy & Astrophysics Swift observations of GRB 06064: an anomalous burst with a well behaved afterglow V. Mangano,S.T.Holland 2,3, D. Malesani

More information

Tutorial Three: Loops and Conditionals

Tutorial Three: Loops and Conditionals Tutorial Three: Loops and Conditionals Imad Pasha Chris Agostino February 18, 2015 1 Introduction In lecture Monday we learned that combinations of conditionals and loops could make our code much more

More information

Following up Fermi GBM Gamma-Ray Bursts

Following up Fermi GBM Gamma-Ray Bursts Following up Fermi GBM Gamma-Ray Bursts V. Connaughton, and M. S. Briggs University of Alabama, Huntsville A. Goldstein (NASA Postdoctoral Fellow) NASA Marshall Space Flight Center Abstract The Fermi Gamma-Ray

More information

arxiv: v1 [astro-ph.sr] 29 Jul 2010

arxiv: v1 [astro-ph.sr] 29 Jul 2010 The Mouse that Roared: A Superflare from the dme Flare Star EV Lac detected by Swift and Konus-Wind Rachel A. Osten arxiv:1007.5300v1 [astro-ph.sr] 29 Jul 2010 Space Telescope Science Institute, 3700 San

More information

Experiment 10. Zeeman Effect. Introduction. Zeeman Effect Physics 244

Experiment 10. Zeeman Effect. Introduction. Zeeman Effect Physics 244 Experiment 10 Zeeman Effect Introduction You are familiar with Atomic Spectra, especially the H-atom energy spectrum. Atoms emit or absorb energies in packets, or quanta which are photons. The orbital

More information

Multiwavelength Search for Transient Neutrino Sources with IceCube's Follow-up Program

Multiwavelength Search for Transient Neutrino Sources with IceCube's Follow-up Program Multiwavelength Search for Transient Neutrino Sources with IceCube's Follow-up Program Nora Linn Strotjohann for the DESY Real-Time Group GROWTH Meeting at Caltech, July 26th 2016 The IceCube Neutrino

More information

WFC3 TV2 Testing: IR Channel Read Noise

WFC3 TV2 Testing: IR Channel Read Noise Instrument Science Report WFC3 2008-04 WFC3 TV2 Testing: IR Channel Read B. Hilbert 12 Feb 2008 ABSTRACT Using data taken during WFC3's Thermal Vacuum 2 (TV2) testing campaign, we have characterized the

More information

Science Analysis Tools Design

Science Analysis Tools Design Science Analysis Tools Design Robert Schaefer Software Lead, GSSC July, 2003 GLAST Science Support Center LAT Ground Software Workshop Design Talk Outline Definition of SAE and system requirements Use

More information

MOSCOW STATE UNIVERSITY. Sternberg Astronomical Institute. MASTER prompt and follow-up GRB observations

MOSCOW STATE UNIVERSITY. Sternberg Astronomical Institute. MASTER prompt and follow-up GRB observations MOSCOW STATE UNIVERSITY Sternberg Astronomical Institute MASTER prompt and follow-up GRB observations 2002-2009 Natalia Tyurina Behalf of the MASTER-team http://observ.pereplet.ru Moscow-Vostryakovo since

More information

Status of the EPIC calibration

Status of the EPIC calibration Status of the calibration 16 October 2003 Marcus G. F. Kirsch Marcus G. F. Kirsch with the input of the whole consortium Page 1 progress in calibration general absolute timing problem seems to be solved

More information

PoS(SWIFT 10)160. Broadband Transient Monitor using the Swift/BAT and the MAXI/GSC data. T. Sakamoto, Y. Oda and A. Yoshida

PoS(SWIFT 10)160. Broadband Transient Monitor using the Swift/BAT and the MAXI/GSC data. T. Sakamoto, Y. Oda and A. Yoshida Broadband Transient Monitor using the Swift/BAT and the MAXI/GSC data, Y. Oda and A. Yoshida Aoyama Gakuin University, Japan E-mail: tsakamoto@phys.aoyama.ac.jp "Time-domain astronomy" is one of the frontier

More information

PoS(INTEGRAL 2010)131

PoS(INTEGRAL 2010)131 Study of the X-ray/gamma source AX J1910.7+0917 and three newly discovered INTEGRAL sources, E. Bozzo a, C. Ferrigno a, C. Ricci a, A. Manousakis a, R. Walter a, L. Stella b a ISDC - Science data center

More information

ASEN 6008: Interplanetary Mission Design Lab Spring, 2015

ASEN 6008: Interplanetary Mission Design Lab Spring, 2015 ASEN 6008: Interplanetary Mission Design Lab Spring, 2015 Lab 4: Targeting Mars using the B-Plane Name: I d like to give credit to Scott Mitchell who developed this lab exercise. He is the lead Astrodynamicist

More information

Fermi LAT data analysis

Fermi LAT data analysis Fermi LAT data analysis PSR J0633+1746 4 VER J0648+152 0 50 100 150 200 Fermi Gamma-ray Space Telescope Large Area Telescope (LAT) ~20 MeV to >300 GeV FOV: 2.4 sr Credit: NASA E/PO, Sonoma State University,

More information

arxiv:astro-ph/ v2 22 Dec 2006

arxiv:astro-ph/ v2 22 Dec 2006 Refined Astrometry and Positions for 179 Swift X-ray Afterglows N. R. Butler 1,2 ABSTRACT arxiv:astro-ph/0611031v2 22 Dec 2006 We present a refined catalog for the positions of 179 γ-ray burst (GRB) X-ray

More information

VERITAS detection of VHE emission from the optically bright quasar OJ 287

VERITAS detection of VHE emission from the optically bright quasar OJ 287 VERITAS detection of VHE emission from the optically bright quasar OJ 287 S. Zola & NASA/JPL S. O Brien For The VERITAS Collaboration Outline 1. OJ 287 2. Historical Observations and Monitoring Programs

More information

Chandra Analysis of a Possible Cooling Core Galaxy Cluster at z = 1.03

Chandra Analysis of a Possible Cooling Core Galaxy Cluster at z = 1.03 Chandra Analysis of a Possible Cooling Core Galaxy Cluster at z = 1.03 Kyle Dolan Institute for Astronomy, University of Hawaii at Manoa (Dated: 12 August 2005) We present an analysis of Chandra observations

More information

Mimir NIR Spectroscopy Data Processing Cookbook V2.0 DPC

Mimir NIR Spectroscopy Data Processing Cookbook V2.0 DPC Mimir NIR Spectroscopy Data Processing Cookbook V2.0 DPC - 20111130 1. Fetch and install the software packages needed a. Get the MSP_WCT, MSP_CCS, MSP_SXC packages from the Mimir/Software web site: http://people.bu.edu/clemens/mimir/software.html

More information

LAB: Photometry of the Pleiades Cluster

LAB: Photometry of the Pleiades Cluster LAB: Photometry of the Pleiades Cluster ASTR 203 - Instructors Olszewski & Rigby Due IN CLASS on Oct. 30 You may work with 1 partner. If you do, only turn in 1 assignment with both your names on it! You

More information

Corrections for time-dependence of ACIS gain

Corrections for time-dependence of ACIS gain Corrections for time-dependence of ACIS gain July 30, 2004 A.Vikhlinin,R.Edgar,N.Schulz Abstract There is a secular drift of the average PHA values for photons of a fixed energy E. This drift is caused

More information

The Present and Future Real-Time Alerts from AMON

The Present and Future Real-Time Alerts from AMON The Present and Future Real-Time Alerts from AMON TeVPA August 9th 2017 AMON team 1 Outline What and who is AMON What s being/been done Upcoming AMON - ν alerts 2 The AMON Idea AMON searches for multimessenger

More information

arxiv:astro-ph/ v1 27 Oct 2005

arxiv:astro-ph/ v1 27 Oct 2005 Mon. Not. R. Astron. Soc. 000,???? (??) Printed 30 January 2018 (MN LATEX style file v2.2) The 2005 outburst of GRO J1655 40: spectral evolution of the rise, as observed by Swift arxiv:astro-ph/0510775v1

More information

Observing with the Infrared Spectrograph

Observing with the Infrared Spectrograph Observing with the Infrared Spectrograph C. Grillmair, L. Armus GO Workshop 21-22 November 2002 Outline 1) Meet the IRS IST 2) Basic IRS capabilities 3) Observing and readout modes 4) Data products and

More information

arxiv: v1 [astro-ph.he] 28 Apr 2010

arxiv: v1 [astro-ph.he] 28 Apr 2010 Submitted to ApJ Letters Preprint typeset using L A TEX style emulateapj v. 11/10/09 GRB 090926A AND BRIGHT LATE-TIME FERMI LAT GRB AFTERGLOWS C. A. Swenson 1, A. Maxham 2, P. W. A. Roming 1,3, P. Schady

More information

THE FIRST SWIFT BAT GAMMA-RAY BURST CATALOG

THE FIRST SWIFT BAT GAMMA-RAY BURST CATALOG The Astrophysical Journal Supplement Series, 175:179Y190, 2008 March # 2008. The American Astronomical Society. All rights reserved. Printed in U.S.A. A THE FIRST SWIFT BAT GAMMA-RAY BURST CATALOG T. Sakamoto,

More information