Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | synthesistester | |
Tool | imagerpositiontest |
Get the pixel coordinates of
a box encompassing the simulated sources.
Synopsis
get_source_box()
Description
Get the coordinates of a 2-D box encompassing the simulated sources.
The pixels correspond to the restored image. A buffer zone of 5
pixels is applied to the max and min positions of the simulated components.
Returns
A record with fields blc and trc with the 2-D pixel locations.
Example
- include 'imagerpositiontest.g';
- ipt := imagerpositiontest();
- ipt.dotests();
- box := ipt.get_source_box();
- box;
[blc=[274 280] , trc=[317 395] ]
Next: imagerpositiontest.make_default_cl - Function
Up: imagerpositiontest - Tool
Previous: imagerpositiontest.get_seed - 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