|
|||
NRAO Home > CASA > CASA Toolkit Reference Manual |
|
deconvolver.deconvolver - Function
3.1.2 Construct a deconvolver tool
Description
This is used to construct deconvolver tools associated with a dirty image and
point spread function. The deconvolver tool may then be used to generate
various types of images. Note that a new executable is started every time the
constructor is called.
example mydecon=casac.deconvolver() mydecon.open(’dirty.image’, ’psf.image’)
Arguments
Inputs |
| ||
dirtyname |
| Dirty image to be processed. Table name.
| |
| allowed: | string |
|
| Default: | dirtyname |
|
psfname |
| point spread function to be processed. Table name
| |
| allowed: | string |
|
| Default: |
|
|
casadeconvolver
Example
deco=casac.deconvolver()
deco.open(’3C273XC1.dirty’, ’3C273XC1.psf’)
deco.clean(model=’3C273XC1.clean’, niter=10000, gain=0.2)
deco.close()
__________________________________________________________________
More information about CASA may be found at the
CASA web page
Copyright © 2016 Associated Universities Inc., Washington, D.C.
This code is available under the terms of the GNU General Public Lincense
Home |
Contact Us |
Directories |
Site Map |
Help |
Privacy Policy |
Search