Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | synthesistester | |
Tool | imagerpositiontest |
Locate source positions in an image
Synopsis
findsource(numsources, imagename, clname)
Description
Locate source positions in an image. dotests() calls this
function using the restored image as the target image; it is part of
the user interface in case you might have a use for it. The task
generates disk componentlist tables with names of the form clname.<x> where x is the channel number of the image.
Arguments
numsources
The number of sources to look for
Allowed:
Int > 0
Default:
None
imagename
The name of the target disk image
Allowed:
String
(any valid disk image table)
Default:
None
clname
The name of the generated componentlist
table
Allowed:
String (any valid filename)
Default:
None
Returns
T or fail
Example
- include 'imagerpositiontest.g';
- ipt := imagerpositiontest();
- ipt.findsource(10,'myimage.im','found_components');
T
Next: imagerpositiontest.get_beam - Function
Up: imagerpositiontest - Tool
Previous: imagerpositiontest.dotests - 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