| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 803 |
|
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');