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

1.3.2 Get a two dimensional boolean array representing baselines for data recorded in the MS.


Description

Get a two dimensional boolean array representing baselines for data recorded in the MS. A value of True means there is at least one row in the MS main table for that baseline, False means no rows for that baseline. Autocorrelation ”baseline” information is also present via the values along the diagonal.

Arguments





Returns
anyvariant

Example

 
    msmd.open("my.ms")  
    # get the baseline matrix for this data set  
    baselines = msmd.baselines()  
    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