Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | viewer |
include "viewer.g"
viewer | Create a Viewer tool |
alldisplaydatas | Return a list of all Viewerdisplaydata tools known to this Viewer tool |
alldisplaypanels | Return a list of all Viewerdisplaypanel tools known to this Viewer tool |
colormapmanager | Return the Viewercolormapmanager tool for this Viewer tool |
deleteall | Delete all Viewerdisplaydata tools |
deletedata | Delete a Viewerdisplaydata tool |
disable | Disable the GUIs of all Viewerdisplaypanel tools and Viewerdatamanager tools |
done | Close down (destroy) this Viewer tool |
emittoolkitlist | Emit an event describing the toolkitlist for this Viewer tool |
enable | Enable the GUIs of all Viewerdisplaypanel tools and Viewerdatamanager tools |
gui | Create and show a new Viewerdatamanager tool and/or Viewerdisplaypanel tool on the screen |
hold | Prevent refreshes occuring on all Viewerdisplaypanel tools |
loaddata | Create a Viewerdisplaydata tool for future use |
newcolormapmanagergui | Create and optionally display a new GUI to control this Viewer tool's Viewercolormapmanager tool |
newdatamanager | Create and show a new Viewerdatamanager tool on the screen |
newdisplaypanel | Create and show a new Viewerdisplaypanel tool on the screen |
release | Allow refreshes to occur on all Viewerdisplaypanel tools |
title | Return the (construction) title of this tool |
toolkit | Returns the toolkit used by this tool |
type | Return the type of this tool |
updatedatasets | Update the list of global images and arrays kept by the Viewer tool |
widgetset | Return the Widgetserver tool used by this tool |
The Viewer tool is an AIPS++ tool which provides data display services. It can produce false color image and contour map representations of AIPS++ images or Glish arrays, rendered either on-screen or to PostScript files. Extensive control over the display of data is available from both graphical and programming interfaces. The Viewer tool is the primary interface to the viewer module of the Display package.