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

1.1.4 Stokes I


Description

This function returns an on-the-fly image tool containing Stokes I only.

Arguments





Inputs

outfile

Output image file name. Default is unset.

allowed:

string

Default:

Returns
image

Example

 
 
"""  
#  
print "\t----\t stokesi Ex 1 \t----"  
po.open(’stokes.image’)  
i = po.stokesi()  
i.statistics()  
i.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