NRAO Home > CASA > CASA Toolkit Reference Manual
deconvolver.mtrestore - Function

3.1.2 Restore the Multi-Term residuals


Description

The model images are smoothed by the specified Gaussian beam. The principal solution is computed from the residuals. The smoothed models are added to these new residuals.

This ensures that any undeconvolved source flux has been transformed into the Taylor-coefficient basis, before being added into the smoothed Taylor-coefficient model images.

( If the beam is not supplied, one will be fit to the PSF ).

Arguments





Inputs

models

Input : Name of input model

allowed:

stringArray

Default:

residuals

Input : Name of residual image

allowed:

stringArray

Default:

images

Output : Name of output restored image

allowed:

stringArray

Default:

bmaj

Major axis of beam

allowed:

any

Default:

variant 0rad

bmin

Minor axis of beam

allowed:

any

Default:

variant 0rad

bpa

Position angle of beam

allowed:

any

Default:

variant 0deg

async

Run asynchronously in the background

allowed:

bool

Default:

false

Returns
bool

Example

 
 
deco.restore(model=’3C273XC1.clean’, image=’3C273XC1.clean.restored’,  
bmaj=’2.0arcsec’, bmin=’2.0arcsec’)  
 

__________________________________________________________________


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