Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | imager | |
Tool | imager |
This returns a Glish variable containing the tool functions of
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.
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: 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