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


ssclib (ssclib-4.33) [xmmsas_20190531_1155-18.0.0]

Source detection limits

The logic of source detection goes as follows. Let us assume to begin with that there is no source at a given location, only background. Let us calculate the probability that the observed counts at that location are due solely to background. If this probability is less than a specified value, our initial assumption was incorrect and there is in fact a source at that location.

The routines described in the present section are designed to take as arguments the probability cutoff (actually a cutoff in likelihood is used) and the background, or expectation value for the counts, and use them to calculate the minimum value of source counts which is detectable at those levels.

To elaborate: given a discrete probability distribution $p(j)$ of event counts $j$, any sample value $c$ is associated with a certain probability $p_{\rm {int}}$ (and therefore likelihood $L = -ln(p_{\rm {int}})$) of it not being due to chance. This probability is obtained by summing the probability values $p(j)$ from $j=c$ to $j=\inf$. For $p$ given by the Poisson distribution, this sum is equal to the incomplete gamma function $P(c,a)$, where $a$ is the expectation value of $c$. In mathematical terms, the Poissonian likelihood is thus


\begin{displaymath}
L = -ln[P(c,a)].
\end{displaymath} (1)


(Note: This is ONLY true if the uncertainty in the background or expectation value is insignificant.) The two subroutines described in the present section invert equation 1 to return that value of $c$ which is associated with specified $L$ and $a$.



Subsections
XMM-Newton SOC/SSC -- 2019-06-02