Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | synthesistester | |
Tool | imagerpositiontest |
Set the name of the
componentlist table.
Synopsis
set_componentlisttable(cltablename)
Description
Set the name of the componentlist table to use for generating the MS
to be imaged. Thus, the user can specify the model to use in this
way. If not specified, dotests() will call make_default_cl().
Arguments
cltablename
The disk componentlist table name
Allowed:
String
(any valid disk component list table name)
Default:
None
Returns
T
Example
# do a test using a user-created component list
- include 'imagerpositiontest.g';
- ipt := imagerpositiontest();
- ipt.set_componentlisttable('mymodel.cl');
T
# set up a multifield clark clean test
- ipt.set_deconvolution_function('clean');
- ipt.set_sim_parms(nfields=4);
- ipt.set_clean_parms(algorithm='mfclark',niter=2000,gain=0.15);
- ipt.dotests();
Next: imagerpositiontest.set_deconvolution_function - Function
Up: imagerpositiontest - Tool
Previous: imagerpositiontest.set_clean_parms - 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