Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | viewer | |
Tool | viewerdisplaydata |
viewer | the Viewer tool which will manage this tool | ||
Allowed: | Viewer tool | ||
name | a unique name for this Viewerdisplaydata tool | ||
Allowed: | string | ||
displaytype | a string describing the type of drawing | ||
Allowed: | 'raster', 'contour', 'simpleaxes' or 'skycatalog' | ||
data | The data source to draw, either an AIPS++ Image name, or a Glish array | ||
Allowed: | string or array |
This is the only constructor for Viewerdisplaydata tools. It constructs (creates) a Viewerdisplaydata tool which can subsequently be registered on (and hence displayed on) Viewerdisplaypanel tools.
The displaytype argument can be:
This constructor should not be called by users: it is called by the loaddata function of the Viewer tool, which returns a Viewerdisplaydata tool.