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


evalcorr (evalcorr-0.8) [xmmsas_20230412_1735-21.0.0]


Description

The task performs one or more of several tests to evaluate the position correction as performed by eposcorr. These tests lead to a boolean value POSCOROK. These are two test, 1XMM and 2XMM. Both rely on values written to the header of the source list by eposcorr. New attributes POSCOROK and SYSERRCC are written to the output as keywords. Options also exist to write additional attributes indicating the result of each test and intermediate values.

evalcorr performs a simple evaluation of eposcorr amended source lists. If the correlation is determined to be bad then the RA, DEC , LII and BII columns are used to overwrite the RA_CORR , DEC_CORR , LII_CORR and BII_CORR columns respectively.

The 1XMM evaluation is:

$POSCOROK = ( (\sqrt{{RAOFFSET}^2 + {DEOFFSET}^2}) <= radiusthreshold AND LIK\_HOOD > likhoodthreshold )$

The 2XMM evaluation is:

$POSCOROK = ( LIK_HOOD > intercept + gradient * LIK_NULL )$



XMM-Newton SOC -- 2023-04-16