Functions | |
def | mosaic |
Variables | |
tuple | imMos |
Set image parameters. | |
string | field |
tuple | phasecenter |
blank means take field 0 | |
tmppc | |
succesful must be string like '0' or 'NGC*' | |
int | spwindex |
tuple | fieldindex |
list | imsize |
list | cell |
list | cellx |
list | celly |
mosweight | |
check that start and step have units | |
setcleanbox | |
Set clean region (file or list) | |
list | cleanbox |
list | mask |
sclt |
def task_mosaic.mosaic | ( | 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 | |||
) |
Calculate a multi-field deconvolved image with selected algorithm:
Definition at line 4 of file task_mosaic.py.
Referenced by mosaic.mosaic().
list task_mosaic.cell |
Definition at line 63 of file task_mosaic.py.
tuple task_mosaic.cellx |
Definition at line 69 of file task_mosaic.py.
tuple task_mosaic.celly |
Definition at line 70 of file task_mosaic.py.
tuple task_mosaic.cleanbox |
Definition at line 111 of file task_mosaic.py.
string task_mosaic.field |
Definition at line 31 of file task_mosaic.py.
tuple task_mosaic.fieldindex |
Definition at line 54 of file task_mosaic.py.
tuple task_mosaic.imMos |
Set image parameters.
Definition at line 26 of file task_mosaic.py.
list task_mosaic.imsize |
Definition at line 61 of file task_mosaic.py.
list task_mosaic.mask |
Definition at line 118 of file task_mosaic.py.
check that start and step have units
check that start and step have units try to minimize the number of data selection when natural mosweight is irrelevant
Definition at line 101 of file task_mosaic.py.
blank means take field 0
Definition at line 36 of file task_mosaic.py.
string task_mosaic.sclt |
Definition at line 128 of file task_mosaic.py.
Set clean region (file or list)
Definition at line 109 of file task_mosaic.py.
tuple task_mosaic.spwindex |
Definition at line 48 of file task_mosaic.py.
tuple task_mosaic.tmppc |
succesful must be string like '0' or 'NGC*'
failed must be a string 'J2000 18h00m00 10d00m00'
Definition at line 38 of file task_mosaic.py.