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.fieldtable - Function Up: bimams - Tool Previous: bimams.endfreqs - Function


bimams.fieldids - Function



Package bima
Module bimams
Tool bimams


Get the 1-based field ids associated with the specified source


Synopsis
fieldids(sname)


Description
This function returns a vector of 1-based field ids associated with the specified source.



Arguments

sname   The source to which to get the field ids for
    Allowed: String
    Default: None


Returns
Vector of Ints


Example
# construct a bimams tool and assign it to a Glish variable named bms
- bms := bimams('1733-130');
# the the 1-based field ids for the source 1733-130
- bms.fieldids('1733-130');
1





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