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


next up previous contents index
Next: imagerpositiontest.set_mem_parms - Function Up: imagerpositiontest - Tool Previous: imagerpositiontest.set_imaging_parms - Function


imagerpositiontest.set_imaging_tool_type - Function



Package synthesis
Module synthesistester
Tool imagerpositiontest


Set the imaging tool to test.


Synopsis
set_imaging_tool_type(type)


Description
Set the imaging tool to test, 'imager' or 'pimager'.



Arguments

type Tool to use
Allowed: String: 'imager'|'pimager
Default: 'imager'


Returns
T


Example
- include 'imagerpositiontest.g';
- ipt := imagerpositiontest();
# set up a single field mem test using pimager
- ipt.set_imaging_tool_type('pimager');
T
- ipt.set_pimager_numprocs(16);
- ipt.set_deconvolution_function('mem');
- ipt.set_sim_parms(nfields=1,nchan=128);
- ipt.set_mem_parms(algorithm='entropy',niter=25,sigma='0.1Jy');
- ipt.set_imaging_parms(shiftx='20arcsec',shifty='-10arcsec');
- ipt.dotests();





next up previous contents index
Next: imagerpositiontest.set_mem_parms - Function Up: imagerpositiontest - Tool Previous: imagerpositiontest.set_imaging_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