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

1.1.4 Find standard deviation of Stokes I data


Description

This function returns the standard deviation of the noise for the Stokes I 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 sigmastokesi Ex 1 \t----"  
po.open(’stokes.image’)  
sigi = po.sigmastokesi(10.0)  
print "sigi=", sigi  
#  
"""  
 

__________________________________________________________________


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