ARTS built-in documentation server
Workspace Method mc_antennaSetGaussianByFWHM
Description
Makes mc_antenna (used by MCGeneral) a 2D Gaussian pattern.
The gaussian antenna pattern is determined by *za_fwhm* and
*aa_fwhm*, which represent the full width half maximum (FWHM)
of the antenna response, in the zenith and azimuthal planes.
Authors: Cory Davis
Synopsis
mc_antennaSetGaussianByFWHM( | mc_antenna, za_fwhm, aa_fwhm ) |
Variables
OUT | mc_antenna | (MCAntenna) | Antenna pattern description for dedicated MC calculaions. |
GIN | za_fwhm | (Numeric) | Width in the zenith angle dimension as described above. |
GIN | aa_fwhm | (Numeric) | Width in the azimuth angle dimension as described above. |