NRAO Home > CASA > CASA Toolkit Reference Manual
imagepol.done - Function

1.1.4 Close this Imagepol tool


Description

This function is the same as close().

Arguments





Returns
bool

Example

 
 
"""  
#  
print "\t----\t done Ex 1 \t----"  
po.open(’myimagepol’)  
po.done()             # Detaches image from Imagepol tool  
print "!!!EXPECT ERROR HERE!!!"  
po.summary()          # No image so this results in an error.  
po.open(’myimagepol’) # Image is reattached  
po.summary()          # No error  
po.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