Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | saveregions |
In this example, we show all the ways you can specify the
table.
Set a (new) table
Synopsis
settable(table)
Arguments
table
The table of interest
Allowed:
Table tool, image tool or string
Default:
''
Returns
Bool
Description
This function manually (i.e. not via the GUI interface) sets a
(new) Table name. It is equivalent to doing it via the GUI. The Table
can be specified in many ways; a Table tool, an
Image) tool, the name of a Table (a string)
which might be an AIPS++ image, or the name of a Glish symbol which is
either a Table or Image tool.
Example
- include 'saveregions.g'
- sr := saveregions();
- im := image('hcn2');
- t := table('hcn2');
- sr.settable(im);
- sr.settable('hcn2');
- sr.settable(t);
- sr.settable('im');
- sr.settable('t');
Next: scrolllistbox - Tool
Up: saveregions - Tool
Previous: saveregions.setregions - Function
  Contents
  Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc.,
Washington, D.C.
Return to AIPS++ Home Page
2006-10-15