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.sourcetable - Function Up: bimams - Tool Previous: bimams.reavg - Function


bimams.reffreqs - Function



Package bima
Module bimams
Tool bimams


Get a list of spectral window reference frequencies


Synopsis
reffreqs()


Description
Get a vector of doubles representing the reference frequencies (in Hz) of all the spectral windows in the SPECTRAL_WINDOWS table in the order they appear in this table.



Returns
Vector of doubles: the spectral window reference frequencies (in Hz)


Example
# construct a bimams tool and assign it to a Glish variable named bms
bms := bimams('neptune.ms');
# get the reference frequencies of the spectral windows from the
# underlying measurement set 
bimams.reffreqs;
The last command will return the reference frequencies (in Hz), 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.sourcetable - Function Up: bimams - Tool Previous: bimams.reavg - 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