next up previous contents pdf.png
Next: 6 Installation Up: 5 Algorithms Previous: 5.13 Discarding Observations

Subsections



5.14 Diffuse Sources

Correct extraction of a diffuse source differs from extraction of a point source in a number of important ways.

5.14.1 The slippery concept of a region's area on the sky

Observers commonly need to express the observed strength of a diffuse source in terms of surface brightness, for example normalizing a luminosity calculated via XSPEC by some measure of the size of the source on the sky. If the response of the observatory was constant within the selected extraction region, then the appropriate size normalization would simply be the geometric area of the region. However, in a typical ACIS observation the response varies strongly across the extraction region in several ways:

When a diffuse source is extracted in CIAO, this spatially-varying response is abstracted/averaged into a single set of response files (ARF and RMF). Obviously, the appropriate region size normalization depends on how this average response is calculated, since in the denominator of the final surface brightness expression, e.g. $(arcsec^2 s cm^2)$, the response of the observatory and the size normalization are degenerate (i.e. are multiplied together). Now, if one averaged the observatory response over the region in the SKY coordinate system, $\overline{ARF(E)} = \int_R ARF(E,x,y)$, (including the effects of bad columns, chip gaps, detector edges, and point source masks) then that multi-ObsId response would account for everything, and the appropriate size normalization would simply be the geometric area of the region. However, it is important to understand that this is not the algorithm employed by the tool mkwarf. Instead, mkwarf (through its WMAP input) forms a weighted average of the response of the observatory within a set of cells on the detector. In this process there is no concept of reduced exposure time arising from dithering over unobserved parts of the focal plane, and there is no concept of point source masking.

The good news is that we have on hand a data product that does represent the ``depth'' of the observation (exposure time $\times$ effective area) everywhere, namely the exposure map

\begin{displaymath}emap(x,y) = ARF(E_0,x,y) \times EXPOSURE \end{displaymath}

computed for the energy $E_0$. The unsubscripted function $ARF(E_0,x,y)$ is the response of the observatory at a specific position on the sky for energy $E_0$. $ARF(E_0,x,y)$, and thus the exposure map, represents both variations in the observatory response across the focal plane, and the exposure time variations across the sky caused by dithering over bad pixels and detector edges. The AE workflow also applies the point source masks to the exposure map, producing a data product that fully maps the response of the observatory at the single energy $E_0$. The integral of this masked exposure map over the extraction region, $I_{emap} = \int_R emap(x,y)$, represents precisely the denominator of the final surface brightness expression that we seek, in units of $arcsec^2 \times s \times cm^2 \times count/photon$, for the specific mono-energy $E_0$.

Given that the ARF produced by mkwarf is the only convenient representation we have for the energy-dependence of the response, a reasonable approach would seem to be to choose any scaling for that ARF and/or for the EXPOSURE time and/or for the geometric region area such that in the end our extracted spectrum is normalized by $I_{emap}$ at energy $E_0$. AE chooses to scale mkwarf's ARF to produce a ``surface brightness ARF'' (designated below by the subscript SB) as follows:

\begin{eqnarray*}
ARF_{SB}(E) & = & ARF_{mkwarf}(E) \times \frac{\int_R emap(x,y...
...kwarf}(E) \times \frac{\int_R ARF(E_0,x,y)} {ARF_{mkwarf}(E_0)}
\end{eqnarray*}

At the energy $E = E_0$,

\begin{displaymath}ARF_{SB}(E_0) = \int_R ARF(E_0,x,y) \end{displaymath}

, which is the observatory response averaged over the entire geometric area of the region (including unobserved portions of the sky).

The units of the ARF are thus changed from $cm^2 count/photon$ to $arcsec^2 cm^2 count/photon$. All ``flux'' quantities derived from XSPEC should then be understood to be surface brightness quantities with arcsec$^{-2}$ appended to the units. Actual integrated fluxes over the entire diffuse region are then estimated by multiplying inferred surface brightnesses by the geometric area of the region.

5.14.2 Multiple observations should be combined in surface brightness units

The conversion of each extraction's calibration (ARF) to surface brightness units, described above, is very convenient when multiple observations are to be combined. Each extraction of a diffuse region will generally have different sub-regions that are unobserved in that ObsID, and thus different normalizations for mkwarf's ARF. Once all the extractions are calibrated in surface brightness units, they can be straightforwardly merged in the same way that point sources are merged (§5.6). There is a clear analogy between this practice and the way AE handles PSF fractions when multiple point source extractions are merged; in that case since each extraction can have a different PSF fraction, AE chooses to scale each observation's ARF by its PSF fraction prior to merging.

5.14.3 Analysis of background

There are several ways background matters can be approached in diffuse analysis. See §7.1.2.


next up previous contents pdf.png
Next: 6 Installation Up: 5 Algorithms Previous: 5.13 Discarding Observations
Patrick Broos
Penn State Department of Astronomy
2013-05-09