Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: deconvolver.mem - Function Up: deconvolver - Tool Previous: deconvolver.residual - Function


deconvolver.smooth - Function



Package general
Module deconvolver
Tool deconvolver


smooth the image


Synopsis
smooth(model, image, bmaj, bmin, bpa, normalize, async)


Description
The model image is convolved with the specified Gaussian beam. By default (normalize=T), the beam volume is normalized to unity so that the smoothing is flux preserving. The smoothing used in restoration is not normalized.



Arguments

model   Name of input model
    Allowed: String
image   Name of output smoothed image
    Allowed: String
bmaj   Major axis of beam
    Allowed: Quantity record
bmin   Minor axis of beam
    Allowed: Quantity record
bpa   Position angle of beam
    Allowed: Quantity record
normalize   Normalize volume of psf to unity
    Allowed: Bool
    Default: T
async   Run asynchronously in the background
    Allowed: Bool
    Default: !dowait


Returns
Bool


Example
- deco.smooth(model='3C273XC1.clean', image='3C273XC1.clean.restored',
bmaj='2.0arcsec', bmin='2.0arcsec')





next up previous contents index
Next: deconvolver.mem - Function Up: deconvolver - Tool Previous: deconvolver.residual - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01