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.namespw - Function Up: bimams - Tool Previous: bimams.mcaddids - Function


bimams.ms - Function



Package bima
Module bimams
Tool bimams


get the ms tool contained within this bimams tool.


Synopsis
ms()


Description
Retrieve the ms tool contained within this bimams tool (recall that a bimams tool is essentially a container for an ms tool which supplies convience functions for retrieving information from the underlying ms tool).



Returns
ms tool


Example
# construct a bimams tool and assign it to a Glish variable named bms
bms := bimams('neptune.ms');
# get the contained ms 
true_ms := bms.ms();
true_ms.name();
The result of the last command is neptune.ms.





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