Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | synthesistester | |
Tool | imagerpositiontest |
Set the number of
processors available to pimager.
Synopsis
set_pimager_numprocs(numprocs)
Description
Set the number of processors available to pimager. This value gets
passed to the pimager tool constructor by make_image() when the
user has requested to test pimager by calling set_imaging_tool_type(pimager).
Arguments
numprocs
The number of processors available to
pimager
Allowed:
Integer > 0
Default:
1
Returns
T
Example
- include 'imagerpositiontest.g';
- ipt := imagerpositiontest();
# set up a single field mem test using pimager with 16 available processors
- ipt.set_imaging_tool_type('pimager');
- ipt.set_pimager_numprocs(16);
T
- 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.dotests();
Next: imagerpositiontest.set_seed - Function
Up: imagerpositiontest - Tool
Previous: imagerpositiontest.set_mfcontrol_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