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


next up previous contents index
Next: bimams.timerange - Function Up: bimams - Tool Previous: bimams.stokesid - Function


bimams.subtable - Function



Package bima
Module bimams
Tool bimams


Get the specified subtable of the underlying measurement set


Synopsis
subtable(tname, readonly)


Description
Retrieve the specified subtable from the underlying measurement set as a table tool. By default, the table is opened in read-only mode, but it can be opened in read-write mode by setting the readonly parameter to F.



Arguments

tname   name of the subtable
    Allowed: String
readonly   open the table in read-only mode (no writing allowed)
    Allowed: Boolean
    Default: T


Returns
Table tool containing the specified subtable


Example
# construct a bimams tool and assign it to a Glish variable named bms
bms := bimams('neptune.ms');
# browse the WEATHER table
bms.subtable('WEATHER').browse();





next up previous contents index
Next: bimams.timerange - Function Up: bimams - Tool Previous: bimams.stokesid - 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