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


next up previous contents home.gif
Up: A Guide to Synthesis processing in AIPS++ Previous: Appendix A: Example run

Appendix B: How it works: inside imager

You should be able to do most things with the interface in the imager. However, in some cases you might want to use the underlying capabilities of the imager package. Then it is necessary to understand how imager works. If you are not interested, please skip this section.

Imaging and self-calibration in the imager module is performed by distributed objects. There are five distributed objects. These are started when one makes an imager. One then sees the logger message:

imager: DO server for imager

The process called imager is the home of the distributed objects calibrater, imagemaker, imagesolver, weighter and flagger.

Brief descriptions of the distributed objects and examples follow:

Documentation on the methods of the distributed objects is accessible via the above links.

A word about synchronizing the activities between the DOs and Glish: the DOs work by writing directly to and from disk files (i.e. MeasurementSets and Images). They do not connect to an MS loaded into Glish. Thus after doing processing in Glish, one should be sure to use updatems to update the MeasurementSet from Glish before initializing a DO with the MS. Similarly, one should write the MeasurementSet from a DO (using perhaps calibrater.write) before using the visset constructor.


next up previous contents home.gif
Up: A Guide to Synthesis processing in AIPS++ Previous: Appendix A: Example run   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