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

1.1.4 Find standard deviation of specified Stokes data


Description

This function returns the standard deviation of the noise for the specified Stokes. Outliers from the mean are clipped at the specified level.

Arguments





Inputs

which

Must specify Stokes parameter. One of ’I’, ’Q’, ’U’, ’V’ (case insensitive)

allowed:

string

Default:

clip

Clip level for auto-sigma determination

allowed:

double

Default:

10.0

Returns
double

Example

 
 
"""  
#  
print "\t----\t sigmastokes Ex 1 \t----"  
po.open(’stokes.image’)  
sigq = po.sigmastokes(’q’, 10.0)  
print "sigq=", sigq  
#  
"""  
 

__________________________________________________________________


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