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.fieldids - Function Up: bimams - Tool Previous: bimams.doptable - Function


bimams.endfreqs - Function



Package bima
Module bimams
Tool bimams


get the frequencies of the last channels in the multi-channel data spectral windows.


Synopsis
endfreqs()


Description
Retrieve a Glish vector of doubles representing the end (last 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


Example
# construct a bimams tool and assign it to a Glish variable named bms
bms := bimams('neptune.ms');
# get the end frequencies of the multi-channel spectral windows
bms.endfreqs();
The result is [9.3162917e+10 9.30201938e+10 9.29201938e+10 9.2862413e+10 9.27202078e+10 9.26202078e+10 9.61141944e+10 9.62569176e+10 9.63569176e+10 9.64146984e+10 9.65569036e+10 9.66569036e+10]





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