Parameter | Mand | Type | Default | Constraints |
chipimgsets | yes | dataset list | | |
A list of names of input images (in chip coordinates).
|
templateset | yes | dataset | | |
The name of the input template image. This supplies information about the projection plane and pixel size (via WCS keywords) and pixel dimensions (via the array dimensions) of the output image.
|
ccds | yes | integer list | | ccds |
This parameter is only mandatory if withccds=`yes'. The parameter should contain a list of CCD numbers (in the standard XMM EPIC numbering scheme; see cal
documentation for a description of this). The elements of this list should correspond in number and order to those of chipimgsets.
|
atttab | yes | table | | |
This parameter is only mandatory if withatttab=`yes'. The parameter should give the name of a dataset plus table (eg: `mySet.ds:ATT_TAB'). The table should contain samples of the XMM spacecraft attitude in time bins (see full description in section 6).
|
gtitab | yes | table | | |
This parameter is only mandatory if withgtitab=`yes'. The parameter should give the name of a dataset plus table (eg: `mySet.ds:STDGTI01'). The table should contain a list of good time intervals (GTIs).
|
outimgset | no | dataset | outImage.ds | |
Name of the output image.
|
withccds | no | boolean | no | yes|no |
This parameter should be set to `yes' if the user desires to supply the CCD numbers via the list parameter ccds. Otherwise the task looks for these numbers in CCDNR keywords in the headers of the input chip images.
|
withatttab | no | boolean | no | yes|no |
This parameter should be set to `yes' if the user desires to supply a table of attitude samples via the parameter atttab. Otherwise the task obtains a single representative attitude per CCD image from RA_PNT, DEC_PNT and PA_PNT keywords in the headers of the input chip images.
|
withgtitab | no | boolean | no | yes|no |
This parameter is only active if withatttab is set to `yes'. The user should set withgtitab=`yes' if he/she desires to supply a table of GTIs via the parameter gtitab.
|
Parameter | Mand | Type | Default | Constraints |