Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | qimager | |
Tool | qimager |
This returns a Glish variable containing the tool functions of
qimager.
Construct an qimager tool
Synopsis
qimager(filename, compress, host, forcenewserver)
Description
This is used to construct qimager tools associated
with a MeasurementSet. The qimager 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 qimager
Allowed:
String: '' means localhost
Default:
''
forcenewserver
Flag to force a new qimager client
Allowed:
Bool
Default:
T
Returns
qimager tool
Example
imgr:=qimager('3C273XC1.MS')
imgr.setimage(nx=256, ny=256, cellx='0.7arcsec', celly='0.7arcsec')
imgr.image(type='corrected', image='3C273XC1.dirty')
imgr.close()
Next: qimager.open - Function
Up: qimager - Tool
Previous: qimager - 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