Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: bimacalfluxtable.fluxtable - Function Up: bimacalfluxtable - Tool Previous: bimacalfluxtable.contains - Function


bimacalfluxtable.fluxlist - Function



Package bima
Module bimacalibrater
Tool bimacalfluxtable


Get the flux history for the specified calibrator


Synopsis
fluxlist(calname)


Description

This function retrieves, as a record, the flux history for the specified calibrator. The fields in the resulting record are obsdate (in fiducial days), flux (in Jy), rms (in Jy), and freq (in GHz).



Arguments

calname   Name of the calibrator for which to get the flux history
    Allowed: String
    Default: none


Returns
a record containing the history or fail


Example
- bcft := bimacalfluxtable();
- r := bcft.fluxlist('1733-130');
- r.flux;
[5.5999999 6.30000019 5.5 5.5999999 6 4.5999999 6 5.69999981 6.4000001
6.80000019 8.19999981 8.69999981 11.6000004 11 9.5 10 11 10 10.1999998
10.3000002 11.6000004 6.5 2.79999995 3.20000005 2.5999999 2.5
2.20000005 2.0999999 2.29999995 2.5 2.5999999 2.9000001 2.79999995
3.4000001 3.5 3.20000005 4.30000019 4.30000019] 
- r.obsdate[5];
49250





next up previous contents index
Next: bimacalfluxtable.fluxtable - Function Up: bimacalfluxtable - Tool Previous: bimacalfluxtable.contains - 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