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.make_model_image - Function Up: imagerpositiontest - Tool Previous: imagerpositiontest.make_default_simulator - Function


imagerpositiontest.make_image - Function



Package synthesis
Module synthesistester
Tool imagerpositiontest


Make the images


Synopsis
make_image(ms, imagename)


Description
Make the images. Like most make_* tasks, this is called from dotests() and most of the time you will just want to run that. This function creates and sets up the imager or pimager tool (imager by default but the user can specify via set_imaging_tool_type()). Defaults are chosen if not specified by the user via other set_* functions with deal with the configuration of the imaging tool. Unless appropriate parameters have been set by the user, the imaging tool's advise() function is used for setting some parameters. A dirty image is created, deconvolved, and restored if necessary.



Arguments

ms The name of the MS on disk.
Allowed: String (any valid name of a disk MS)
Default: unset (will use the tool default value)
imagename The output imagename prefix (things like .dirty and .model will be appended to label the appropriate images)
Allowed: String (any valid filename)
Default: None


Returns
T or fail


Example
- include 'imagerpositiontest.g';
- ipt := imagerpositiontest();
- ipt.make_default_simulator();
- ipt.make_default_cl();
- ipt.make_ms();
- ipt.make_image(imagename='sim_image');
T





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