ARTS built-in documentation server

Workspace Method mc_antennaSetGaussian

Description

Makes mc_antenna (used by MCGeneral) a 2D Gaussian pattern.

The gaussian antenna pattern is determined by *za_sigma* and
*aa_sigma*, which represent the standard deviations in the
uncorrelated bivariate normal distribution.

Authors: Cory Davis

Synopsis

mc_antennaSetGaussian( mc_antenna, za_sigma, aa_sigma )

Variables

OUTmc_antenna(MCAntenna)Antenna pattern description for dedicated MC calculaions.
GINza_sigma(Numeric)Width in the zenith angle dimension as described above.
GINaa_sigma(Numeric)Width in the azimuth angle dimension as described above.