edetect_stack consists of twelve subsequent stages during which ten SAS tasks are called to perform the source detection. While running the meta-task, information on the program flow will be shown if SAS_VERBOSITY or the argument of the option '-V' is set to 5 or higher.
Figure 2 illustrates the flow of standard processing: tasks and products, and indicates how often each task is called.
Notes on the individual task calls.
When automatically determining the image area, “notOnChip” warnings may be sent by esky2det. They can be ignored. edetect_stack informs the user via an extra warning in case an input pointing does not overlap with the chosen analysis area.
edetect_stack checks whether output images are empty. Instruments / observations for which no image contains any event are ignored in the following.
esp_fitmethod=smooth (default of edetect_stack): produce background maps via adaptive smoothing of the cheesed image.
esp_fitmethod=spline: Use a spline fit to produce the background maps. The number of spline nodes is derived from the image size in pixels, per default, as square root of the longest side divided by two. Users can change the number of nodes by changing the value of the parameter esp_nsplinenodes and setting with_esp_nsplinenodes=true.
esp_fitmethod=model: pass vignetted exposure maps
to esplinemap
via the esplinemap
parameter expimageset.
If, additionally, esp_withexpimageset2=true: pass unvignetted
exposure maps to esplinemap
via the esplinemap
parameter expimageset2.
Users are advised to check the background maps for fit artefacts like very bright regions and to adjust the fit parameters (esp_nsplinenodes or esp_snrmin, esp_smoothsigma) when indicated.
Within edetect_stack, eboxdetect is generally called with exposure maps and detection masks, i.e. the parameters withexpimage and withdetmask are set to “yes” (eboxdetect default: “no”).
The matching radius is determined by edetect_stack from the image binning. If users would like to test different matching radii, they may stop edetect_stack, adjust the value of the parameter maxerr of srcmatch and repeat the matching, before restarting edetect_stack with minstage=11 and the adjusted input list.
Please note that all the eboxdetect source lists that are produced by edetect_stack serve as input to other tasks and are not suitable for a quantitative analysis.
XMM-Newton SOC -- 2023-04-16