2.3.1 Construct an imager tool
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
| Inputs |
| ||
| filename |
| MeasurementSet to be imaged
| |
| allowed: | string |
|
| Default: |
|
|
| compress |
| Compress calibration columns?
| |
| allowed: | bool |
|
| Default: | Bool F |
|
| host |
| Host on which to run imager
| |
| allowed: | string |
|
| Default: |
|
|
| forcenewserver |
| Flag to force a new imager client
| |
| allowed: | bool |
|
| Default: | true |
|
Example
im:=imager(’3C273XC1.MS’)
im.setimage(nx=256, ny=256, cellx=’0.7arcsec’, celly=’0.7arcsec’) im.image(type=’corrected’, image=’3C273XC1.dirty’) im.close() |
Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu
Copyright © 2008 Associated Universities Inc., Washington, D.C.
This code is available under the terms of the GNU General Public Lincense
Home |
Contact Us |
Directories |
Site Map |
Help |
Privacy Policy |
Search
Updated daily during alpha development.