Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | viewer | |
Tool | viewerdisplaydata |
setname | name under which to store this state | ||
Allowed: | string |
This function saves the current state (options) of this Viewerdisplaydata tool in the AIPS++ Inputs Table. The options are stored as inputs for the Viewerdisplaydata tool, with the "method name" set to the setname argument given in the call to this function.
- mv := viewer(); - mdd := mv.loaddata('myimage', 'raster'); - mdd.setoptions([power=1.6, aspect='flexible']); - mdd.saveoptions('trial options');