NRAO Home > CASA > CASA Toolkit Reference Manual
componentlist.torecord - Function

1.2.1 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
record

Example

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

__________________________________________________________________


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