XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


omdetect (omdetect-5.41) [xmmsas_20230412_1735-21.0.0]

Point-like$\backslash $extended Sources using an exposure image

Each pixel from the input image will have been divided by the corresponding exposure image pixel. Omdetect will then have multiplied each pixel by the median exposure value from the exposure image. This is done because the source-detection$\backslash $background algorithms do not work very well with the original image.

In the following formulae, the term $\frac{1}{expConstant}$ converts the image from counts back to counts/second (ie the original image).

The counts and count-rates are computed using the following formulae-

The total counts (TC) within the aperture is given by
$TC=\frac{1}{expConstant} \times \sum_{i=il}^{iu}\sum_{j=jl}^{ju} image(i, j) \times area(i, j) \times exposure(i, j))$,

For “point-like” sources, the indices il, iu, jl and ju encompass all the pixels within the aperture centred on the source, whilst for “extended” ones il, iu, jl and ju encompass all the pixels assigned to the source- only a pixel within the box that is actually part of the source is used in the following summations. area(i, j), is the fractional area of the pixel within the aperture (0- completely outside, 1- completely inside, for extended sources it is always 1), exposure(i, j) is the value of the exposure (from the exposure image) and expConstant is the exposure value that all the image pixels have been multiplied by.

The total background counts (TBC) within the aperture is given by

$TBC=\frac{1}{expConstant} \times \sum_{i=il}^{iu}\sum_{j=jl}^{ju} BCP \times area(i, j) \times exposure(i, j))$,

where BCP is the backround counts per pixel. For “point-like” sources this value is computed using the pixels within a circular annulus centred on the source of inner and outer radii of 8 and 13 unbinned pixels, respectively. Image pixels in which the corresponding quality pixel is 1 (ie a bad pixel) are ignored. In any case where the number of such pixels is less than 100 (ie less than one third that would normally be contained within the annulus, the background image is used to obtain a background value using the same annulus). For “extended” sources the background image is used to subtract the background.

The total background-subtracted counts (TBSC) within the aperture is given by

$TBSC= \frac{1}{expConstant} \times \sum_{i=il}^{iu}\sum_{j=jl}^{ju} (image(i, j)-BCP) \times area(i, j) \times( exposure(i, j))$,

The total background-subtracted count-rate (TBSCR) within the aperture is given by

$TBSCR=\frac{1}{expConstant} \times \sum_{i=il}^{iu}\sum_{j=jl}^{ju} (image(i, j)-BCP) \times area(i, j) )$,

The total background-subtracted count-rate error squared (TBSCRES) within the aperture is given by

$TBSCRES=\frac{1}{expConstant} \times\sum_{i=il}^{iu}\sum_{j=jl}^{ju} ((S(i, j) + 2 \times B(i, j)) \times area(i, j) / exposure(i, j) )$,

where S(i, j) and B(i, j) are the background-subtracted counts and background counts, respectively, at pixel(i, j).

The source significance (signal-to-noise) is given by

$TBSC/\sqrt{TC}$

The background-subtracted count-rate error (BSCRE) is given by
$BSCRE= \sqrt{TBSCRES}$

The effective exposure (EE) for the source is given by
$EE=TBSC/TBSCR$



Subsections
XMM-Newton SOC -- 2023-04-16