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


next up previous contents index
Next: deconvolvertester - Constructor Up: deconvolver - Tool Previous: deconvolver - Tool


deconvolver - Constructor



Package general
Module deconvolver
Tool deconvolver


Construct a deconvolver tool


Synopsis
deconvolver(dirtyname, psfname)


Description
This is used to construct deconvolver tools associated with a dirty image and point spread function. The deconvolver tool may then be used to generate various types of images. Note that a new executable is started every time the constructor is called.

This returns a Glish variable containing the tool functions of deconvolver.



Arguments

dirtyname   Dirty image to be processed
    Allowed: Table name
    Default: 'dirty'
psfname   point spread function to be processed
    Allowed: Table name
    Default: 'psf'


Returns
deconvolver tool


Example
deco:=deconvolver('3C273XC1.dirty', '3C273XC1.psf')      
deco.clean(model='3C273XC1.clean', niter=10000, gain=0.2)
deco.close()





next up previous contents index
Next: deconvolvertester - Constructor Up: deconvolver - Tool Previous: deconvolver - Tool   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