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.stokesid - Function Up: bimams - Tool Previous: bimams.spwtable - Function


bimams.startfreqs - Function



Package bima
Module bimams
Tool bimams


Get the frequencies of the first channels in the multi-channel data spectral windows.


Synopsis
startfreqs()


Description
Retrieve a Glish vector of doubles representing the start (first channel) frequencies (in Hz) in the multi-channel spectral windows. The order of the frequencies is the same as the order of the multi-channel windows in the SPECTRAL_WINDOWS table.



Returns
Vector of doubles of start frequencies (in Hz) 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 starting frequencies of the multi-channel spectral windows
bms.startfreqs();
The result is a vector of doubles representing the start frequencies for the multi-channel data windows, e.g., [9.31753682e+10 9.31170688e+10 9.30170688e+10 9.28748642e+10 9.28170828e+10 9.27170828e+10 9.61017432e+10 9.61600426e+10 9.62600426e+10 9.64022472e+10 9.64600286e+10 9.65600286e+10].





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