Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: viewerdisplaydata.setoptions - Function Up: viewerdisplaydata - Tool Previous: viewerdisplaydata.restoreoptions - Function


viewerdisplaydata.saveoptions - Function



Package display
Module viewer
Tool viewerdisplaydata


Save the state of this tool


Synopsis
saveoptions(setname)


Arguments

setname   name under which to store this state
    Allowed: string


Returns
T (success) or F (failure)


Description

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.



Example
An example should show how this can be used:
- mv := viewer();
- mdd := mv.loaddata('myimage', 'raster');
- mdd.setoptions([power=1.6, aspect='flexible']);
- mdd.saveoptions('trial options');





next up previous contents index
Next: viewerdisplaydata.setoptions - Function Up: viewerdisplaydata - Tool Previous: viewerdisplaydata.restoreoptions - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15