nraonrao
 
 NRAO Home > CASA > CasaDocument
image.deconvolvecomponentlist - Function

1.1.1 Deconvolve a componentlist from the restoring beam
Description

This function deconvolves (a record representation of) a Componentlist tool from the restoring beam, returning (a record representation of) a new Componentlist tool. If there is no restoring beam, a fail is generated.

Currently, only deconvolution of Gaussian components is supported.

See also functions setrestoringbeam and restoringbeam.

Arguments





Inputs

complist

Componentlist to deconvolve

allowed:

any

Default:

record

Returns
anyrecord

Example

"""  
#  
print "\t----\t deconvolvecomponentlist Ex 1 \t----"  
ia.maketestimage()  
r = ia.fitsky(deconvolve=F)  
cl1 = r[’return’]                      # cl1 and cl2 are record representations  
cl2 = ia.deconvolvecomponentlist(cl1)  #   of componentlists  
print cl1, cl2  
cl.fromrecord(cl2)                     # set componentlist tool with record  
ia.close()  
cl.close()  
#  
"""

Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu

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

Updated daily during alpha development.