Parameter | Mand | Type | Default | Constraints |
dirfile | no | string | dir.list | |
File containing the list of exposures, including the directory
string, for data to be merged. For instance, if the merging
processing is being done in the directory /DATA/merge and
the individual observations are located in the parallel
directories /DATA/obs1/proc and /DATA/obs2/proc, the
file dirlist
could have entries such as:
/DATA/obs1/proc/mos1S001
/DATA/obs1/proc/mos2S002
/DATA/obs1/proc/pnS003
/DATA/obs2/proc/mos1S001
/DATA/obs2/proc/mos2S002
/DATA/obs2/proc/pnS003
|
type | no | int | 1 | |
Type of file to mosaic (1=fovim, 2=expim, 3=bkgim, 4=protim, 5=swcxim, 6=cheese, 7=mslcheese)
|
cheesemosaictype | no | string | t | |
Type of cheese masks to be mosaicked (s (soft), h (hard), t (total), smsl, hmsl, tmsl (merged))
|
coordsys | no | int | 1 | |
Selects which coordinate system should be used, 1/equ, 2/gal, 3/ecl
|
crvaln1 | yes | real | | |
Central longitude of the projection.
|
crvaln2 | yes | real | | |
Central latitude of the projection.
|
pixelsize | no | real | 0.03 | |
Pixel size of the projection in decimal degrees.
|
alpha | no | real | 1.7 | |
Assumed spectral index for the filter correction scaling.
|
elow | no | int | 350 |
|
Energy low limit (in eV) for the band.
|
ehigh | no | int | 1100 |
|
Energy high limit (in eV) for the band.
|
xdim | no | int | 2000 | |
X dimension of the output image
|
ydim | no | int | 2000 | |
Y dimension of the output image
|
withmask | no | boolean | no | |
Apply ordinary mask?
|
withcheese | no | boolean | no | |
Apply cheese mask?
|
cheesemasktype | no | string | t | |
Cheese type (s (soft), h (hard), t (total), smsl, hmsl, tmsl (merged))
|
NOTE1: It is possible to both create a mosaic using cheese masks AND apply an
additional cheese mask to the final output mosaic.
NOTE2: It is NOT possible to apply both a cheese mask AND an ordinary mask.
NOTE3: If mosaicking cheese masks, the default cheesemosaictype is t
(total band). If that is NOT desired, simply set the parameter cheesemosaictype to
one of the other allowed options (i.e., s/h/smsl/hmsl/tmsl)
Parameter | Mand | Type | Default | Constraints |