NRAO Home > CASA > CASA Toolkit Reference Manual
tableplot.selectdata - Function

3.2.2 Perform a TaQL based subtable selection for subsequent plots.


Description

Specify a TaQL select string. A subtable will be generated, and passed to the plotter.

Arguments





Inputs

taqlstring

TaQL string for selection

allowed:

string

Default:

Returns
bool

Example

 
 
# set the list of tables to plot from.  
  tp.open(tabnames=[’3c273.ms’,’3c48.ms’])  
  tp.selectdata(taqlstring=’ANTENNA1==5’)  
 

__________________________________________________________________


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