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

1.1.4 Find standard deviation of Stokes V data


Description

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

Arguments





Inputs

clip

Clip level for auto-sigma determination

allowed:

double

Default:

10.0

Returns
double

Example

 
 
"""  
#  
print "\t----\t sigmastokesv Ex 1 \t----"  
po.open(’stokes.image’)  
sigv = po.sigmastokesv(10.0)  
print "sigv=", sigv  
#  
"""  
 

__________________________________________________________________


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