Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | imagepol |
which | in | Specify Stokes | |
Allowed: | String: One of 'I', 'Q', 'U', 'V' (case insensitive) | ||
clip | in | Clip level for auto-sigma determination | |
Allowed: | Float | ||
Default: | 10 |
This function (short-hand name ss) returns the standard deviation of the noise for the specified Stokes. Outliers from the mean are clipped at the specified level.
- p := imagepol('stokes.cube') - sigq := p.sigmastokes('q', 10.0)