nraonrao
 
NRAO Home > CASA > CasaRef
componentlist.torecord - Function

1.4.2 convert componentlist to a record
Description

This function allows the componentlist to be converted to a record. Usually useful to pass to other functions in image analysis for e.g

Arguments





Inputs

Returns
anyrecord

Example

      cl2=cltool.create()  
      cl.open(’mycomp.cl’);  
 
      cl2.fromrecord(ia.deconvolvecomponentlist(cl.torecord()))  
      cl2.rename(’deconvolved_sources.cl’);  
      cl2.done()  
    

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

Copyright © 2008 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.