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.get_rms - Function Up: imagerpositiontest - Tool Previous: imagerpositiontest.get_componentlisttable - Function


imagerpositiontest.get_corresponding_comps - Function



Package synthesis
Module synthesistester
Tool imagerpositiontest


Return the map of found components in the restored image to their true component counterparts.


Synopsis
get_corresponding_comps()


Description
Return the map of found components in the restored image to their true component counterparts. The returned array of ints is two dimensional. The first index represents the channel number and the second index represents the found component number. The value represents the corresponding simulated component number (or the simulated component which was found to be nearest the found component in the restored image).



Returns
A two dimensional array of ints


Example
- include 'imagerpositiontest.g';
- ipt := imagerpositiontest();
- ipt.dotests();
- ipt.get_corresponding_comps();
[[1:1,]
    1 3 2 3] 
# in this case one of the tests failed; the nearest simulated
# component to two of the components found in the restored map was
# simulated component 3





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