Produced by IDL 7.1.1
User Documentation

./guide
set_data_container.pro

Last modification date:
Wed Sep 28 13:27:09 2016

set_data_container

procedure set_data_container, data, [buffer=integer], [/ignore_line], [/noshow]

Set the element of the appropriate GUIDE data structure array. If !g.line is true, the value is copied into the desired buffer in !g.s, otherwise it is copied in to !g.c. This is most often used when working with toolbox procedures and function where a data container is used directly as an IDL variable and then copied into the guide structure so that it can be used with guide procedures and functions (e.g. show).

Version
$Id$

Parameters
data
in, required
A data container (continuum or spectrum) to put into the indicated location.

Keywords
buffer
in, optional
integer
The location to put the data. When not supplied the 0 location is used.
ignore_line
in, optional
boolean
When set, the value of !g.line is ignored and the choice of which data array to use is determined by the contents of data.
noshow
in, optional
boolean
Normally, if buffer is 0 and !g.frozen is 0 then show is called at the end. If this is set, that behavior is turned off.


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:36 2016