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.clean - Function Up: deconvolver - Tool Previous: deconvolver.updatestate - Function


deconvolver.pixon - Function



Package general
Module deconvolver
Tool deconvolver


Deconvolve using the Pixon algorithm


Synopsis
pixon(sigma, model, imageplane, async)


Description
Makes a image using the Pixon algorithm. According to its developers, the pixon method is:

a new way of viewing the problem of modeling the underlying, unblurred, noise-free image. The goal of the [new] Pixon method model was to construct the simplest, i.e. smoothest, model for the image that would be consistent with the data, i.e. have an acceptable chi-square fit. Being the simplest model, the derived image would be artifact free, i.e. there would be no spurious sources, since by construction the simplest model eliminates unneeded structures. In addition, the model would necessarily be a "critical" model, i.e. most tightly constrained by the data, and consequently have the most accurately determined parameters.

In the simplest terms, the pixon method smooths a model locally as much as is allowed by the specified noise level. This, like all high performance estimation methods, the pixon approach works best when the noise level is known and well-characterized.

The Pixon algorithm is available via an IDL library courtesy of the Pixon LLC. This means that you must have the library and IDL installed on your computer. The Pixon library is available free of charge for your personal scientific use direct from Pixon LLC. IDL is available commercially from RSI.



Arguments

sigma   Noise level to try to achieve
    Allowed: String
    Default: '0.001Jy'
model   Name of image
    Allowed: String
imageplane   Is this an image plane problem (like single dish)?
    Allowed: Bool
    Default: F
async   Run asynchronously in the background?
    Allowed: Bool
    Default: !dowait


Returns
Bool




next up previous contents index
Next: deconvolver.clean - Function Up: deconvolver - Tool Previous: deconvolver.updatestate - 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