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

1.4.2 make a componentlist tool from a record
Description

This function allows the componentlist records that are returned by other functions (for e.g from imageanalysis tool) be converted to a tool to be manipulated or to be saved on disk

Arguments





Inputs

record

a component list record

allowed:

any

Default:

record

Returns
bool

Example

 
      cl2 = cltool.create();  
 
      cl2.fromrecord(ia.findsources())  
      cl2.rename(’sourcesfound.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.