Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Here is a trivial example to give you the flavour of using a Viewer tool. Suppose we have an AIPS++ image on disk and wish to view it on the screen then generate a "quick" PostScript file of the image, with axis labels:
- include 'viewer.g'; # 1 - mdd := dv.loaddata('myaips++image', 'raster'); # 2 - mdd.setoptions([axislabelswitch=T]); # 3 - mdp := dv.newdisplaypanel(); # 4 - mdp.register(mdd); # 5 - mdp.canvasprintmanager().writeps('mydiskimage.ps', dpi=300); # 6 - mdd.done(); # 7 - mdp.done(); # 8
skycatalog | Tool to create and manipulate Viewer tool readable skycatalog tables |
viewer | Tool for viewing AIPS++ images and arrays |
viewerannotations | Tool for drawing annotations onto a displaypanel. |
viewercanvasmanager | Tool for managing the canvases of Viewerdisplaypanel tools |
viewercanvasprintmanager | Tool for managing the printing of canvases of Viewerdisplaypanel tools |
viewercolormapmanager | Tool for managing colormaps used by the Viewer tool |
viewerdatamanager | Tool for importing data into the Viewer |
viewerdisplaydata | Tool for managing the drawing of AIPS++ data |
viewerdisplaypanel | Tool for providing drawing windows (canvases) |
viewerslicedp | Tool for providing 3D slice canvases |
viewerstandardgui | Interface for operating Viewer tool graphical user interfaces |
Functions
is_viewer | Is the argument a viewer tool? |