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


next up previous contents index
Next: image.delete - Function Up: image - Tool Previous: image.decompose - Function


image.deconvolvecomponentlist - Function



Package general
Module images
Tool image


Deconvolve a componentlist from the restoring beam


Synopsis
deconvolvecomponentlist(complist)


Arguments

complist in Componentlist to deconvolve
    Allowed: Componentlist tool


Returns
Componentlist tool or fail



Description

This function (short-hand name dcl) deconvolves a Componentlist tool from the restoring beam, returning a new Componentlist tool. If there is no restoring beam, a fail is generated.

Currently, only deconvolution of Gaussian components is supported.

See also functions setrestoringbeam and See also restoringbeam.



Example
- local p,m,c;
- cl := im.fitsky(p,m,c, deconvolve=F)
- cl2 := im.deconvolvecomponentlist(cl)





next up previous contents index
Next: image.delete - Function Up: image - Tool Previous: image.decompose - 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