Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: regionmanager.pixeltoworldregion - Function Up: regionmanager - Tool Previous: regionmanager.isworldregion - Function


regionmanager.namesintable - Function



Package general
Module images
Tool regionmanager


Find the names of the regions stored in a Table


Synopsis
namesintable(tablename)


Arguments

tablename in The table
    Allowed: Image tool, table tool or String


Returns
Vector of strings



Description

This function returns the names of regions stored in an AIPS++ Table.

For the tablename argument, you can specify an image tool, a table tool, or a string. If you give a string, it should be the name of an existing AIPS++ table on disk (any kind of table).



Example
- im := image('hcn')
- names := drm.namesintable(im)
- names
r1 poly2 int0





next up previous contents index
Next: regionmanager.pixeltoworldregion - Function Up: regionmanager - Tool Previous: regionmanager.isworldregion - 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-08-01