NRAO Home > CASA > CASA Toolkit Reference Manual
ms.metadata - Function

1.3.1 Get the MS metadata associated with this MS.


Description

Get the MS metadata associated with this MS. Arguments





Inputs

cachesize

Maximum cache size, in megabytes, to use.

allowed:

float

Default:

50

Returns
msmetadata

Example

 
        # get the number of spectral windows in the specified MS  
        ms.open"my.ms")  
        metadata = ms.metadata()  
        ms.done()  
        nspw = metadata.nspw()  
        metadata.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