Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Functions
Example
The following example shows the quickest way to make a CLEAN image and
display it. Note that this can be more easily done from the
toolmanager.
include 'imager.g'
#
# First make the MS from a FITS file:
#
m:=fitstoms(msfile='3C273XC1.MS', fitsfile='3C273XC1.FITS'); m.close();
#
# Now make an imager tool for the MS
#
imgr:=imager('3C273XC1.MS')
#
# Set the imager to produce images of cellsize 0.7 and
# 256 by 256 pixels
#
imgr.setimage(nx=256,ny=256, cellx='0.7arcsec',celly='0.7arcsec');
#
# Wait for results before proceeding to the next step
#
dowait:=T
#
# Make and display a clean image
#
imgr.clean(niter=1000, threshold='30mJy',
model='3C273XC1.clean.model', image='3C273XC1.clean.image')
dd.image('3C273XC1.clean.image')
#
# Fourier transform the model
#
imgr.ft(model='3C273XC1.clean.model')
#
# Plot the visibilities
#
imgr.plotvis()
#
# Write out the final MS and close the imager tool
#
imgr.close()
dragon
Tool for wide-field synthesis imaging
imager
tool for synthesis imaging
vpmanager
Tool for specifying voltage patterns and primary beams
dragontest
Test dragon using a VLA 74 MHz data set
imageralltests
Perform all imager tests using standard MeasurementSets
imagercomponenttest
Perform a test of component model processing using a standard MeasurementSet
imagerlongtest
Perform a long test of imaging from a standard MeasurementSet
imagermaketestcl
Make a standard componentlist for a standard MeasurementSet
imagermaketestmfms
Make a standard multifield MeasurementSet that can be used for experimentation
imagermaketestms
Make a standard MeasurementSet that can be used for experimentation
imagermaketestsdms
Make a standard single dish MeasurementSet that can be used for experimentation
imagermftest
Perform a test of multi-field processing using a standard MeasurementSet
imagermultiscale
Makes multi-resolution multiscale images.
imagerpbtest
Perform a test of primary beam processing using a standard MeasurementSet
imagersdtest
Perform a test of single dish imaging from a standard MeasurementSet
imagerspectraltest
Perform a test of spectral processing using a standard spectral line MeasurementSet
imagertest
Perform a test of imaging from a standard MeasurementSet
imagerwizard
Wizard for synthesis imaging
mosaicwizard
Wizard for multi-field synthesis imaging
Next: imager - Tool
Up: imager - Module
Previous: Advanced use of imager:
  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