NRAO Home > CASA > CASA Toolkit Reference Manual
msmetadata.corrtypesforpol - Function

1.3.2 Get the correlation types associated with the specified polarization ID


Description

Get the correlation types associated with the specified polarization ID.

Arguments





Inputs

pol

Polarization ID. Must be nonnegative.

allowed:

int

Default:

-1

Returns
intArray

Example

 
                msmd.open("my.ms")  
                # get correlation types for polarization ID 3  
                corrtypes = msmd.corrtypesforpol(3)  
                msmd.done()  

__________________________________________________________________


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