ms.open - Function

1.2.1 Attach the ms tool to a measurement set table
Description

Use this function when you have detached (using the close function) the ms tool from a measurement set table and wish to reattach to another measurement set table.

Arguments





Inputs

thems

Name of the measurement set table to open

allowed:

string

Default:

nomodify

prevent changes to the measurement set

allowed:

bool

Default:

true

lock

lock the table for exclusive use by this tool

allowed:

bool

Default:

false

Returns
bool

Example

      ms.open(’3C273XC1.MS’)  
      ms.close()  
      ms.open("anotherms", nomodify=False, lock=False)  
    

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.