NRAO Home > CASA > CASA Toolkit Reference Manual
deconvolver.makegaussian - Function

3.1.2 Make an image with a single gaussian component


Description

Make a model image with the a single gaussian. The properties of the output image (e.g. the co-ordinate system, etc.) are borrowed from the dirty image.

The image is made as follows:

I(x,y)= Delta function of unit amplitude at (0,0)

Temp(x,y) = Gaussian(x,y,Amplitude, Center, Sigma, PA)

I(x,y) = Convovlution of Temp(x,y) with I(x,y).

If normalize=T I(x,y) = I(x,y)/(area under the gaussian).

Arguments





Inputs

gaussianimage

Name of the output image on the disk

allowed:

string

Default:

bmaj

The major axis of the gaussian

allowed:

any

Default:

variant 0rad

bmin

The minor axis of the gaussian

allowed:

any

Default:

variant 0rad

bpa

The Position Angle of the gaussian

allowed:

any

Default:

variant 0deg

normalize

Normalize the area under the gaussian to 1.0?

allowed:

bool

Default:

true

async

Run asynchronously in the background?

allowed:

bool

Default:

false

Returns
bool
__________________________________________________________________


More information about CASA may be found at the CASA web page

Copyright © 2016 Associated Universities Inc., Washington, D.C.

This code is available under the terms of the GNU General Public Lincense


Home | Contact Us | Directories | Site Map | Help | Privacy Policy | Search