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

1.1.1 Return a record containg the image associated with this tool


Description

You can convert an associated image to a record for manipulation or passing it to inputs of other function of other tools. This and fromrecord are used for serialization and deserialization.

Arguments





Returns
record

Example

 
 
"""  
#  
print "\t----\t torecord Ex 1 \t----"  
ia.maketestimage(’image.large’, overwrite=true)  
rec=ia.torecord()  
ia.close()  
 
 
 
"""  
 

__________________________________________________________________


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