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

1.1.4 Polarized quantities


Description

This function just packages the other specific polarization functions into one where you specify an operation with the argument which (can be useful for scripts). This argument can take the values:

Arguments





Inputs

which

Specify operation. One of ’lpi’, ’tpi’, ’lppa’, ’flp’, ’ftp’ (case insensitive)

allowed:

string

Default:

debias

Debias the polarized intensity ?

allowed:

bool

Default:

false

clip

Clip level for auto-sigma determination

allowed:

double

Default:

10.0

sigma

Standard deviation of thermal noise. Default is auto determined.

allowed:

double

Default:

-1

outfile

Output image file name. Default is unset.

allowed:

string

Default:

Returns
image

Example

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