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

1.1.4 Linearly polarized position angle


Description

This function returns the linearly polarized position angle image (0.5tan-1(U∕Q)) in degrees.

Arguments





Inputs

outfile

Output image file name. Default is unset.

allowed:

string

Default:

Returns
image

Example

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