antennaEfficiency

Return to directory of Todd's CASA extensions

Computes antenna aperture efficiency equation from the ALMA technical handbook (Cycle 2 page 114, Cycle 3 page 118, Cycle 4 page 130).

Usage:

au.antennaEfficiency(frequency, surfaceRms, R0=0.72)
  • frequency: GHz or Hz, or string with units (parsed using parseFrequencyArgument)
  • surfaceRms: in microns
  • R0: initial efficiency factor (other than Ruze) default value is for ALMA based on technical handbook
  • returns: telescope efficiency (from 0..1)

Examples:

CASA <2>: au.antennaEfficiency(100,50)
  Out[2]: 0.68905806960037974
CASA <4>: au.antennaEfficiency('200GHz',20)
  Out[4]: 0.70004091779748756

-- ToddHunter - 2014-05-21
Topic revision: r2 - 2016-07-29, ToddHunter
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding NRAO Public Wiki? Send feedback