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

1.1.4 Stokes V


Description

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

Arguments





Inputs

outfile

Output image file name. Default is unset.

allowed:

string

Default:

Returns
image

Example

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