Produced by IDL 6.1
Developer Documentation

./toolbox
get_ap_eff.pro

Last modification date:
Thu Jun 2 23:56:08 2005

get_ap_eff

function get_ap_eff(freq[, elev])

Function to return a default aperture efficiency, given an observing frequency. Used in the calibration routines. The formula for Q-band comes from the PTCS Project Note 43 by Balser, Prestage & Nikolic. At other frequencies, the value returned is just an educated guess, at this point.

Examples
    apeff = get_ap_eff(18.5,45.0)
    print,apeff
 
Version
$Id: get_ap_eff.pro,v 1.1 2005/02/25 18:19:53 jbraatz Exp $

Parameters
freq
in, required
float
Observing frequency in GHz
elev
in, optional
float
Observing elevation in degrees


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:22 2005