mosaic – Create a multi-field deconvolved image with selected algorithm – imaging task
Description
Form images from visibilities. Handles continuum and spectral line cubes.
Parameters
Parameter |
Default |
Description |
|---|---|---|
vis |
|
|
imagename |
|
|
mode |
|
|
alg |
|
|
imsize |
|
|
cell |
|
|
phasecenter |
|
|
stokes |
|
|
niter |
|
|
gain |
|
|
threshold |
|
|
mask |
|
|
cleanbox |
|
|
nchan |
|
|
start |
|
|
width |
|
|
field |
|
|
spw |
|
|
timerange |
|
|
restfreq |
|
|
sdimage |
|
|
modelimage |
|
|
weighting |
|
|
mosweight |
|
|
rmode |
|
|
robust |
|
|
ftmachine |
|
|
cyclefactor |
|
|
cyclespeedup |
|
|
scaletype |
|
|
minpb |
|
|
sigma |
|
|
targetflux |
|
|
constrainflux |
|
|
prior |
|
|
negcomponent |
|
|
scales |
|
|
npercycle |
|
|
npixels |
|
|
noise |
|
Parameter Explanations
vis
''
name of input visibility file
imagename
''
Pre-name of output images
mode
'mfs'
Type of selection (mfs, channel, velocity, frequency)
alg
'clark'
Algorithm to use (clark, hogbom, multiscale)
imsize
numpy.array( [ int(256),int(256) ] )
Image size in pixels (nx,ny), symmetric for single value
cell
{'value': float(1.01.0), 'unit': 'arcsec'}
The image cell size in arcseconds [x,y].
phasecenter
''
Field Identififier or direction of the image phase center
stokes
'I'
Stokes params to image (I,IV,QU,IQUV,RR,LL,XX,YY,RRLL,XXYY)
niter
int(500)
Maximum number of iterations
gain
float(0.1)
Loop gain for cleaning
threshold
float(0.0)
Flux level to stop cleaning (unit mJy assumed)
mask
numpy.array( [ ] )
Set of mask images used in cleaning
cleanbox
{ }
clean box regions or file name or 'interactive'
nchan
int(1)
Number of channels in output image
start
int(0)
Start channel
width
int(1)
Channel width (value > 1 indicates channel averaging)
field
''
Field Name
spw
''
Spectral windows:channels: '' is all
timerange
''
Range of time to select from data
restfreq
''
rest frequency to use in image
sdimage
''
Input single dish image to use for model
modelimage
''
Name of output(/input) model image
weighting
'natural'
Weighting to apply to visibilities
mosweight
False
Individually weight the fields of the mosaic
rmode
'norm'
Robustness mode (for Briggs weightting)
robust
float(0.0)
Briggs robustness parameter
ftmachine
'mosaic'
Gridding method for the image
cyclefactor
float(1.5)
Threshold for minor/major cycles (see pdoc)
cyclespeedup
int(-1)
Cycle threshold doubles in this number of iterations
scaletype
'SAULT'
Controls scaling of pixels in the image plane
minpb
float(0.1)
Minimum PB level to use
sigma
{'value': float(0.001), 'unit': 'Jy'}
Target image sigma
targetflux
{'value': float(1.0), 'unit': 'Jy'}
Target flux for final image
constrainflux
False
Constrain image to match target flux
prior
numpy.array( [ ] )
Name of MEM prior images
negcomponent
int(2)
Stop the component search when the largest scale has found this number of negative components
scales
numpy.array( [ int(0),int(3),int(10) ] )
resolutions in pixel units
npercycle
int(100)
Number of iterations before interactive masking prompt
npixels
int(0)
number of pixels to determine cell size for superuniform or briggs weighting
noise
{'value': float(0.0), 'unit': 'Jy'}
noise parameter for briggs weighting when rmode='abs'