Getting Started Documentation Glish Learn More Programming Contact Us
News FAQ
Search Home


next up previous contents home.gif
Next: Background information Up: A Guide to Synthesis processing in AIPS++ Previous: Overview of processing

Quickstart

To get a demonstration of imager running quickly do:

aips++
imagerdemo()

This demonstration runs for about 10 minutes (a quicker test can be invoked using imagertest()). To instead just set up the inputs and review them, do:

aips++
imagerdemo(initonly=T)
di.inputs()

To read the FITS file and deconvolve and then display an image, do the following:

di.init_ms()
di.deconvolve()
di.display()

An example run of imager is presented in Appendix A.

Much more information can be obtained from the User Reference Manual section on imager.


next up previous contents home.gif
Next: Background information Up: A Guide to Synthesis processing in AIPS++ Previous: Overview of processing   Contents
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
2000-09-23