Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | bima | |
Module | bimacalibrater | |
Tool | bimacalfluxtable |
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).
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 |
- 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]