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.set_clean_parms - Function Up: imagerpositiontest - Tool Previous: imagerpositiontest.make_ms - Function


imagerpositiontest.set_clean_mask - Function



Package synthesis
Module synthesistester
Tool imagerpositiontest


Specify how the clean mask should be set.


Synopsis
set_clean_mask(type)


Description
When the test is to be carried out using clean, this specifies how the clean mask should be set. There are two recognized settngs. The default, 'all' means to not use a mask when cleaning. 'comps' means to search only the area around the simulated components (a mask image corresponding to this request is created by make_image() by calling make_model_image()).



Arguments

type The mask type to use when cleaning
Allowed: String: 'all'|'comps'
Default: 'all'


Returns
T or fail


Example
- include 'imagerpositiontest.g';
- ipt := imagerpositiontest();
- ipt.set_deconvolution_function('clean');
# search for clean components only in the areas around the simulated sources
- ipt.set_clean_mask('comps');
T
- ipt.dotests();





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