Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 803
News FAQ
Search Home


next up previous contents
Next: Viewing a vector map Up: Procedures Previous: Simple ways to display a contour map of

Other possibilities

The procedure via the Viewer tool GUI is easily modified to produce a contour map display: simply select Contour Image where previously you selected Raster Image.

The command-line procedure for creating a raster map display can be modified to create a contour map display by simply replacing the line:

mdd := mv.loaddata('/data/3c273.im', 'raster');
with:
mdd := mv.loaddata('/data/3c273.im', 'contour');


next up previous contents
Next: Viewing a vector map Up: Procedures Previous: Simple ways to display a contour map of   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
2004-08-28