1.1.4 Total polarized intensity
Description
This function returns the total polarized intensity;
. If your
image contains only Q and U, or only V, then just those components
contribute to the total polarized intensity.
You may optionally debias the polarized intensity. This requires the standard deviation of the thermal noise. You can either supply it if you know it, or it will be worked out for you with outliers from the mean clipped at the specified level.
Arguments
| Inputs |
| ||
| debias |
| Debias the total polarized intensity ?
| |
| allowed: | bool |
|
| Default: | false |
|
| clip |
| Clip level for auto-sigma determination
| |
| allowed: | double |
|
| Default: | 10.0 |
|
| sigma |
| Standard deviation of thermal noised. Default is auto
determined.
| |
| allowed: | double |
|
| Default: | -1 |
|
| outfile |
| Output image file name. Default is unset.
| |
| allowed: | string |
|
| Default: |
|
|
Example
"""
# print "\t----\t totpolint Ex 1 \t----" po.open(’stokes.image’) tpi = po.totpolint() tpi.statistics() tpi.done() # """ |
__________________________________________________________________
Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu
Copyright © 2008 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
Updated daily during alpha development.