NRAO Home > CASA > CASA Toolkit Reference Manual
sd.scantable.stddev - Function

5.1.2 Compute standard deviation of the spectra
Description

Determine the standard deviation of the current beam/if/pol Takes a ’mask’ as an optional parameter to specify which channels should be excluded.

Arguments





Inputs

mask

An optional mask specifying where the standard deviation should be determined

allowed:

bool array

Default:

None





Returns
float array

Example

        scan = sd.scantable(’OrionS_rawACSmod_cal’)  
        scan.set_unit(’channel’)  
        msk = scan.create_mask([100, 200], [500, 600])  
        scan.stddev(mask=m)


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