Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/6.1.0/doc/emask.ps.gz
Дата изменения: Mon Nov 22 23:04:39 2004
Дата индексирования: Tue Oct 2 01:22:48 2012
Кодировка:
XMM-Newton Science Analysis System Page: 1
emask
November 22, 2004
Abstract
Creation of detection mask (from exposure images), marking the area on which
source searching will be performed.
1 Instruments/Modes
Instrument Mode
EPIC MOS: IMAGING
EPIC PN: IMAGING
2 Use
pipeline processing yes
interactive analysis yes
3 Description
Using an exposure image from any of the EPIC instruments, a mask image representing the area on the
sky which is searched by the source detection tasks is constructed. The detection mask is a FITS image
containing the integer values 0 and 1 where 1 markes the image area on which source searching will be
performed.
4 Parameters
This section documents the parameters recognized by this task (if any).
Parameter Mand Type Default Constraints
expimageset yes lename expimage. ts
Names of exposure image
xmmsas 20041122 1834-6.1.0

XMM-Newton Science Analysis System Page: 2
detmaskset yes lename detmask. ts
Name of detection mask
threshold1 no oat 0.3 [0.0 Threshold parameter 1: fraction of maximum exposure
threshold2 no oat 0.5 [0.0 Threshold parameter 2: threshold for gradient of exposure
5 Errors
This section documents warnings and errors generated by this task (if any). Note that warnings and
errors can also be generated in the SAS infrastructure libraries, in which case they would not be docu-
mented here. Refer to the index of all errors and warnings available in the HTML version of the SAS
documentation.
Exposure images from di erent instruments have di erent pixel sizes, image sizes, center
coordinates (RA, Dec), or north vectors (not yet implemented) (fatal)
Less than TBD fraction of mask pixels are set to 1 (warning)
corrective action: write warning message(not yet implemented)
6 Input Files
1. PPS product (from task EEXPMAP): EPIC exposure image
7 Output Files
1. Detection mask (to be used by tasks EBOXDETECT, ESPLINEMAP, ESENSMAP) The
detection mask is a FITS image with the same binning as the EPIC FITS images containing
the integer values 0 or 1.
8 Algorithm
Begin subroutine emask
Determine maximum of exposure
Multiply threshold parameters with exposure maximum
xmmsas\_20041122\_1834-6.1.0

XMM-Newton Science Analysis System Page: 3
Loop over image pixels
Set pixels of detection mask to 1 if exposure is above cutoff
and 0 otherwise.
END Loop
Loop over image pixels
Set pixels of detection mask to 0 if gradient of exposure
is above threshold
END Loop
End subroutine emask
9 Comments
10 Future developments
 Add error handling and verbosity control.
 Add capability to operate on multiple exposure maps (see developer notes).
References
xmmsas 20041122 1834-6.1.0