casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Functions
task_browsetable Namespace Reference

Functions

def browsetable

Function Documentation

def task_browsetable.browsetable (   tablename = None,
  mightedit = None,
  sortlist = None,
  taql = None,
  skipcols = None 
)
Browse a table (visibility data set, calibration table, or image):

Brings up a GUI browser that can open and display any CASA table.

Parameters:
    tablename -- Name of table directory on disk (MS, cal. table, image)
                 default: none; example: tablename='ngc5921.ms'
    mightedit -- If True disable the filtering options (below) and allow
                 editing the table.  Warning: the GUI appears to ignore
                 whether the table tool is opened read-only - just be
                 aware that you should not edit filtered tables unless
                 you know what you are doing.
    sortlist  -- List of columns to sort by.
                 default: [] (none)
    taql      -- TaQL query string for prefiltering the table.
                 default: '' (none); example: taql='ANTENNA2 < 6'
    skipcols  -- Columns to NOT display.
                 default: [] (none); example: skipcols='feed1, feed2'

Definition at line 8 of file task_browsetable.py.

References taskinit.tbtool.