GAUSS2D
Name
gauss2d
Purpose
Compute a two dimensional gaussian within an array.
Description
Category
Mathematical
Calling Sequence
pro gauss2d,nx,ny,x,y,fwhm,array
Inputs
nx - X size of output array
ny - Y size of output array
x - X location of gaussian in array
y - Y location of gaussian in array
fwhm - Full width at half-maximum of gaussian.
Optional Input Parameters
Keyword Input Parameters
Outputs
array - Result array with gaussian inserted.
Keyword Output Parameters
Common Blocks
Side Effects
Restrictions
Procedure
Modification History
94/04/07, Written by Marc W. Buie, Lowell Observatory