 for a circular beam profile
 for a circular beam profile  .
.
 
 
     (in arcmin, degrees or radians) 
  at which the input beam
 (in arcmin, degrees or radians) 
  at which the input beam  is defined
 is defined
     is to be computed
 is to be computed
  
 is in arcmin
 is in arcmin
     is in degrees
 is in degrees
     is in radians
 is in radians
  
Since the SH Transform of an arbitrary beam is
then, for a circular beam
whereis the Legendre Polynomial,
is the beam window (or transfer) function returned by beam2bl and
is the beam radial profile expected as input of beam2bl.
IDL's routine INT_TABULATED is used to perform the integration.
 window function into a FITS file.
 window function into a FITS file.
     window
function from a FITS file
 window
function from a FITS file
  
| bl = gaussbeam(15.d0, 4000, 1) | 
| theta = dindgen(4000)/100. | 
| beam = bl2beam(bl, theta, /arcmin) | 
| bl1 = beam2bl(beam, theta, 4000, /arcmin) | 
| plot, bl1-bl | 
the example above generates a beam window function (defined for allin
) for a 15arcmin-FWHM gaussian beam, computes the beam profile for angles in [0,40] arcmin, computes back the beam window function from the beam profile and finally plots the difference between the beam window functions.
Version 3.83, 2024-11-13