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.positiontable - Function Up: bimacalfluxtable - Tool Previous: bimacalfluxtable.fluxtable - Function


bimacalfluxtable.nearestflux - Function



Package bima
Module bimacalibrater
Tool bimacalfluxtable


Get the flux nearest in time to the specifed date of the specified calibrator.


Synopsis
nearestflux(calname, date)


Description

This function returns, as a record, information about the specified calibrator closest to the specified date. The field names of the record returned are obsdate (in fiducial days), flux (in Jy), rms (in Jy), and freq (in GHz).



Arguments

calname   The calibrator for which to retrieve information
    Allowed: String
    Default: None
date   The date to which to get the nearest-in-time record
    Allowed: Quantity
    Default: None


Returns
Record or fail


Example
- bcft := bimacalfluxtable();
- bcft.nearestflux('1733-130',dq.quantity('today'));
[obsdate=52328, flux=4.30000019, rms=0.600000024, freq=86.1999969] 
- bcft.nearestflux('1733-130',dq.quantity('01jan2000'));
[obsdate=51605, flux=2.0999999, rms=0.5, freq=86.1999969]





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