Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: imager.advise - Function Up: imager - Tool Previous: imager - Tool


imager - Constructor



Package synthesis
Module imager
Tool imager


Construct an imager tool


Synopsis
imager(filename, compress, host, forcenewserver)


Description
This is used to construct imager tools associated with a MeasurementSet. The imager tool may then be used to generate various types of images. Note that a new executable is started every time the constructor is called.

This returns a Glish variable containing the tool functions of imager.



Arguments

filename MeasurementSet to be imaged
Allowed: Table name
Default: ''
compress Compress calibration columns?
Allowed: Bool
Default: F
host Host on which to run imager
Allowed: String: '' means localhost
Default: ''
forcenewserver Flag to force a new imager client
Allowed: Bool
Default: T


Returns
imager tool


Example
imgr:=imager('3C273XC1.MS')      
imgr.setimage(nx=256, ny=256, cellx='0.7arcsec', celly='0.7arcsec')
imgr.image(type='corrected', image='3C273XC1.dirty')
imgr.close()





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