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.sourcecompare - Function Up: imagerpositiontest - Tool Previous: imagerpositiontest.set_simulator - Function


imagerpositiontest.set_tolerance - Function



Package synthesis
Module synthesistester
Tool imagerpositiontest


Set the tolerance allowed for a position test to pass.


Synopsis
set_tolerance(tol)


Description
Set the tolerance allowed for a position test to pass. The tolerance is specified in mupliples of beam widths. The beam widths in RA and Dec are both determined, and in order for a test to pass a found component in the restored image must be <= tolerance*beam_ra in the RA direction and <= tolerance*beam_dec in the Dec direction from the same simulated component. STILL TO COME: Ultimately, a test which involves tolerance based on signal-to-noise should be allowed, such as the canonical position error = tolerance*0.5*beamwidth/(S/N).



Arguments

tol The allowed tolerance in beam widths
Allowed: Float => 0
Default: 1.0


Returns
T


Example
- include 'imagerpositiontest.g';
- ipt := imagerpositiontest();
# allow a lot of slop
- ipt.set_tolerance(5);
T
- ipt.set_deconvolution_function('mem');
- ipt.set_mem_parms(algorithm='entropy',niter=25,sigma='0.1Jy');
- ipt.dotests();





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