next up previous contents pdf.png
Next: 7.9 CHECK_POSITIONS Stage Up: 7 Using ACIS Extract Previous: 7.7 Adjust BACKSCAL Stage

Subsections



7.8 MERGE_OBSERVATIONS Stage

This stage is run once as shown in Figure 8, after extractions have been performed for each observation. Even if you have only one observation you will run MERGE_OBSERVATIONS.

7.8.1 Actions

Figure 9: Flux and median energy time series for multiple observations of a source, shown on separate sets of axes. Three curves are shown. A binned light curve is shown in black, and the median energy of the events in the light curve bins is shown in red; the unequally sized time bins are represented by horizontal bars shaped like the letter ``H''. Example Poisson errors within a single time bin are represented by black and red error bars along the Y-axis. An adaptively smoothed light curve is shown in blue.
\includegraphics[height=7.0in]{stacked_lc}

Figure 10: The same flux and median energy time series in Figure 9, shown on a single non-physical time axis. Time intervals between observations are indicated by black dotted vertical lines.
\includegraphics[width=7.0in]{sequenced_lc}

7.8.2 Usage and Inputs

acis_extract, srclist_filename, /MERGE_OBSERVATIONS, MERGE_NAME=name, EBAND_LO=energy, EBAND_HI=energy, OVERLAP_LIMIT=value, /MERGE_FOR_PB, /MERGE_FOR_POSITION, /MERGE_FOR_PHOTOMETRY, MIN_QUALITY=value


acis_extract, srclist_filename, /MERGE_OBSERVATIONS, /PLOT, CARTOON_TEMPLATE=cartoon_template


EXAMPLE:
idl $\vert\&$ tee MERGE_OBSERVATIONS.log


eband_lo = [0.5, 0.5, 1.0, 2.0, 4.0, 6.0]
eband_hi = [8.0, 1.0, 2.0, 4.0, 6.0, 8.0]
acis_extract, 'all.srclist', /MERGE_OBSERVATIONS, EBAND_LO=eband_lo, EBAND_HI=eband_hi


acis_extract, 'all.srclist', /MERGE_OBSERVATIONS, /PLOT, CARTOON_TEMPLATE='1875.emap'

7.8.3 Data Products

For each source the following files are produced:
{sourcename}/source.stats:
a FITS file containing keyword information about the source

{sourcename}/source.psf:
a FITS file containing a multi-ObsId PSF image

{sourcename}/neighborhood.evt:
a FITS event list covering the immediate neighborhood of the source

{sourcename}/source.evt:
a FITS table containing the events extracted for the source

{sourcename}/{sourcename}.pi:
the multi-ObsId source spectrum (not grouped)

{sourcename}/{sourcename}_bkg.pi:
the multi-ObsId background spectrum (not grouped)

{sourcename}/{sourcename}.arf:
the multi-ObsId ARF

{sourcename}/{sourcename}.rmf:
the multi-ObsId RMF

{sourcename}/{sourcename}.sequenced_lc.ps:
a PostScript plot of the light curves and median energy time series for each observation shown on a single ``broken'' time axis.

{sourcename}/{sourcename}.stacked_lc.ps:
a PostScript plot of the light curves and median energy time series for each observation shown on separate time axes.

{sourcename}/source.photometry:
a FITS file containing a table of the photometry values described in §5.10

{sourcename}/extract.reg
A DS9 region file showing the extraction polygons for all observations.

cartoon.img:
a FITS image containing a cartoon of the field

Several interactive plots show characteristics of the merged extraction; see our AE recipes (§7.1) for descriptions of each.


next up previous contents pdf.png
Next: 7.9 CHECK_POSITIONS Stage Up: 7 Using ACIS Extract Previous: 7.7 Adjust BACKSCAL Stage
Patrick Broos
Penn State Department of Astronomy
2013-05-09