Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | synthesistester | |
Tool | imagerpositiontest |
Set the
decnvolution function to use.
Synopsis
set_deconvolution_function(df)
Description
Set the deconvolution function to use. Currently, 'mem' and
'clean' are recognized.
Arguments
df
The deconvolution function to use
Allowed:
String:
'clean'|'mem'
Default:
'clean'
Returns
T or fail
Example
- include 'imagerpositiontest.g';
- ipt := imagerpositiontest();
# set up a single field mem test
- ipt.set_deconvolution_function('mem');
T
- ipt.set_sim_parms(nfields=1);
- ipt.set_mem_parms(algorithm='entropy',niter=25,sigma='0.1Jy');
- ipt.dotests();
Next: imagerpositiontest.set_imaging_data_parms - Function
Up: imagerpositiontest - Tool
Previous: imagerpositiontest.set_componentlisttable - 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-10-15