NRAO Home > CASA > CASA Toolkit Reference Manual
table.removecolkeyword - Function

3.2.1 remove a specific keyword for a column
Arguments





Inputs

columnname

Name of column

allowed:

string

Default:

keyword

Name or seqnr of keyword: string or int

allowed:

any

Default:

variant

Returns
bool

Example

 
 
  tb.open("3C273XC1.MS", nomodify=False)  
  tb.removecolkeyword("UVW", "QuantumUnits")  
# True  
  tb.flush()  
# True  
 

__________________________________________________________________


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