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

1.1.4 Complex linear polarization


Description

This function produces the complex linear polarization; Q + iU and writes it to a disk image file.

The Image tool cannot yet handle Complex images. You must therefore write the Complex image to disk. The Viewer can display Complex images. Also the Table tool can access Complex images.

Arguments





Inputs

outfile

Output image file name

allowed:

string

Default:

Returns
bool

Example

 
 
"""  
#  
print "\t----\t complexlinpol Ex 1 \t----"  
po.open(’stokes.image’)  
po.complexlinpol(’cplx’)  
tb.open(’cplx’)  
#tb.browse()  
#  
"""  
 

__________________________________________________________________


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