NRAO Home > CASA > CASA Cookbook and User Reference Manual

5.8 Image-plane deconvolution (deconvolve)

If you have only an image (obtained from some telescope) and an image of its point spread function, then you can attempt a simple image-plane deconvolution. Note that for interferometer data, full uv-plane deconvolution using clean or similar algorithm is superior!

The default inputs for deconvolve are:

#  deconvolve :: Deconvoving a point spread function from an image  
 
imagename   =         ’’ #   Name of image to decolvolve  
model       =         ’’ #   Name of output image to which deconvolved components are stored  
psf         =         ’’ #   Name of psf or gaussian parameters if psf is assumed gaussian  
alg         =    ’clark’ #   Deconvolution alorithm to use  
niter       =         10 #   number of iteration to use in deconvolution process  
gain        =        0.1 #   CLEAN gain parameter  
threshold   =    ’0.0Jy’ #   level below which sources will not be deconvolved  
mask        =         ’’ #   Name of image that has mask to limit region of deconvolution  
async       =      False #   if True run in the background, prompt is freed  

The algorithm (alg) options are: ’clark’, ’hogbom’, ’multiscale’ or ’mem’. The ’multiscale’ and ’mem’ options will open the usual set of sub-parameters for these methods.


More information about CASA may be found at the CASA web page

Copyright © 2010 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