30.01.2013 Views

The SWIFT BAT Software Guide Version 6.3 30 ... - HEASARC - Nasa

The SWIFT BAT Software Guide Version 6.3 30 ... - HEASARC - Nasa

The SWIFT BAT Software Guide Version 6.3 30 ... - HEASARC - Nasa

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

48 CHAPTER 5. <strong>BAT</strong> ANALYSIS PROCEDURES<br />

– a basic map can be found in obsid/bat/hk/swNNNNNNNNNNNbcbdq.hk.gz;<br />

– one can be created by using the “Creating a Quality Map” procedure;<br />

Swift attitude information (in obsid/auxil/swNNNNNNNNNNNsat.fits.gz).<br />

For example, let’s assume we are interested in the burst GRB 050713A, in particular to produce<br />

an image of the “flare” from time 142921843 (MET) to 142921868 (MET).<br />

5.8.3 Change into Event Directory<br />

Change directories to the location of the event data.<br />

cd 00145675000/bat/event<br />

5.8.4 Make a Detector Plane Image<br />

A Detector Plane Image (DPI) is a map of the counts (or count rate) in each detector as it is layed<br />

out geographically in the detector plane. This map is the input to the deconvolution software.<br />

Issue the following command,<br />

batbinevt infile=sw00145675000bevshsp_uf.evt.gz outfile=flare.dpi outtype=DPI \<br />

timedel=0.0 timebinalg=u tstart=142921843 tstop=142921868 \<br />

energybins=14-150 outunits=RATE weighted=NO ecol=ENERGY \<br />

detmask=../hk/sw00145675000bcbdq.hk.gz clobber=YES<br />

where<br />

• outtype=DPI means to make a DPI<br />

• timedel=0.0 means accumulate all the data into one single DPI<br />

• timeginalg=u means make them uniform time bins (really “don’t care” in this case)<br />

• the tstart and tstop give the start and stop time of the spectrum as discussed above<br />

• the energybins=14-150 means make a single image in the 14-150 keV range<br />

• the ecol=ENERGY means use the ENERGY column for energy selections<br />

• the outunits=RATE makes a rate image<br />

• the weighted=NO means do not perform background subtraction<br />

• the detmask is required to filter out noisy detectors<br />

<strong>The</strong> result should be a single detector plane image. It is also possible to select multiple time<br />

ranges or multiple energy bands. batfftimage will automatically process these to produce sky images<br />

in multiple slices.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!