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.nspw - Function Up: bimams - Tool Previous: bimams.namespwid - Function


bimams.nchans - Function



Package bima
Module bimams
Tool bimams


Get the number of channels in each multi-channel data spectral window


Synopsis
nchans()


Description
Get a Glish vector of integers of the number of channels in the multi-channel data spectral windows. The order of the values is the same as that of the multi-channel data windows in the SPECTRAL_WINDOWS subtable.



Returns
vector of integers of the number of channels for the multi-channel data spectral windows


Example
# construct a bimams tool and assign it to a Glish variable named bms
bms := bimams('neptune.ms');
# get the number of channels in the multi-channel data spectral
# windows of this measurement set
bimams.nchans();
The result of the last command will be something like [256 32 32 256 32 32 256 32 32 256 32 32]





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